diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
commit | c9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch) | |
tree | e00c7b9a13c8748065f79c57e9e81d9a1239e743 /www | |
parent | ee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Notes
Notes:
svn path=/head/; revision=23787
svn path=/tags/RELEASE_3_4_0/; revision=23788; tag=release/3.4.0
Diffstat (limited to 'www')
197 files changed, 0 insertions, 17521 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile deleted file mode 100644 index 489167c6f15b..000000000000 --- a/www/apache20/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: apache HTTPD -# Version required: 1.3* -# Date created: Fri Aug 25 16:42:36 CDT 1995 -# Whom: ache@freebsd.org -# -# $FreeBSD$ -# - -DISTNAME= apache_1.3.9 -PKGNAME= apache-1.3.9 -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/ - -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} \ - --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 df01311b76d3..000000000000 --- a/www/apache20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32 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 b0478de26053..000000000000 --- a/www/apache20/files/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.orig Sat Aug 14 12:29:05 1999 -+++ configure Fri Sep 3 15:38:10 1999 -@@ -1084,7 +1084,7 @@ - ## UID/GID as production oriented as a web server in NIS anyway. - ## - conf_user="nobody" --conf_group="#-1" -+conf_group="nogroup" - conf_port="80" - conf_serveradmin="you@your.address" - conf_servername="new.host.name" -@@ -1153,8 +1153,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" -@@ -1244,8 +1244,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 935f243b62b2..000000000000 --- a/www/apache20/files/patch-ab +++ /dev/null @@ -1,85 +0,0 @@ ---- Makefile.tmpl.orig Fri Aug 13 10:58:18 1999 -+++ Makefile.tmpl Fri Sep 3 14:57:01 1999 -@@ -120,6 +120,7 @@ - runtimedir = @runtimedir@ - logfiledir = @logfiledir@ - proxycachedir = @proxycachedir@ -+doc_prefix = $(prefix)/share/doc/apache - - libexecdir_relative = @libexecdir_relative@ - -@@ -255,9 +256,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) -@@ -441,26 +442,34 @@ - # icons and distributed CGI scripts. - install-data: - @echo "===> [data: Installing initial data files]" -- -@if [ -f $(root)$(htdocsdir)/index.html ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -- else \ -- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \ -+# -@if [ -f $(root)$(htdocsdir)/index.html ]; 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 {} \; ; \ -+ (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 -- -@if [ -f $(root)$(cgidir)/printenv ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ -- else \ -+ $(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 -+# 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) - *) |\ - (cd $(root)$(iconsdir)/ && $(TAR) -xf -); \ -@@ -498,10 +507,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 436f8f3f7d95..000000000000 --- a/www/apache20/files/patch-ag +++ /dev/null @@ -1,20 +0,0 @@ ---- conf/httpd.conf-dist.orig Thu May 6 00:17:59 1999 -+++ conf/httpd.conf-dist Fri Sep 3 15:42:56 1999 -@@ -467,7 +467,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 -@@ -480,7 +480,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 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 f08e87f934fa..000000000000 --- a/www/apache20/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ - Apache - Version 1.0 (and up) - -What is it? ------------ - -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. - -Documentation -------------- - -All the documentation is on-line on the WWW, via the URL http://www.apache.org diff --git a/www/apache20/pkg-plist b/www/apache20/pkg-plist deleted file mode 100644 index 9fde80455c3b..000000000000 --- a/www/apache20/pkg-plist +++ /dev/null @@ -1,342 +0,0 @@ -bin/dbmmanage -bin/htdigest -bin/htpasswd -etc/apache/access.conf.default -@exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf -etc/apache/httpd.conf.default -@exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf -etc/apache/magic.default -@exec [ ! -f %B/magic ] && cp %B/%f %B/magic -etc/apache/mime.types.default -@exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types -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 -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/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/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 -@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 489167c6f15b..000000000000 --- a/www/apache21/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: apache HTTPD -# Version required: 1.3* -# Date created: Fri Aug 25 16:42:36 CDT 1995 -# Whom: ache@freebsd.org -# -# $FreeBSD$ -# - -DISTNAME= apache_1.3.9 -PKGNAME= apache-1.3.9 -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/ - -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} \ - --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 df01311b76d3..000000000000 --- a/www/apache21/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32 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 b0478de26053..000000000000 --- a/www/apache21/files/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.orig Sat Aug 14 12:29:05 1999 -+++ configure Fri Sep 3 15:38:10 1999 -@@ -1084,7 +1084,7 @@ - ## UID/GID as production oriented as a web server in NIS anyway. - ## - conf_user="nobody" --conf_group="#-1" -+conf_group="nogroup" - conf_port="80" - conf_serveradmin="you@your.address" - conf_servername="new.host.name" -@@ -1153,8 +1153,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" -@@ -1244,8 +1244,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 935f243b62b2..000000000000 --- a/www/apache21/files/patch-ab +++ /dev/null @@ -1,85 +0,0 @@ ---- Makefile.tmpl.orig Fri Aug 13 10:58:18 1999 -+++ Makefile.tmpl Fri Sep 3 14:57:01 1999 -@@ -120,6 +120,7 @@ - runtimedir = @runtimedir@ - logfiledir = @logfiledir@ - proxycachedir = @proxycachedir@ -+doc_prefix = $(prefix)/share/doc/apache - - libexecdir_relative = @libexecdir_relative@ - -@@ -255,9 +256,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) -@@ -441,26 +442,34 @@ - # icons and distributed CGI scripts. - install-data: - @echo "===> [data: Installing initial data files]" -- -@if [ -f $(root)$(htdocsdir)/index.html ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -- else \ -- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \ -+# -@if [ -f $(root)$(htdocsdir)/index.html ]; 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 {} \; ; \ -+ (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 -- -@if [ -f $(root)$(cgidir)/printenv ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ -- else \ -+ $(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 -+# 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) - *) |\ - (cd $(root)$(iconsdir)/ && $(TAR) -xf -); \ -@@ -498,10 +507,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 436f8f3f7d95..000000000000 --- a/www/apache21/files/patch-ag +++ /dev/null @@ -1,20 +0,0 @@ ---- conf/httpd.conf-dist.orig Thu May 6 00:17:59 1999 -+++ conf/httpd.conf-dist Fri Sep 3 15:42:56 1999 -@@ -467,7 +467,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 -@@ -480,7 +480,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 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 f08e87f934fa..000000000000 --- a/www/apache21/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ - Apache - Version 1.0 (and up) - -What is it? ------------ - -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. - -Documentation -------------- - -All the documentation is on-line on the WWW, via the URL http://www.apache.org diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist deleted file mode 100644 index 9fde80455c3b..000000000000 --- a/www/apache21/pkg-plist +++ /dev/null @@ -1,342 +0,0 @@ -bin/dbmmanage -bin/htdigest -bin/htpasswd -etc/apache/access.conf.default -@exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf -etc/apache/httpd.conf.default -@exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf -etc/apache/magic.default -@exec [ ! -f %B/magic ] && cp %B/%f %B/magic -etc/apache/mime.types.default -@exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types -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 -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/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/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 -@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 489167c6f15b..000000000000 --- a/www/apache22/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: apache HTTPD -# Version required: 1.3* -# Date created: Fri Aug 25 16:42:36 CDT 1995 -# Whom: ache@freebsd.org -# -# $FreeBSD$ -# - -DISTNAME= apache_1.3.9 -PKGNAME= apache-1.3.9 -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/ - -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} \ - --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 df01311b76d3..000000000000 --- a/www/apache22/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32 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 b0478de26053..000000000000 --- a/www/apache22/files/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.orig Sat Aug 14 12:29:05 1999 -+++ configure Fri Sep 3 15:38:10 1999 -@@ -1084,7 +1084,7 @@ - ## UID/GID as production oriented as a web server in NIS anyway. - ## - conf_user="nobody" --conf_group="#-1" -+conf_group="nogroup" - conf_port="80" - conf_serveradmin="you@your.address" - conf_servername="new.host.name" -@@ -1153,8 +1153,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" -@@ -1244,8 +1244,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 935f243b62b2..000000000000 --- a/www/apache22/files/patch-ab +++ /dev/null @@ -1,85 +0,0 @@ ---- Makefile.tmpl.orig Fri Aug 13 10:58:18 1999 -+++ Makefile.tmpl Fri Sep 3 14:57:01 1999 -@@ -120,6 +120,7 @@ - runtimedir = @runtimedir@ - logfiledir = @logfiledir@ - proxycachedir = @proxycachedir@ -+doc_prefix = $(prefix)/share/doc/apache - - libexecdir_relative = @libexecdir_relative@ - -@@ -255,9 +256,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) -@@ -441,26 +442,34 @@ - # icons and distributed CGI scripts. - install-data: - @echo "===> [data: Installing initial data files]" -- -@if [ -f $(root)$(htdocsdir)/index.html ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -- else \ -- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \ -+# -@if [ -f $(root)$(htdocsdir)/index.html ]; 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 {} \; ; \ -+ (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 -- -@if [ -f $(root)$(cgidir)/printenv ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ -- else \ -+ $(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 -+# 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) - *) |\ - (cd $(root)$(iconsdir)/ && $(TAR) -xf -); \ -@@ -498,10 +507,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 436f8f3f7d95..000000000000 --- a/www/apache22/files/patch-ag +++ /dev/null @@ -1,20 +0,0 @@ ---- conf/httpd.conf-dist.orig Thu May 6 00:17:59 1999 -+++ conf/httpd.conf-dist Fri Sep 3 15:42:56 1999 -@@ -467,7 +467,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 -@@ -480,7 +480,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 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 f08e87f934fa..000000000000 --- a/www/apache22/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ - Apache - Version 1.0 (and up) - -What is it? ------------ - -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. - -Documentation -------------- - -All the documentation is on-line on the WWW, via the URL http://www.apache.org diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist deleted file mode 100644 index 9fde80455c3b..000000000000 --- a/www/apache22/pkg-plist +++ /dev/null @@ -1,342 +0,0 @@ -bin/dbmmanage -bin/htdigest -bin/htpasswd -etc/apache/access.conf.default -@exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf -etc/apache/httpd.conf.default -@exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf -etc/apache/magic.default -@exec [ ! -f %B/magic ] && cp %B/%f %B/magic -etc/apache/mime.types.default -@exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types -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 -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/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/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 -@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 209026528bce..000000000000 --- a/www/cocoon/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: Coccon -# Version required: 1.5 -# Date created: 27 June 1999 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= Cocoon_1.5 -PKGNAME= cocoon-1.5 -CATEGORIES= textproc www java -MASTER_SITES= http://java.apache.org/cocoon/dist/ -EXTRACT_SUFX= .jar - -MAINTAINER= kuriyama@FreeBSD.org - -RUN_DEPENDS= ${PREFIX}/libexec/apache/mod_jserv.so:${PORTSDIR}/www/apache-jserv -# ${PREFIX}/share/java/classes/lotusxsl.jar:${PORTSDIR}/textproc/lotusxsl -# ${PREFIX}/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 55eccdb3ff2a..000000000000 --- a/www/cocoon/pkg-message +++ /dev/null @@ -1,6 +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/mod_perl2/Makefile b/www/mod_perl2/Makefile deleted file mode 100644 index 9c49317a0123..000000000000 --- a/www/mod_perl2/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: p5-Apache -# Version required: 1.21 -# Date created: November 5th 1999 -# Whom: Sheldon Hearn <sheldonh@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= mod_perl-1.21 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Apache - -MAINTAINER= sheldonh@FreeBSD.org - -BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 - -USE_PERL5= YES - -MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ - Apache::FakeRequest.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} - -do-configure: - @ cd ${WRKSRC}; \ - ${PERL5} Makefile.PL USE_APXS=1 EVERYTHING=1 \ - WITH_APXS=${PREFIX}/sbin/apxs \ - PERL_EXTRA_CFLAGS='-DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\"' - -post-install: - @ ${SH} ${PKGINSTALL} - -.include <bsd.port.mk> diff --git a/www/mod_perl2/distinfo b/www/mod_perl2/distinfo deleted file mode 100644 index 5617eb59a45d..000000000000 --- a/www/mod_perl2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mod_perl-1.21.tar.gz) = 3695bb66e8eecf6cceec97e54d48f48e 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 b949dc4f4e19..000000000000 --- a/www/mod_perl2/pkg-plist +++ /dev/null @@ -1,60 +0,0 @@ -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/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 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Constants -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle -@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 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mod_perl diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile deleted file mode 100644 index 5676d2e82dfd..000000000000 --- a/www/mod_php5/Makefile +++ /dev/null @@ -1,174 +0,0 @@ -# New ports collection makefile for: Apache / PHP -# Version required: 1.3* / 4.0* -# Date created: So 21 Jun 1998 16:09:39 CEST -# Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> -# -# $FreeBSD$ -# - -DISTNAME= apache_${VERSION_APACHE} -PKGNAME= apache+php-${VERSION_APACHE}+${VERSION_PHP} -CATEGORIES= www -MASTER_SITES= http://www.apache.org/dist/ \ - http://www.rge.com/pub/infosystems/apache/dist/ \ - http://us.php.net/${PHP_DISTDIR}/ \ - http://www.modssl.org/source/ \ - ftp://ftp.modssl.org/source/ \ - http://www.apache.de/dist/ \ - ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ - http://php.he.net/${PHP_DISTDIR}/ \ - http://www.php3.de/${PHP_DISTDIR}/ \ - ftp://ftp.ecrc.net/pub/security/mod_ssl/ \ - ftp://ftp.nvg.ntnu.no/pub/unix/mod_ssl/ \ - ftp://apache.compuex.com/pub/apache/dist/ \ - ftp://apache.arctic.org/pub/apache/dist/ \ - http://au.php.net:81/${PHP_DISTDIR}/ \ - http://at.php.net/${PHP_DISTDIR}/ \ - ftp://ftp.ulpgc.es/pub/mod_ssl/ \ - ftp://glock.missouri.edu/pub/mod_ssl/ \ - ftp://ftp.epix.net/pub/apache/dist/ \ - ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ - http://br.php.net/${PHP_DISTDIR}/ \ - http://php.easydns.com/${PHP_DISTDIR}/ \ - ftp://ftp.infoscience.co.jp/pub/Crypto/SSL/mod_ssl/ \ - ftp://ftp.uni-trier.de/pub/unix/security/mod_ssl/ \ - ftp://ftp.connectnet.com/pub/www/apache/ \ - ftp://apache.technomancer.com/mirrors/apache/dist/ \ - http://www.php.cz/${PHP_DISTDIR}/ \ - http://php3.globe.de/${PHP_DISTDIR}/ \ - ftp://ftp.blatzheim.com/pub/mod_ssl/ \ - ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ -DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz - -PATCH_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -PATCHFILES= php4_snmp.c.diff - -MAINTAINER= dirk@FreeBSD.org - -BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!" - -Y2K= http://www.php.net/y2k.php3 - -PHP_DISTDIR= version4/downloads - -VERSION_APACHE= 1.3.9 -VERSION_PHP= 4.0b2 - -NO_LATEST_LINK= yes -USE_PERL5= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --target=apache \ - --with-layout=GNU \ - --with-perl=${PERL} \ - --bindir=${PREFIX}/bin \ - --sbindir=${PREFIX}/sbin \ - --libexecdir=${PREFIX}/libexec/apache \ - --mandir=${PREFIX}/man \ - --sysconfdir=${PREFIX}/etc/apache \ - --datadir=${PREFIX}/share/apache \ - --includedir=${PREFIX}/include/apache \ - --localstatedir=/var \ - --runtimedir=/var/run \ - --logfiledir=/var/log \ - --proxycachedir=/var/spool/apache \ - --without-confadjust \ - --enable-module=most \ - --enable-module=auth_db \ - --disable-module=auth_dbm \ - --enable-shared=max \ - --activate-module=src/modules/php4/libphp4.a - -OPTIM= -DHARD_SERVER_LIMIT=512 \ - -DDEFAULT_PATH=\\"${PREFIX}/bin:/bin:/usr/bin\\" - -.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES -OPTIM+= -DBUFFERED_LOGS -DFD_SETSIZE=1024 -CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \ - -fexpensive-optimizations -ffast-math -.endif - -CONFIGURE_ENV= OPTIM='${OPTIM}' LIBS='-L${PREFIX}/lib' -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" - -INSTALL_TARGET= install-quiet - -MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apache.8 apachectl.8 apxs.8 logresolve.8 rotatelogs.8 - -APACHEDOCDIR= ${PREFIX}/share/doc/apache -PHPDOCDIR= ${PREFIX}/share/doc/php - -PHP_CONF_ARGS= --prefix=${PREFIX} \ - ${CONFIGURE_TARGET} \ - --with-system-regex \ - --with-apache=${WRKSRC} \ - --with-config-file-path=${PREFIX}/etc \ - --disable-debug \ - --enable-track-vars \ - --without-gd - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php - -post-extract: - @${LN} -s php-${VERSION_PHP} ${WRKDIR}/php - -pre-configure: - @cd ${WRKSRC} \ - && ./configure > /dev/null \ - && cd ${WRKDIR}/php-${VERSION_PHP} \ - && ${ECHO_MSG} "===> Configuring for PHP-${VERSION_PHP}" \ - && CC="${CC}" \ - CFLAGS="${CFLAGS}" \ - CPPFLAGS="-I${PREFIX}/include -I${PREFIX}/include/gd" \ - LDFLAGS=-L${PREFIX}/lib \ - ./configure ${PHP_CONF_ARGS} \ - && ${ECHO_MSG} "===> Building for PHP-${VERSION_PHP}" \ - && ${MAKE} install \ - && ${ECHO_MSG} "===> Configuring for Apache-${VERSION_APACHE}" - -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} "[ -d ${PREFIX}/pgsql/lib ] && ${LDCONFIG} -m ${PREFIX}/pgsql/lib" >> ${PREFIX}/etc/rc.d/apache.sh; \ - ${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && ${ECHO} -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \ - fi - ${INSTALL_DATA} ${WRKDIR}/php-${VERSION_PHP}/php.ini-dist ${PREFIX}/etc - -.if !defined(NOPORTDOCS) - ${MKDIR} ${APACHEDOCDIR} ${PHPDOCDIR} -.for i in README LICENSE ABOUT_APACHE - ${INSTALL_DATA} ${WRKSRC}/$i ${APACHEDOCDIR} -.endfor -.for i in CODING_STANDARDS LICENSE - ${INSTALL_DATA} ${WRKDIR}/php-${VERSION_PHP}/$i ${PHPDOCDIR} -.endfor - @${ECHO} "Docs reside in ${APACHEDOCDIR}" - @${ECHO} "and in ${PHPDOCDIR}" -.endif - -# This was copied from bsd.port.mk because a missing post-clean target -# is needed -clean: -.if !defined(NOCLEANDEPENDS) - @${MAKE} clean-depends -.endif - @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" - @if [ -d ${WRKDIR} ]; then \ - if [ -w ${WRKDIR} ]; then \ - ${RM} -rf ${WRKDIR}; \ - else \ - ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ - fi; \ - fi - @${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 7ba1c748be39..000000000000 --- a/www/mod_php5/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32 -MD5 (php-4.0b2.tar.gz) = 509c245c2ec36d227985dd550e94240c -MD5 (mod_ssl-2.4.9-1.3.9.tar.gz) = 8d8efb64a0d23291b319c9056180c900 -MD5 (php4_snmp.c.diff) = f20420b92b4d206f8ec40d2d1c7c5d55 diff --git a/www/mod_php5/pkg-comment b/www/mod_php5/pkg-comment deleted file mode 100644 index 2dd31d751a55..000000000000 --- a/www/mod_php5/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Apache http server with database support via compiled in PHP module diff --git a/www/mod_php5/pkg-descr b/www/mod_php5/pkg-descr deleted file mode 100644 index 77d714015a70..000000000000 --- a/www/mod_php5/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Apache 1.3 + PHP -================ - -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. - -This version has PHP compiled in. PHP is a server-side, cross-platform, -HTML embedded scripting language which offers easy database integration. -SSL support (mod_ssl + OpenSSL) is available as an option. - -Documentation -============= - -Apache: http://www.apache.org/ -PHP: http://www.php.net/ -mod_ssl: http://www.modssl.org/ -OpenSSL: http://www.openssl.org/ diff --git a/www/mod_php5/pkg-message b/www/mod_php5/pkg-message deleted file mode 100644 index 03d6311ac5a9..000000000000 --- a/www/mod_php5/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -***************************************************************************** -You have just installed the apache13-php3 package. - -Have a look at the apache13-php3 port if you need additional support for -databases or SSL. - -You can find it at -ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/apache13-php3.tar -***************************************************************************** diff --git a/www/mod_php5/pkg-plist b/www/mod_php5/pkg-plist deleted file mode 100644 index 13f394b419cd..000000000000 --- a/www/mod_php5/pkg-plist +++ /dev/null @@ -1,356 +0,0 @@ -bin/dbmmanage -bin/htdigest -bin/htpasswd -etc/apache/apache.conf -etc/apache/apache.conf.default -etc/apache/magic -etc/apache/magic.default -etc/apache/mime.types -etc/apache/mime.types.default -etc/php.ini-dist -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_access.so -libexec/apache/mod_actions.so -libexec/apache/mod_alias.so -libexec/apache/mod_asis.so -libexec/apache/mod_auth.so -libexec/apache/mod_auth_anon.so -libexec/apache/mod_auth_db.so -libexec/apache/mod_autoindex.so -libexec/apache/mod_cern_meta.so -libexec/apache/mod_cgi.so -libexec/apache/mod_digest.so -libexec/apache/mod_dir.so -libexec/apache/mod_env.so -libexec/apache/mod_expires.so -libexec/apache/mod_headers.so -libexec/apache/mod_imap.so -libexec/apache/mod_include.so -libexec/apache/mod_info.so -libexec/apache/mod_log_config.so -libexec/apache/mod_mime.so -libexec/apache/mod_mime_magic.so -libexec/apache/mod_negotiation.so -libexec/apache/mod_rewrite.so -libexec/apache/mod_setenvif.so -libexec/apache/mod_speling.so -libexec/apache/mod_status.so -libexec/apache/mod_unique_id.so -libexec/apache/mod_userdir.so -libexec/apache/mod_usertrack.so -libexec/apache/mod_vhost_alias.so -sbin/ab -sbin/apache -sbin/apachectl -sbin/apxs -sbin/logresolve -sbin/rotatelogs -share/apache/cgi-bin/printenv -share/apache/cgi-bin/test-cgi -share/apache/htdocs/apache_pb.gif -share/apache/htdocs/index.html -share/apache/htdocs/manual/LICENSE -share/apache/htdocs/manual/bind.html -share/apache/htdocs/manual/cgi_path.html -share/apache/htdocs/manual/content-negotiation.html -share/apache/htdocs/manual/custom-error.html -share/apache/htdocs/manual/dns-caveats.html -share/apache/htdocs/manual/dso.html -share/apache/htdocs/manual/ebcdic.html -share/apache/htdocs/manual/env.html -share/apache/htdocs/manual/footer.html -share/apache/htdocs/manual/handler.html -share/apache/htdocs/manual/header.html -share/apache/htdocs/manual/images/custom_errordocs.gif -share/apache/htdocs/manual/images/home.gif -share/apache/htdocs/manual/images/index.gif -share/apache/htdocs/manual/images/mod_rewrite_fig1.fig -share/apache/htdocs/manual/images/mod_rewrite_fig1.gif -share/apache/htdocs/manual/images/mod_rewrite_fig2.fig -share/apache/htdocs/manual/images/mod_rewrite_fig2.gif -share/apache/htdocs/manual/images/sub.gif -share/apache/htdocs/manual/index.html -share/apache/htdocs/manual/install-tpf.html -share/apache/htdocs/manual/install.html -share/apache/htdocs/manual/invoking.html -share/apache/htdocs/manual/keepalive.html -share/apache/htdocs/manual/location.html -share/apache/htdocs/manual/man-template.html -share/apache/htdocs/manual/misc/API.html -share/apache/htdocs/manual/misc/FAQ.html -share/apache/htdocs/manual/misc/HTTP_Features.tsv -share/apache/htdocs/manual/misc/client_block_api.html -share/apache/htdocs/manual/misc/compat_notes.html -share/apache/htdocs/manual/misc/custom_errordocs.html -share/apache/htdocs/manual/misc/descriptors.html -share/apache/htdocs/manual/misc/fin_wait_2.html -share/apache/htdocs/manual/misc/footer.html -share/apache/htdocs/manual/misc/header.html -share/apache/htdocs/manual/misc/howto.html -share/apache/htdocs/manual/misc/index.html -share/apache/htdocs/manual/misc/known_client_problems.html -share/apache/htdocs/manual/misc/nopgp.html -share/apache/htdocs/manual/misc/perf-bsd44.html -share/apache/htdocs/manual/misc/perf-dec.html -share/apache/htdocs/manual/misc/perf-hp.html -share/apache/htdocs/manual/misc/perf-tuning.html -share/apache/htdocs/manual/misc/perf.html -share/apache/htdocs/manual/misc/security_tips.html -share/apache/htdocs/manual/misc/vif-info.html -share/apache/htdocs/manual/misc/windoz_keepalive.html -share/apache/htdocs/manual/mod/core.html -share/apache/htdocs/manual/mod/directive-dict.html -share/apache/htdocs/manual/mod/directives.html -share/apache/htdocs/manual/mod/footer.html -share/apache/htdocs/manual/mod/header.html -share/apache/htdocs/manual/mod/index.html -share/apache/htdocs/manual/mod/mod_access.html -share/apache/htdocs/manual/mod/mod_actions.html -share/apache/htdocs/manual/mod/mod_alias.html -share/apache/htdocs/manual/mod/mod_asis.html -share/apache/htdocs/manual/mod/mod_auth.html -share/apache/htdocs/manual/mod/mod_auth_anon.html -share/apache/htdocs/manual/mod/mod_auth_db.html -share/apache/htdocs/manual/mod/mod_auth_dbm.html -share/apache/htdocs/manual/mod/mod_auth_digest.html -share/apache/htdocs/manual/mod/mod_autoindex.html -share/apache/htdocs/manual/mod/mod_browser.html -share/apache/htdocs/manual/mod/mod_cern_meta.html -share/apache/htdocs/manual/mod/mod_cgi.html -share/apache/htdocs/manual/mod/mod_cookies.html -share/apache/htdocs/manual/mod/mod_digest.html -share/apache/htdocs/manual/mod/mod_dir.html -share/apache/htdocs/manual/mod/mod_dld.html -share/apache/htdocs/manual/mod/mod_dll.html -share/apache/htdocs/manual/mod/mod_env.html -share/apache/htdocs/manual/mod/mod_example.html -share/apache/htdocs/manual/mod/mod_expires.html -share/apache/htdocs/manual/mod/mod_headers.html -share/apache/htdocs/manual/mod/mod_imap.html -share/apache/htdocs/manual/mod/mod_include.html -share/apache/htdocs/manual/mod/mod_info.html -share/apache/htdocs/manual/mod/mod_isapi.html -share/apache/htdocs/manual/mod/mod_log_agent.html -share/apache/htdocs/manual/mod/mod_log_common.html -share/apache/htdocs/manual/mod/mod_log_config.html -share/apache/htdocs/manual/mod/mod_log_referer.html -share/apache/htdocs/manual/mod/mod_mime.html -share/apache/htdocs/manual/mod/mod_mime_magic.html -share/apache/htdocs/manual/mod/mod_mmap_static.html -share/apache/htdocs/manual/mod/mod_negotiation.html -share/apache/htdocs/manual/mod/mod_proxy.html -share/apache/htdocs/manual/mod/mod_rewrite.html -share/apache/htdocs/manual/mod/mod_setenvif.html -share/apache/htdocs/manual/mod/mod_so.html -share/apache/htdocs/manual/mod/mod_speling.html -share/apache/htdocs/manual/mod/mod_status.html -share/apache/htdocs/manual/mod/mod_unique_id.html -share/apache/htdocs/manual/mod/mod_userdir.html -share/apache/htdocs/manual/mod/mod_usertrack.html -share/apache/htdocs/manual/mod/mod_vhost_alias.html -share/apache/htdocs/manual/multilogs.html -share/apache/htdocs/manual/new_features_1_0.html -share/apache/htdocs/manual/new_features_1_1.html -share/apache/htdocs/manual/new_features_1_2.html -share/apache/htdocs/manual/new_features_1_3.html -share/apache/htdocs/manual/process-model.html -share/apache/htdocs/manual/readme-tpf.html -share/apache/htdocs/manual/search/manual-index.cgi -share/apache/htdocs/manual/sections.html -share/apache/htdocs/manual/sourcereorg.html -share/apache/htdocs/manual/stopping.html -share/apache/htdocs/manual/suexec.html -share/apache/htdocs/manual/suexec_1_2.html -share/apache/htdocs/manual/unixware.html -share/apache/htdocs/manual/upgrading_to_1_3.html -share/apache/htdocs/manual/vhosts/details.html -share/apache/htdocs/manual/vhosts/details_1_2.html -share/apache/htdocs/manual/vhosts/examples.html -share/apache/htdocs/manual/vhosts/fd-limits.html -share/apache/htdocs/manual/vhosts/footer.html -share/apache/htdocs/manual/vhosts/header.html -share/apache/htdocs/manual/vhosts/host.html -share/apache/htdocs/manual/vhosts/index.html -share/apache/htdocs/manual/vhosts/ip-based.html -share/apache/htdocs/manual/vhosts/mass.html -share/apache/htdocs/manual/vhosts/name-based.html -share/apache/htdocs/manual/vhosts/vhosts-in-depth.html -share/apache/htdocs/manual/vhosts/virtual-host.html -share/apache/htdocs/manual/windows.html -share/apache/icons/README -share/apache/icons/a.gif -share/apache/icons/alert.black.gif -share/apache/icons/alert.red.gif -share/apache/icons/apache_pb.gif -share/apache/icons/back.gif -share/apache/icons/ball.gray.gif -share/apache/icons/ball.red.gif -share/apache/icons/binary.gif -share/apache/icons/binhex.gif -share/apache/icons/blank.gif -share/apache/icons/bomb.gif -share/apache/icons/box1.gif -share/apache/icons/box2.gif -share/apache/icons/broken.gif -share/apache/icons/burst.gif -share/apache/icons/c.gif -share/apache/icons/comp.blue.gif -share/apache/icons/comp.gray.gif -share/apache/icons/compressed.gif -share/apache/icons/continued.gif -share/apache/icons/dir.gif -share/apache/icons/down.gif -share/apache/icons/dvi.gif -share/apache/icons/f.gif -share/apache/icons/folder.gif -share/apache/icons/folder.open.gif -share/apache/icons/folder.sec.gif -share/apache/icons/forward.gif -share/apache/icons/generic.gif -share/apache/icons/generic.red.gif -share/apache/icons/generic.sec.gif -share/apache/icons/hand.right.gif -share/apache/icons/hand.up.gif -share/apache/icons/icon.sheet.gif -share/apache/icons/image1.gif -share/apache/icons/image2.gif -share/apache/icons/image3.gif -share/apache/icons/index.gif -share/apache/icons/layout.gif -share/apache/icons/left.gif -share/apache/icons/link.gif -share/apache/icons/movie.gif -share/apache/icons/p.gif -share/apache/icons/patch.gif -share/apache/icons/pdf.gif -share/apache/icons/pie0.gif -share/apache/icons/pie1.gif -share/apache/icons/pie2.gif -share/apache/icons/pie3.gif -share/apache/icons/pie4.gif -share/apache/icons/pie5.gif -share/apache/icons/pie6.gif -share/apache/icons/pie7.gif -share/apache/icons/pie8.gif -share/apache/icons/portal.gif -share/apache/icons/ps.gif -share/apache/icons/quill.gif -share/apache/icons/right.gif -share/apache/icons/screw1.gif -share/apache/icons/screw2.gif -share/apache/icons/script.gif -share/apache/icons/small/README.txt -share/apache/icons/small/back.gif -share/apache/icons/small/binary.gif -share/apache/icons/small/binhex.gif -share/apache/icons/small/blank.gif -share/apache/icons/small/broken.gif -share/apache/icons/small/burst.gif -share/apache/icons/small/comp1.gif -share/apache/icons/small/comp2.gif -share/apache/icons/small/compressed.gif -share/apache/icons/small/continued.gif -share/apache/icons/small/dir.gif -share/apache/icons/small/dir2.gif -share/apache/icons/small/doc.gif -share/apache/icons/small/forward.gif -share/apache/icons/small/generic.gif -share/apache/icons/small/generic2.gif -share/apache/icons/small/generic3.gif -share/apache/icons/small/image.gif -share/apache/icons/small/image2.gif -share/apache/icons/small/index.gif -share/apache/icons/small/key.gif -share/apache/icons/small/movie.gif -share/apache/icons/small/patch.gif -share/apache/icons/small/ps.gif -share/apache/icons/small/rainbow.gif -share/apache/icons/small/sound.gif -share/apache/icons/small/sound2.gif -share/apache/icons/small/tar.gif -share/apache/icons/small/text.gif -share/apache/icons/small/transfer.gif -share/apache/icons/small/unknown.gif -share/apache/icons/small/uu.gif -share/apache/icons/sound1.gif -share/apache/icons/sound2.gif -share/apache/icons/sphere1.gif -share/apache/icons/sphere2.gif -share/apache/icons/tar.gif -share/apache/icons/tex.gif -share/apache/icons/text.gif -share/apache/icons/transfer.gif -share/apache/icons/unknown.gif -share/apache/icons/up.gif -share/apache/icons/uu.gif -share/apache/icons/uuencoded.gif -share/apache/icons/world1.gif -share/apache/icons/world2.gif -share/doc/apache/ABOUT_APACHE -share/doc/apache/LICENSE -share/doc/apache/README -share/doc/php/CODING_STANDARDS -share/doc/php/LICENSE -@dirrm etc/apache -@dirrm include/apache/xml -@dirrm include/apache -@dirrm libexec/apache -@dirrm share/apache/cgi-bin -@dirrm share/apache/htdocs/manual/images -@dirrm share/apache/htdocs/manual/misc -@dirrm share/apache/htdocs/manual/mod -@dirrm share/apache/htdocs/manual/search -@dirrm share/apache/htdocs/manual/vhosts -@dirrm share/apache/htdocs/manual -@dirrm share/apache/htdocs -@dirrm share/apache/icons/small -@dirrm share/apache/icons -@dirrm share/apache -@dirrm share/doc/apache -@dirrm share/doc/php diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php deleted file mode 100644 index aed2339d14f2..000000000000 --- a/www/mod_php5/scripts/configure.php +++ /dev/null @@ -1,191 +0,0 @@ -#!/bin/sh - -if [ "${BATCH}" ]; then - ${MKDIR} ${WRKDIRPREFIX}${CURDIR} - ${TOUCH} ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit -fi -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -/usr/bin/dialog --title "configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 14 \ -tuning "Apache: performance tuning" OFF \ -modssl "Apache: SSL support" OFF \ -GD "PHP: GD library support" OFF \ -FreeType "PHP: TrueType font rendering (implies GD)" OFF \ -zlib "PHP: zlib library support" ON \ -mcrypt "PHP: Encryption support" OFF \ -mhash "PHP: Crypto-hashing support" OFF \ -pdflib "PHP: pdflib support (implies zlib)" OFF \ -IMAP "PHP: IMAP support" OFF \ -MySQL "PHP: MySQL database support" ON \ -PostgreSQL "PHP: PostgreSQL database support" OFF \ -mSQL "PHP: mSQL database support" OFF \ -dBase "PHP: dBase database support" OFF \ -OpenLDAP "PHP: OpenLDAP support" OFF \ -SNMP "PHP: SNMP support" OFF \ -XML "PHP: XML 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 - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -while [ "$1" ]; do - case $1 in - \"tuning\") - echo "APACHE_PERF_TUNING= YES" - ;; - \"GD\") - echo "GD is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "BUILD_DEPENDS+= \${PREFIX}/lib/libgd.a:\${PORTSDIR}/graphics/gd" - echo "PHP_CONF_ARGS+= --with-gd=\${PREFIX}" - GD=1 - ;; - \"FreeType\") - echo "FreeType is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= ttf.4:\${PORTSDIR}/print/freetype" - echo "PHP_CONF_ARGS+= --with-ttf=\${PREFIX}" - if [ -z "$GD" ]; then - set $* \"GD\" - fi - ;; - \"zlib\") - echo "PHP_CONF_ARGS+= --with-zlib" - ZLIB=1 - ;; - \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt" - echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}" - ;; - \"mhash\") - echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash" - echo "PHP_CONF_ARGS+= --with-mhash=\${PREFIX}" - ;; - \"pdflib\") - echo "pdflib is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= pdf.2:\${PORTSDIR}/print/pdflib" - echo "PHP_CONF_ARGS+= --with-pdflib=\${PREFIX} \\" - echo " --with-jpeg-dir=\${PREFIX} \\" - echo " --with-tiff-dir=\${PREFIX}" - if [ -z "$ZLIB" ]; then - set $* \"zlib\" - fi - ;; - \"IMAP\") - echo "IMAP is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "BUILD_DEPENDS+= \${PREFIX}/lib/libc-client4.a:\${PORTSDIR}/mail/imap-uw" - echo "PHP_CONF_ARGS+= --with-imap=\${PREFIX}" - ;; - \"MySQL\") - echo "LIB_DEPENDS+= mysqlclient.6:\${PORTSDIR}/databases/mysql322-client" - echo "PHP_CONF_ARGS+= --with-mysql=\${PREFIX}" - ;; - \"PostgreSQL\") - echo "BUILD_DEPENDS+= \${PREFIX}/pgsql/bin/psql:\${PORTSDIR}/databases/postgresql" - echo "PHP_CONF_ARGS+= --with-pgsql=\${PREFIX}/pgsql" - ;; - \"mSQL\") - echo "BUILD_DEPENDS+= msql:\${PORTSDIR}/databases/msql" - echo "PHP_CONF_ARGS+= --with-msql=\${PREFIX}" - ;; - \"dBase\") - echo "PHP_CONF_ARGS+= --with-dbase" - ;; - \"OpenLDAP\") - echo "BUILD_DEPENDS+= \${PREFIX}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "BUILD_DEPENDS+= \${PREFIX}/lib/liblber.a:\${PORTSDIR}/net/openldap" - echo "PHP_CONF_ARGS+= --with-ldap=\${PREFIX}" - if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a ]; then - echo "CONFIGURE_ENV+= LIBS='-lkrb -ldes -L\${PREFIX}/lib'" - fi - ;; - \"SNMP\") - echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/ucd-snmp" - echo "PHP_CONF_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 "PHP_CONF_ARGS+= --with-xml=\${PREFIX}" - ;; - \"modssl\") - cat << EOF -PKGNAME= apache+php+mod_ssl-\${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL} -DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX} - -BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\ - mm-config:\${PORTSDIR}/devel/mm \\ - \${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm -LIB_DEPENDS+= crypto.1:\${PORTSDIR}/security/openssl \\ - ssl.1:\${PORTSDIR}/security/openssl -RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl - -VERSION_MODSSL= 2.4.9 - -RESTRICTED= "Contains cryptography" - -CONFIGURE_ARGS+=--enable-module=ssl \\ - --enable-module=define -CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" - -PLIST= \${PKGDIR}/PLIST.modssl -SSL= ssl - -TYPE= test -CRT= -KEY= - -pre-patch: - @cd \${WRKDIR}/mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE} \\ - && \${ECHO_MSG} "===> Applying mod_ssl-\${VERSION_MODSSL} extension" \\ - && ./configure --with-apache=../\${DISTNAME} --expert - -post-patch: - @cd \${WRKSRC} \\ - && find . -type f -name "*.orig" -print | xargs \${RM} -f - -post-build: - @cd \${WRKSRC} \\ - && \${ECHO_MSG} "===> Creating Dummy Certificate for Server (SnakeOil)" \\ - && \${ECHO_MSG} " [use 'make certificate' to create a real one]" \\ - && \${MAKE} certificate TYPE=dummy >/dev/null 2>&1 - -certificate: - @cd \${WRKSRC} \\ - && \${ECHO_MSG} "===> Creating Test Certificate for Server" \\ - && \${MAKE} certificate TYPE=\$(TYPE) CRT=\$(CRT) KEY=\$(KEY) - -EOF - ;; - esac - shift -done diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile deleted file mode 100644 index 682391d27837..000000000000 --- a/www/mozilla-devel/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: mozilla -# Version required: M10 -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD$ -# - -DISTNAME= mozilla-source-M10 -PKGNAME= mozilla-M10 -CATEGORIES= www -MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/m10/src/ - -MAINTAINER= reg@shale.csir.co.za - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - ORBit.2:${PORTSDIR}/devel/ORBit - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -WRKSRC= ${WRKDIR}/mozilla -USE_X_PREFIX= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_NEWGCC= yes -CONFIGURE_ARGS= \ - --disable-cpp-rtti \ - --disable-md \ - --disable-pedantic \ - --disable-xterm-updates \ - --enable-cpp-exceptions \ - --enable-debug \ - --enable-double-buffer \ - --enable-editor \ - --enable-idltool \ - --enable-mailnews \ - --enable-optimize \ - --enable-pics \ - --enable-tests \ - --enable-toolkit=gtk \ - --disable-debug \ - --enable-x11-shm \ - --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}" - -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 9bed47434dd0..000000000000 --- a/www/mozilla-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mozilla-source-M10.tar.gz) = 3c0d510a04ad3499e9b5c23ffea73e0e diff --git a/www/mozilla-devel/files/patch-mi b/www/mozilla-devel/files/patch-mi deleted file mode 100644 index 51da7ba70d69..000000000000 --- a/www/mozilla-devel/files/patch-mi +++ /dev/null @@ -1,15 +0,0 @@ -This patch make the FreeBSD port build obey the host's local settings -for C, C++ compiler and (optimization) flags. ---- nsprpub/config/FreeBSD.mk.orig Wed Apr 21 17:37:37 1999 -+++ nsprpub/config/FreeBSD.mk Mon Oct 11 13:49:41 1999 -@@ -24,2 +23,0 @@ --CC = gcc --CCC = g++ -@@ -26,0 +25,5 @@ -+CCC = ${CXX} -+ -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = -@@ -31 +33,0 @@ --OS_REL_CFLAGS = -mno-486 -Di386 diff --git a/www/mozilla-devel/files/patch-qt b/www/mozilla-devel/files/patch-qt deleted file mode 100644 index 352c6117ddc3..000000000000 --- a/www/mozilla-devel/files/patch-qt +++ /dev/null @@ -1,8 +0,0 @@ -This patch is not neccessary, since the Qt support in Mozilla appears -broken anyway (Perhaps, it needs Qt-2?). But it should stir the -configure to the right direction... ---- configure.orig Tue Sep 28 17:46:31 1999 -+++ configure Mon Oct 11 15:12:52 1999 -@@ -5342 +5342 @@ -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" 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 ba9fa833f353..000000000000 --- a/www/mozilla-devel/pkg-plist +++ /dev/null @@ -1,1242 +0,0 @@ -bin/mozilla -lib/mozilla/CvtURL -lib/mozilla/DumpColors -lib/mozilla/FilesTest -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/TestXPC -lib/mozilla/TestLineBreak -lib/mozilla/TestMSGCompose -lib/mozilla/TestObserverService -lib/mozilla/TestPipes -lib/mozilla/TestProtocols -lib/mozilla/TestRect -lib/mozilla/TestSocketIO -lib/mozilla/TestSocketInput -lib/mozilla/TestSocketTransport -lib/mozilla/TestStreamConv -lib/mozilla/TestTXMgr -lib/mozilla/TestThreads -lib/mozilla/TestXPIDLString -lib/mozilla/TestXPTCInvoke -lib/mozilla/UnicharSelfTest -lib/mozilla/apprunner -lib/mozilla/chrome/registry.rdf -lib/mozilla/chrome/editor/content/default/EditorAppShell.xul -lib/mozilla/chrome/editor/content/default/EditorCommands.js -lib/mozilla/chrome/editor/content/default/TextEditorAppShell.xul -lib/mozilla/chrome/editor/content/default/EditorInitPage.html -lib/mozilla/chrome/editor/content/default/EditorInitPagePlain.html -lib/mozilla/chrome/editor/content/default/EditorStyles1.css -lib/mozilla/chrome/editor/content/default/EditorContent.css -lib/mozilla/chrome/editor/content/default/contentframe.xul -lib/mozilla/chrome/editor/content/default/sidebar-editor.rdf -lib/mozilla/chrome/editor/content/default/sidebar-editor.xul -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/sb-FileWidgetFileHandler.js -lib/mozilla/chrome/editor/content/default/viewsource.xul -lib/mozilla/chrome/editor/content/default/viewsource.js -lib/mozilla/chrome/editor/content/default/editorOverlay.xul -lib/mozilla/chrome/editor/content/default/editorOverlay.js -lib/mozilla/chrome/editor/content/default/EdDialogCommon.js -lib/mozilla/chrome/editor/content/default/EdLinkProps.xul -lib/mozilla/chrome/editor/content/default/EdLinkProps.js -lib/mozilla/chrome/editor/content/default/EdListProps.xul -lib/mozilla/chrome/editor/content/default/EdListProps.js -lib/mozilla/chrome/editor/content/default/EdImageProps.xul -lib/mozilla/chrome/editor/content/default/EdImageProps.js -lib/mozilla/chrome/editor/content/default/EdInsSrc.xul -lib/mozilla/chrome/editor/content/default/EdInsSrc.js -lib/mozilla/chrome/editor/content/default/EdHLineProps.xul -lib/mozilla/chrome/editor/content/default/EdHLineProps.js -lib/mozilla/chrome/editor/content/default/EdSpellCheck.xul -lib/mozilla/chrome/editor/content/default/EdSpellCheck.js -lib/mozilla/chrome/editor/content/default/EdDictionary.xul -lib/mozilla/chrome/editor/content/default/EdDictionary.js -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.xul -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.js -lib/mozilla/chrome/editor/content/default/EdInsertTable.xul -lib/mozilla/chrome/editor/content/default/EdInsertTable.js -lib/mozilla/chrome/editor/content/default/EdTableProps.xul -lib/mozilla/chrome/editor/content/default/EdTableProps.js -lib/mozilla/chrome/editor/content/default/EdMessage.xul -lib/mozilla/chrome/editor/content/default/EdMessage.js -lib/mozilla/chrome/editor/content/default/EdDialogOverlay.xul -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.xul -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.js -lib/mozilla/chrome/editor/skin/default/Editor.css -lib/mozilla/chrome/editor/skin/default/images/ED_Bold.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Bullets.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Left.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Center.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Right.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Justify.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Copy.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Cut.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Outdent.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Find.gif -lib/mozilla/chrome/editor/skin/default/images/ED_HLine.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Image.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Indent.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Italic.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Link.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Numbers.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Paste.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Redo.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Spell.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Table.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Target.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Underline.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Undo.gif -lib/mozilla/chrome/editor/skin/default/images/ED_TextColor.gif -lib/mozilla/chrome/editor/skin/default/images/ED_BackColor.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Align.gif -lib/mozilla/chrome/editor/skin/default/images/ED_ObjectPopup.gif -lib/mozilla/chrome/editor/skin/default/images/ED_NewFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_OpenFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_SaveFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_SaveMod.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Publish.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Preview.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Print.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignbottom.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignleft.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignmiddle.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignright.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgaligntop.gif -lib/mozilla/chrome/editor/skin/default/EditorDialog.css -lib/mozilla/chrome/editor/locale/en-US/EditorAppShell.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/locale/en-US/editorOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.properties -lib/mozilla/chrome/editor/locale/en-US/EditorHLineProperties.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/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/EdNamedAnchorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EdDialogOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/EdAdvancedEdit.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpinstall.properties -lib/mozilla/chrome/xpinstall/locale/en-US/progress.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpistatus.dtd -lib/mozilla/chrome/profile/content/default/createProfileWizard.js -lib/mozilla/chrome/profile/content/default/createProfileWizard.xul -lib/mozilla/chrome/profile/content/default/profileManager.js -lib/mozilla/chrome/profile/content/default/profileManager.xul -lib/mozilla/chrome/profile/content/default/deleteProfile.xul -lib/mozilla/chrome/profile/content/default/migrateAllProfile.xul -lib/mozilla/chrome/profile/content/default/renameProfile.xul -lib/mozilla/chrome/profile/content/default/newProfile1_1.xul -lib/mozilla/chrome/profile/content/default/newProfile1_2.xul -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.xul -lib/mozilla/chrome/profile/skin/default/profile.css -lib/mozilla/chrome/profile/skin/default/createProfileWizard.css -lib/mozilla/chrome/profile/skin/default/profileManager.css -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.dtd -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/profileManager.dtd -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/profileManagerRename.dtd -lib/mozilla/chrome/profile/locale/en-US/profileMigrationProgress.dtd -lib/mozilla/chrome/navigator/content/default/nsContextMenu.js -lib/mozilla/chrome/navigator/content/default/tooltip.js -lib/mozilla/chrome/navigator/content/default/contentframe.js -lib/mozilla/chrome/navigator/content/default/openLocation.js -lib/mozilla/chrome/navigator/content/default/viewsource.js -lib/mozilla/chrome/navigator/content/default/contentframe.xul -lib/mozilla/chrome/navigator/content/default/navigator.xul -lib/mozilla/chrome/navigator/content/default/navigatorOverlay.xul -lib/mozilla/chrome/navigator/content/default/navigator.js -lib/mozilla/chrome/navigator/content/default/openLocation.xul -lib/mozilla/chrome/navigator/content/default/viewSource.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmYN.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmCheckYN.xul -lib/mozilla/chrome/navigator/skin/default/alertl.gif -lib/mozilla/chrome/navigator/skin/default/errorl.gif -lib/mozilla/chrome/navigator/skin/default/messagel.gif -lib/mozilla/chrome/navigator/skin/default/navigator.css -lib/mozilla/chrome/navigator/skin/default/questionl.gif -lib/mozilla/chrome/navigator/skin/default/contentframe.css -lib/mozilla/chrome/navigator/skin/default/animthrob.gif -lib/mozilla/chrome/navigator/skin/default/animthrob_single.gif -lib/mozilla/chrome/navigator/skin/default/TB_Back.gif -lib/mozilla/chrome/navigator/skin/default/TB_Forward.gif -lib/mozilla/chrome/navigator/skin/default/TB_Home.gif -lib/mozilla/chrome/navigator/skin/default/TB_Location.gif -lib/mozilla/chrome/navigator/skin/default/TB_Location_mo.gif -lib/mozilla/chrome/navigator/skin/default/TB_Netscape.gif -lib/mozilla/chrome/navigator/skin/default/TB_Print.gif -lib/mozilla/chrome/navigator/skin/default/TB_Reload.gif -lib/mozilla/chrome/navigator/skin/default/TB_Search.gif -lib/mozilla/chrome/navigator/skin/default/TB_Stop.gif -lib/mozilla/chrome/navigator/locale/en-US/navigator.dtd -lib/mozilla/chrome/navigator/locale/en-US/openLocation.dtd -lib/mozilla/chrome/navigator/locale/en-US/viewSource.dtd -lib/mozilla/chrome/navigator/locale/en-US/NetSupportConfirmCheckYN.dtd -lib/mozilla/chrome/bookmarks/content/default/bm-panel.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.js -lib/mozilla/chrome/bookmarks/content/default/bookmark-popup.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.html -lib/mozilla/chrome/bookmarks/content/default/bookmarks.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.xul -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/bookmarks/locale/en-US/bm-props.dtd -lib/mozilla/chrome/bookmarks/locale/en-US/bookmarks.dtd -lib/mozilla/chrome/directory/content/default/directory.xul -lib/mozilla/chrome/directory/content/default/directory.js -lib/mozilla/chrome/directory/skin/default/directory.css -lib/mozilla/chrome/directory/locale/en-US/directory.dtd -lib/mozilla/chrome/global/content/default/finddialog.xul -lib/mozilla/chrome/global/content/default/finddialog.js -lib/mozilla/chrome/global/content/default/unknownContent.xul -lib/mozilla/chrome/global/content/default/unknownContent.js -lib/mozilla/chrome/global/content/default/downloadProgress.xul -lib/mozilla/chrome/global/content/default/downloadProgress.js -lib/mozilla/chrome/global/content/default/platformGlobalOverlay.xul -lib/mozilla/chrome/global/content/default/platformDialogOverlay.xul -lib/mozilla/chrome/global/content/default/hiddenWindow.xul -lib/mozilla/chrome/global/content/default/globalOverlay.xul -lib/mozilla/chrome/global/content/default/globalOverlay.js -lib/mozilla/chrome/global/content/default/tasksOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.js -lib/mozilla/chrome/global/content/default/dialogOverlay.xul -lib/mozilla/chrome/global/content/default/dialogOverlay.js -lib/mozilla/chrome/global/content/default/tasksExtension.xul -lib/mozilla/chrome/global/content/default/commonDialog.xul -lib/mozilla/chrome/global/content/default/commonDialog.js -lib/mozilla/chrome/global/content/default/charsetOverlay.xul -lib/mozilla/chrome/global/content/default/charsetOverlay.js -lib/mozilla/chrome/global/content/default/strres.js -lib/mozilla/chrome/global/content/default/about.html -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.js -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.xul -lib/mozilla/chrome/global/locale/en-US/finddialog.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.dtd -lib/mozilla/chrome/global/locale/en-US/platformGlobalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformDialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/globalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/dialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/tasksOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/commonDialog.dtd -lib/mozilla/chrome/global/locale/en-US/charsetOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/charsetDetectorsOverlay.dtd -lib/mozilla/chrome/global/skin/default/dialogs.css -lib/mozilla/chrome/global/skin/default/tasksOverlay.css -lib/mozilla/chrome/global/skin/default/xul.css -lib/mozilla/chrome/global/skin/default/lessCols.gif -lib/mozilla/chrome/global/skin/default/lessCols_mo.gif -lib/mozilla/chrome/global/skin/default/lessCOls_dis.gif -lib/mozilla/chrome/global/skin/default/moreCols.gif -lib/mozilla/chrome/global/skin/default/moreCols_mo.gif -lib/mozilla/chrome/global/skin/default/moreCols_dis.gif -lib/mozilla/chrome/global/skin/default/scrollUp.gif -lib/mozilla/chrome/global/skin/default/scrollUp_mo.gif -lib/mozilla/chrome/global/skin/default/scrollUp_dis.gif -lib/mozilla/chrome/global/skin/default/scrollDown.gif -lib/mozilla/chrome/global/skin/default/scrollDown_mo.gif -lib/mozilla/chrome/global/skin/default/scrollDown_dis.gif -lib/mozilla/chrome/global/skin/default/scroll-left.gif -lib/mozilla/chrome/global/skin/default/scroll-left-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-left-disabled.gif -lib/mozilla/chrome/global/skin/default/menuArrow.gif -lib/mozilla/chrome/global/skin/default/scroll-right.gif -lib/mozilla/chrome/global/skin/default/scroll-right-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-right-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-disabled.gif -lib/mozilla/chrome/global/skin/default/menuArrow_mo.gif -lib/mozilla/chrome/global/skin/default/menuArrow_dis.gif -lib/mozilla/chrome/global/skin/default/menuCheck.gif -lib/mozilla/chrome/global/skin/default/menuCheck_mo.gif -lib/mozilla/chrome/global/skin/default/menuCheck_dis.gif -lib/mozilla/chrome/global/skin/default/opentwisty.gif -lib/mozilla/chrome/global/skin/default/closedtwisty.gif -lib/mozilla/chrome/global/skin/default/alert-icon.gif -lib/mozilla/chrome/global/skin/default/error-icon.gif -lib/mozilla/chrome/global/skin/default/message-icon.gif -lib/mozilla/chrome/global/skin/default/question-icon.gif -lib/mozilla/chrome/global/skin/default/return.gif -lib/mozilla/chrome/global/skin/default/print.gif -lib/mozilla/chrome/global/skin/default/stop.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/TB_MiniAddr.gif -lib/mozilla/chrome/global/skin/default/TB_MiniComp.gif -lib/mozilla/chrome/global/skin/default/TB_MiniMail.gif -lib/mozilla/chrome/global/skin/default/TB_MiniNav.gif -lib/mozilla/chrome/global/skin/default/TB_MiniTab.gif -lib/mozilla/chrome/global/skin/default/TB_Tab.gif -lib/mozilla/chrome/global/skin/default/TB_popup.gif -lib/mozilla/chrome/global/skin/default/TB_Tab_mo.gif -lib/mozilla/chrome/history/content/default/history.xul -lib/mozilla/chrome/history/content/default/history.js -lib/mozilla/chrome/history/content/default/history-test.xul -lib/mozilla/chrome/history/content/default/history-test.js -lib/mozilla/chrome/history/skin/default/history.css -lib/mozilla/chrome/history/locale/en-US/history.dtd -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/dummy-flash.rdf -lib/mozilla/chrome/sidebar/content/default/flash-registry.rdf -lib/mozilla/chrome/sidebar/content/default/flash.js -lib/mozilla/chrome/sidebar/content/default/flash.xul -lib/mozilla/chrome/sidebar/content/default/preview.css -lib/mozilla/chrome/sidebar/content/default/preview.js -lib/mozilla/chrome/sidebar/content/default/preview.xul -lib/mozilla/chrome/sidebar/content/default/sidebar-browser.rdf -lib/mozilla/chrome/sidebar/content/default/sidebar-browser.xul -lib/mozilla/chrome/sidebar/content/default/sidebar-registry.rdf -lib/mozilla/chrome/sidebar/content/default/sidebar.js -lib/mozilla/chrome/sidebar/content/default/sidebar.rdf -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.js -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.xul -lib/mozilla/chrome/sidebar/skin/default/customize-panel.css -lib/mozilla/chrome/sidebar/skin/default/customize.css -lib/mozilla/chrome/sidebar/skin/default/flash.css -lib/mozilla/chrome/sidebar/skin/default/sidebar.css -lib/mozilla/chrome/sidebar/skin/default/sidebarOverlay.css -lib/mozilla/chrome/sidebar/skin/default/corner.gif -lib/mozilla/chrome/sidebar/skin/default/flames.gif -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/showhide.gif -lib/mozilla/chrome/sidebar/skin/default/showhide-inv.gif -lib/mozilla/chrome/sidebar/locale/en-US/customize-panel.dtd -lib/mozilla/chrome/sidebar/locale/en-US/customize.dtd -lib/mozilla/chrome/sidebar/locale/en-US/flash.dtd -lib/mozilla/chrome/sidebar/locale/en-US/preview.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-browser-rdf.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-browser.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-registry-rdf.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebarOverlay.dtd -lib/mozilla/chrome/related/content/default/related-panel.xul -lib/mozilla/chrome/related/content/default/related-panel.js -lib/mozilla/chrome/related/skin/default/related-panel.css -lib/mozilla/chrome/related/skin/default/sitemap.gif -lib/mozilla/chrome/related/locale/en-US/related-panel.dtd -lib/mozilla/chrome/regviewer/content/default/regviewer.xul -lib/mozilla/chrome/regviewer/content/default/regviewer.js -lib/mozilla/chrome/regviewer/skin/default/regviewer.css -lib/mozilla/chrome/regviewer/locale/en-US/regviewer.dtd -lib/mozilla/chrome/pref/content/default/PrefsWindow.html -lib/mozilla/chrome/pref/content/default/PrefsWindow.js -lib/mozilla/chrome/pref/content/default/PrefsWindow.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.xul -lib/mozilla/chrome/pref/content/default/pref-colors.xul -lib/mozilla/chrome/pref/content/default/pref-composer.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-fonts.xul -lib/mozilla/chrome/pref/content/default/pref-languages.xul -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.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-select.html -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/preftree.xul -lib/mozilla/chrome/pref/skin/default/pref.css -lib/mozilla/chrome/pref/skin/default/preftree.css -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-colors.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-composer.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-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-smart_browsing.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smartupdate.dtd -lib/mozilla/chrome/pref/locale/en-US/preftree.dtd -lib/mozilla/chrome/wallet/locale/en-US/cookie.properties -lib/mozilla/chrome/wallet/locale/en-US/wallet.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/WalletPreview.properties -lib/mozilla/chrome/wallet/content/default/WalletEditor.xul -lib/mozilla/chrome/wallet/content/default/WalletEditor.js -lib/mozilla/chrome/wallet/content/default/SignonViewer.xul -lib/mozilla/chrome/wallet/content/default/SignonViewer.js -lib/mozilla/chrome/wallet/content/default/CookieViewer.xul -lib/mozilla/chrome/wallet/content/default/CookieViewer.js -lib/mozilla/chrome/wallet/content/default/WalletPreview.xul -lib/mozilla/chrome/wallet/content/default/WalletPreview.js -lib/mozilla/chrome/wallet/skin/default/SignonViewer.css -lib/mozilla/chrome/wallet/skin/default/CookieViewer.css -lib/mozilla/chrome/messenger/content/default/SearchDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchOptions.xul -lib/mozilla/chrome/messenger/content/default/SearchDialog.js -lib/mozilla/chrome/messenger/content/default/FilterListDialog.xul -lib/mozilla/chrome/messenger/content/default/FilterListDialog.js -lib/mozilla/chrome/messenger/content/default/FilterEditor.xul -lib/mozilla/chrome/messenger/content/default/FilterEditor.js -lib/mozilla/chrome/messenger/content/default/AccountManager.xul -lib/mozilla/chrome/messenger/content/default/AccountManager.js -lib/mozilla/chrome/messenger/content/default/am-main.xul -lib/mozilla/chrome/messenger/content/default/am-server.xul -lib/mozilla/chrome/messenger/content/default/am-server.js -lib/mozilla/chrome/messenger/content/default/am-server-top.xul -lib/mozilla/chrome/messenger/content/default/am-copies.xul -lib/mozilla/chrome/messenger/content/default/am-copies.js -lib/mozilla/chrome/messenger/content/default/am-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-smtp.xul -lib/mozilla/chrome/messenger/content/default/pref-mailnews.xul -lib/mozilla/chrome/messenger/content/default/custreceipt.xul -lib/mozilla/chrome/messenger/content/default/pref-winsetting.xul -lib/mozilla/chrome/messenger/content/default/pref-receipts.xul -lib/mozilla/chrome/messenger/content/default/pref-diskspace.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.js -lib/mozilla/chrome/messenger/content/default/aw-accounttype.xul -lib/mozilla/chrome/messenger/content/default/aw-identity.xul -lib/mozilla/chrome/messenger/content/default/aw-server.xul -lib/mozilla/chrome/messenger/content/default/aw-login.xul -lib/mozilla/chrome/messenger/content/default/aw-accname.xul -lib/mozilla/chrome/messenger/content/default/aw-done.xul -lib/mozilla/chrome/messenger/content/default/aw-done.js -lib/mozilla/chrome/messenger/content/default/messenger.xul -lib/mozilla/chrome/messenger/content/default/folderPane.xul -lib/mozilla/chrome/messenger/content/default/threadPane.xul -lib/mozilla/chrome/messenger/content/default/widgetglue.js -lib/mozilla/chrome/messenger/content/default/commandglue.js -lib/mozilla/chrome/messenger/content/default/shareglue.js -lib/mozilla/chrome/messenger/content/default/subscribeDialog.xul -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.xul -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.rdf -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.js -lib/mozilla/chrome/messenger/content/default/msgViewNavigation.js -lib/mozilla/chrome/messenger/content/default/msgMail3PaneWindow.js -lib/mozilla/chrome/messenger/content/default/news-test.xul -lib/mozilla/chrome/messenger/content/default/news-test.js -lib/mozilla/chrome/messenger/content/default/attach.js -lib/mozilla/chrome/messenger/content/default/mime.js -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/custreceipt.dtd -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/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-fullname.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/am-main.dtd -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/am-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-copies.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-server-top.dtd -lib/mozilla/chrome/messenger/locale/en-US/messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/threadpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/folderpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/newFolderNameDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribeDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger-rdf.dtd -lib/mozilla/chrome/messenger/locale/en-US/localMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/vcard.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/imapMsgs.properties -lib/mozilla/chrome/messenger/skin/default/AccountManager.css -lib/mozilla/chrome/messenger/skin/default/wizard.css -lib/mozilla/chrome/messenger/skin/default/winclassic.gif -lib/mozilla/chrome/messenger/skin/default/winwide.gif -lib/mozilla/chrome/messenger/skin/default/messenger.css -lib/mozilla/chrome/messenger/skin/default/folderPane.css -lib/mozilla/chrome/messenger/skin/default/threadPane.css -lib/mozilla/chrome/messenger/skin/default/closedMailFolder.gif -lib/mozilla/chrome/messenger/skin/default/openMailFolder.gif -lib/mozilla/chrome/messenger/skin/default/mailMessage.gif -lib/mozilla/chrome/messenger/skin/default/closedInbox.gif -lib/mozilla/chrome/messenger/skin/default/closedTrash.gif -lib/mozilla/chrome/messenger/skin/default/closedOutbox.gif -lib/mozilla/chrome/messenger/skin/default/getmsg.gif -lib/mozilla/chrome/messenger/skin/default/newmsg.gif -lib/mozilla/chrome/messenger/skin/default/reply.gif -lib/mozilla/chrome/messenger/skin/default/forward.gif -lib/mozilla/chrome/messenger/skin/default/trash.gif -lib/mozilla/chrome/messenger/skin/default/check.gif -lib/mozilla/chrome/messenger/skin/default/dot.gif -lib/mozilla/chrome/messenger/skin/default/subscribe.css -lib/mozilla/chrome/messenger/skin/default/folderHasMail.gif -lib/mozilla/chrome/messenger/skin/default/readcol.gif -lib/mozilla/chrome/messenger/skin/default/readmail.gif -lib/mozilla/chrome/messenger/skin/default/unreadmail.gif -lib/mozilla/chrome/messenger/skin/default/replyall.gif -lib/mozilla/chrome/messenger/skin/default/next.gif -lib/mozilla/chrome/messenger/skin/default/threadcol.gif -lib/mozilla/chrome/messenger/skin/default/unthreadcol.gif -lib/mozilla/chrome/messenger/skin/default/flagcol.gif -lib/mozilla/chrome/messenger/skin/default/flaggedmail.gif -lib/mozilla/chrome/messenger/skin/default/Folder.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraft.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftO.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderFiled.gif -lib/mozilla/chrome/messenger/skin/default/FolderFiledO.gif -lib/mozilla/chrome/messenger/skin/default/FolderInbox.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxO.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderMailServer.gif -lib/mozilla/chrome/messenger/skin/default/FolderNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewO.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewsgroup.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewsgroupNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderO.gif -lib/mozilla/chrome/messenger/skin/default/FolderOutbox.gif -lib/mozilla/chrome/messenger/skin/default/FolderOutboxO.gif -lib/mozilla/chrome/messenger/skin/default/FolderSent.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentO.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderServer.gif -lib/mozilla/chrome/messenger/skin/default/FolderServerO.gif -lib/mozilla/chrome/messenger/skin/default/FolderShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplate.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrash.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashShareO.gif -lib/mozilla/chrome/messenger/skin/default/Server.gif -lib/mozilla/chrome/messenger/skin/default/ServerNews.gif -lib/mozilla/chrome/messenger/skin/default/ServerRemote.gif -lib/mozilla/chrome/messenger/skin/default/ServerNewsLock.gif -lib/mozilla/chrome/messenger/skin/default/newsHost.gif -lib/mozilla/chrome/messenger/skin/default/localMailHost.gif -lib/mozilla/chrome/messenger/skin/default/mailheader-micro.css -lib/mozilla/chrome/messenger/skin/default/mailheader-normal.css -lib/mozilla/chrome/messenger/skin/default/mailheader-all.css -lib/mozilla/chrome/messenger/skin/default/addcard.gif -lib/mozilla/chrome/messenger/skin/default/attach.gif -lib/mozilla/chrome/messenger/skin/default/smile.gif -lib/mozilla/chrome/messenger/skin/default/frown.gif -lib/mozilla/chrome/messenger/skin/default/wink.gif -lib/mozilla/chrome/messenger/skin/default/sick.gif -lib/mozilla/chrome/messenger/skin/default/less.gif -lib/mozilla/chrome/messenger/skin/default/more.gif -lib/mozilla/chrome/messengercompose/content/default/pref-messages.xul -lib/mozilla/chrome/messengercompose/content/default/pref-formatting.xul -lib/mozilla/chrome/messengercompose/content/default/messengercompose.xul -lib/mozilla/chrome/messengercompose/content/default/MsgComposeCommands.js -lib/mozilla/chrome/messengercompose/content/default/defaultTextBody.html -lib/mozilla/chrome/messengercompose/content/default/defaultTextBody.txt -lib/mozilla/chrome/messengercompose/content/default/defaultHtmlBody.html -lib/mozilla/chrome/messengercompose/content/default/addressAutoComplete.js -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.xul -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.xul -lib/mozilla/chrome/messengercompose/locale/en-US/pref-messages.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-formatting.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/messengercompose.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/addressingWidgetOverlay.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/MsgAttachPage.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/composeMsgs.properties -lib/mozilla/chrome/messengercompose/skin/default/messengercompose.css -lib/mozilla/chrome/messengercompose/skin/default/send.gif -lib/mozilla/chrome/messengercompose/skin/default/quote.gif -lib/mozilla/chrome/messengercompose/skin/default/address.gif -lib/mozilla/chrome/messengercompose/skin/default/attach.gif -lib/mozilla/chrome/messengercompose/skin/default/spelling.gif -lib/mozilla/chrome/messengercompose/skin/default/save.gif -lib/mozilla/chrome/messengercompose/skin/default/stop.gif -lib/mozilla/chrome/addressbook/content/default/pref-addressing.xul -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/locale/en-US/pref-addressing.dtd -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/skin/default/addressbook.css -lib/mozilla/chrome/addressbook/skin/default/newcard.gif -lib/mozilla/chrome/addressbook/skin/default/newlist.gif -lib/mozilla/chrome/addressbook/skin/default/property.gif -lib/mozilla/chrome/addressbook/skin/default/abnewmsg.gif -lib/mozilla/chrome/addressbook/skin/default/person.gif -lib/mozilla/chrome/addressbook/skin/default/list.gif -lib/mozilla/chrome/addressbook/skin/default/myaddrbk.gif -lib/mozilla/components/libsample.so -lib/mozilla/components/libnecko.so -lib/mozilla/components/libnecko_about.so -lib/mozilla/components/libnecko_data.so -lib/mozilla/components/libnecko_file.so -lib/mozilla/components/libnecko_resource.so -lib/mozilla/components/libnecko_ftp.so -lib/mozilla/components/libnecko_http.so -lib/mozilla/components/libmimetype.so -lib/mozilla/components/libstreamconv.so -lib/mozilla/components/libconverters.so -lib/mozilla/components/libuconv.so -lib/mozilla/components/libucvja.so -lib/mozilla/components/libucvcn.so -lib/mozilla/components/libucvlatin.so -lib/mozilla/components/libucvtw.so -lib/mozilla/components/libucvtw2.so -lib/mozilla/components/libucvko.so -lib/mozilla/components/libunicharutil.so -lib/mozilla/components/liblwbrk.so -lib/mozilla/components/libnslocale.so -lib/mozilla/components/libstrres.so -lib/mozilla/components/libchardet.so -lib/mozilla/components/libxpconnect.so -lib/mozilla/components/libjsloader.so -lib/mozilla/components/libxpctest.so -lib/mozilla/components/libpref.so -lib/mozilla/components/libnsgif.so -lib/mozilla/components/libnspng.so -lib/mozilla/components/libnsjpg.so -lib/mozilla/components/libjar50.so -lib/mozilla/components/libcaps.so -lib/mozilla/components/libgfxps.so -lib/mozilla/components/libjsurl.so -lib/mozilla/components/libraptorview.so -lib/mozilla/components/libtoolkit_service.so -lib/mozilla/components/libraptorhtml.so -lib/mozilla/components/libmork.so -lib/mozilla/components/libchrome.so -lib/mozilla/components/librdf.so -lib/mozilla/components/librdfdomds.so -lib/mozilla/components/libender.so -lib/mozilla/components/libtxmgr.so -lib/mozilla/components/libtxtsvc.so -lib/mozilla/components/libnsxpi.so -lib/mozilla/components/libxpiflash.so -lib/mozilla/components/libprofile.so -lib/mozilla/components/libnsprefm.so -lib/mozilla/components/libmozbrwsr.so -lib/mozilla/components/libbookmarks.so -lib/mozilla/components/libdirectory.so -lib/mozilla/components/libmozfind.so -lib/mozilla/components/libhistory.so -lib/mozilla/components/libsearch.so -lib/mozilla/components/librelated.so -lib/mozilla/components/libregviewer.so -lib/mozilla/components/libmozucth.so -lib/mozilla/components/libmozxfer.so -lib/mozilla/components/libprefwindow.so -lib/mozilla/components/libcookie.so -lib/mozilla/components/libwallet.so -lib/mozilla/components/libwalletviewers.so -lib/mozilla/components/libmailnews.so -lib/mozilla/components/libmsgdb.so -lib/mozilla/components/libmsgnews.so -lib/mozilla/components/liblocalmail.so -lib/mozilla/components/libmsgcompose.so -lib/mozilla/components/libmime.so -lib/mozilla/components/libmimeemitter.so -lib/mozilla/components/libvcard.so -lib/mozilla/components/libmsgimap.so -lib/mozilla/components/libaddrbook.so -lib/mozilla/components/xpcom_base.xpt -lib/mozilla/components/xpcom_ds.xpt -lib/mozilla/components/xpcom_io.xpt -lib/mozilla/components/xpcom_components.xpt -lib/mozilla/components/nsCategoryManager.js -lib/mozilla/components/xpcom_threads.xpt -lib/mozilla/components/proxyObjInst.xpt -lib/mozilla/components/proxytest.xpt -lib/mozilla/components/sample.xpt -lib/mozilla/components/nsSample.js -lib/mozilla/components/necko_base.xpt -lib/mozilla/components/mime.xpt -lib/mozilla/components/necko_dns.xpt -lib/mozilla/components/necko_socket.xpt -lib/mozilla/components/necko_about.xpt -lib/mozilla/components/necko_data.xpt -lib/mozilla/components/necko_file.xpt -lib/mozilla/components/necko_ftp.xpt -lib/mozilla/components/necko_http.xpt -lib/mozilla/components/necko_stream_converter.xpt -lib/mozilla/components/util.xpt -lib/mozilla/components/uconv.xpt -lib/mozilla/components/unicharutil.xpt -lib/mozilla/components/locale.xpt -lib/mozilla/components/intl.xpt -lib/mozilla/components/xpconnect.xpt -lib/mozilla/components/pref.xpt -lib/mozilla/components/oji.xpt -lib/mozilla/components/jar.xpt -lib/mozilla/components/caps.xpt -lib/mozilla/components/gfx.xpt -lib/mozilla/components/dom.xpt -lib/mozilla/components/widget.xpt -lib/mozilla/components/rdf.xpt -lib/mozilla/components/rdfdomds.xpt -lib/mozilla/components/editor.xpt -lib/mozilla/components/txmgr.xpt -lib/mozilla/components/nsxpi.xpt -lib/mozilla/components/profile.xpt -lib/mozilla/components/prefmigr.xpt -lib/mozilla/components/appshell.xpt -lib/mozilla/components/appcores.xpt -lib/mozilla/components/mozbrwsr.xpt -lib/mozilla/components/mozcomps.xpt -lib/mozilla/components/bookmarks.xpt -lib/mozilla/components/directory.xpt -lib/mozilla/components/mozfind.xpt -lib/mozilla/components/history.xpt -lib/mozilla/components/search.xpt -lib/mozilla/components/related.xpt -lib/mozilla/components/regviewer.xpt -lib/mozilla/components/mozucth.xpt -lib/mozilla/components/mozxfer.xpt -lib/mozilla/components/prefwindow.xpt -lib/mozilla/components/walleteditor.xpt -lib/mozilla/components/signonviewer.xpt -lib/mozilla/components/cookieviewer.xpt -lib/mozilla/components/walletpreview.xpt -lib/mozilla/components/mailnews.xpt -lib/mozilla/components/msgbase.xpt -lib/mozilla/components/msgsearch.xpt -lib/mozilla/components/msgdb.xpt -lib/mozilla/components/msgnews.xpt -lib/mozilla/components/msglocal.xpt -lib/mozilla/components/msgcompose.xpt -lib/mozilla/components/msgimap.xpt -lib/mozilla/components/addrbook.xpt -lib/mozilla/defaults/pref/initpref.js -lib/mozilla/defaults/pref/all.js -lib/mozilla/defaults/pref/mailnews.js -lib/mozilla/defaults/pref/editor.js -lib/mozilla/defaults/pref/config.js -lib/mozilla/defaults/pref/unix.js -lib/mozilla/defaults/pref/xpinstall.js -lib/mozilla/defaults/profile/bookmarks.html -lib/mozilla/htmlrobot -lib/mozilla/libDebugRobot.so -lib/mozilla/libMyService.so -lib/mozilla/res/samples/xpconnect-sample.html -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.xul -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.css -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.js -lib/mozilla/res/samples/rdf/DOMTree.xul -lib/mozilla/res/samples/rdf/domviewer.html -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.xul -lib/mozilla/res/samples/treeTest1.css -lib/mozilla/res/samples/sliderTest1.xul -lib/mozilla/res/samples/scrollbarTest1.xul -lib/mozilla/res/samples/scrollbarTest2.xul -lib/mozilla/res/samples/find.html -lib/mozilla/res/samples/printsetup.html -lib/mozilla/res/samples/image_props.html -lib/mozilla/res/samples/aform.css -lib/mozilla/res/samples/bform.css -lib/mozilla/res/samples/cform.css -lib/mozilla/res/samples/bg.jpg -lib/mozilla/res/samples/demoform.css -lib/mozilla/res/samples/mozform.css -lib/mozilla/res/samples/xulTest.css -lib/mozilla/res/samples/Anieyes.gif -lib/mozilla/res/samples/gear1.gif -lib/mozilla/res/samples/rock_gra.gif -lib/mozilla/res/samples/beeptest.html -lib/mozilla/res/samples/soundtest.html -lib/mozilla/res/samples/raptor.jpg -lib/mozilla/res/samples/test.wav -lib/mozilla/res/samples/checkboxTest.xul -lib/mozilla/res/samples/sampleimages/right.gif -lib/mozilla/res/samples/sampleimages/down.gif -lib/mozilla/res/samples/sampleimages/left.gif -lib/mozilla/res/samples/sampleimages/up.gif -lib/mozilla/res/samples/sampleimages/bongo.gif -lib/mozilla/res/samples/colorpicker.xul -lib/mozilla/res/samples/dexanimmaster.xul -lib/mozilla/res/samples/dexanimdialog.xul -lib/mozilla/res/samples/dexparammaster.xul -lib/mozilla/res/samples/dexparamdialog.xul -lib/mozilla/res/samples/dexparamdialog.html -lib/mozilla/res/samples/dexsimplemaster.xul -lib/mozilla/res/samples/dexsimpledialog.xul -lib/mozilla/res/samples/tab.xul -lib/mozilla/res/samples/dexopenchrome.xul -lib/mozilla/res/samples/hidetoolicon.xul -lib/mozilla/res/samples/hidetoolicon.css -lib/mozilla/res/samples/xpmenu.xul -lib/mozilla/res/samples/default.htm -lib/mozilla/res/samples/search.js -lib/mozilla/res/samples/search.css -lib/mozilla/res/samples/search.xul -lib/mozilla/res/samples/shared.js -lib/mozilla/res/samples/find.js -lib/mozilla/res/samples/find.xul -lib/mozilla/res/samples/findresults.css -lib/mozilla/res/samples/findresults.xul -lib/mozilla/res/samples/icons.css -lib/mozilla/res/samples/internet.css -lib/mozilla/res/samples/internet.js -lib/mozilla/res/samples/internet.xul -lib/mozilla/res/samples/internetresults.css -lib/mozilla/res/samples/internetresults.js -lib/mozilla/res/samples/internetresults.xul -lib/mozilla/res/test.properties -lib/mozilla/res/unixcharset.properties -lib/mozilla/res/charsetalias.properties -lib/mozilla/res/entityTables/html40Latin1.properties -lib/mozilla/res/strres.properties -lib/mozilla/res/strres-test.html -lib/mozilla/res/strres-test.xul -lib/mozilla/res/strres-test.dtd -lib/mozilla/res/strres-test.js -lib/mozilla/res/html/broken-image.gif -lib/mozilla/res/html/empty_doc.html -lib/mozilla/res/ua.css -lib/mozilla/res/arrow.gif -lib/mozilla/res/rdf/article.gif -lib/mozilla/res/rdf/document.gif -lib/mozilla/res/rdf/folder-closed.gif -lib/mozilla/res/rdf/folder-open.gif -lib/mozilla/res/rdf/loading.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/ignore-test.xul -lib/mozilla/res/rdf/xpidl-test-1.xul -lib/mozilla/res/rdf/datasets/AOL_NetFind.gif -lib/mozilla/res/rdf/datasets/AOL_NetFind.src -lib/mozilla/res/rdf/datasets/Excite.gif -lib/mozilla/res/rdf/datasets/Excite.src -lib/mozilla/res/rdf/datasets/Google.gif -lib/mozilla/res/rdf/datasets/Google.src -lib/mozilla/res/rdf/datasets/GoTo.com.gif -lib/mozilla/res/rdf/datasets/GoTo.com.src -lib/mozilla/res/rdf/datasets/HotBot.gif -lib/mozilla/res/rdf/datasets/HotBot.src -lib/mozilla/res/rdf/datasets/LookSmart.gif -lib/mozilla/res/rdf/datasets/LookSmart.src -lib/mozilla/res/rdf/datasets/Lycos.gif -lib/mozilla/res/rdf/datasets/Lycos.src -lib/mozilla/res/rdf/datasets/Netscape_Open_Directory.gif -lib/mozilla/res/rdf/datasets/Netscape_Open_Directory.src -lib/mozilla/res/rdf/datasets/Snap.com.gif -lib/mozilla/res/rdf/datasets/Snap.com.src -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/throbber/throbbingN.gif -lib/mozilla/res/viewer.properties -lib/mozilla/res/xpinstall/progress.xul -lib/mozilla/res/xpinstall/progress.html -lib/mozilla/res/xpinstall/progress.css -lib/mozilla/res/xpinstall/SoftwareUpdates.rdf -lib/mozilla/res/xpinstall/SoftwareUpdate-Source-1.rdf -lib/mozilla/res/xpinstall/notification.gif -lib/mozilla/res/toolbar/Mail_Forward.gif -lib/mozilla/res/toolbar/Mail_GetMsg.gif -lib/mozilla/res/toolbar/Mail_NewMsg.gif -lib/mozilla/res/toolbar/Mail_Reply.gif -lib/mozilla/res/toolbar/Mail_SendMsg.gif -lib/mozilla/res/toolbar/DialogAddrIcon.gif -lib/mozilla/res/toolbar/DialogAddrIcon_mo.gif -lib/mozilla/res/toolbar/DialogCompIcon.gif -lib/mozilla/res/toolbar/DialogCompIcon_mo.gif -lib/mozilla/res/toolbar/DialogMailIcon.gif -lib/mozilla/res/toolbar/DialogMailIcon_mo.gif -lib/mozilla/res/toolbar/DialogNavIcon.gif -lib/mozilla/res/toolbar/DialogNavIcon_mo.gif -lib/mozilla/res/toolbar/TB_Back.gif -lib/mozilla/res/toolbar/TB_Back_dis.gif -lib/mozilla/res/toolbar/TB_Back_mo.gif -lib/mozilla/res/toolbar/TB_Bookmarks.gif -lib/mozilla/res/toolbar/TB_Edit.gif -lib/mozilla/res/toolbar/TB_Bookmarks_mo.gif -lib/mozilla/res/toolbar/TB_Forward.gif -lib/mozilla/res/toolbar/TB_Forward_dis.gif -lib/mozilla/res/toolbar/TB_Forward_mo.gif -lib/mozilla/res/toolbar/TB_Home.gif -lib/mozilla/res/toolbar/TB_Home_mo.gif -lib/mozilla/res/toolbar/TB_HTab.gif -lib/mozilla/res/toolbar/TB_HTab_mo.gif -lib/mozilla/res/toolbar/TB_LoadImages.gif -lib/mozilla/res/toolbar/TB_Location.gif -lib/mozilla/res/toolbar/TB_Location_mo.gif -lib/mozilla/res/toolbar/TB_MiniAddr.gif -lib/mozilla/res/toolbar/TB_MiniComp.gif -lib/mozilla/res/toolbar/TB_MiniMail.gif -lib/mozilla/res/toolbar/TB_MiniNav.gif -lib/mozilla/res/toolbar/TB_MiniTab.gif -lib/mozilla/res/toolbar/TB_MixSecurity.gif -lib/mozilla/res/toolbar/TB_Netscape.gif -lib/mozilla/res/toolbar/TB_Netscape_mo.gif -lib/mozilla/res/toolbar/TB_PersonalIcon.gif -lib/mozilla/res/toolbar/TB_Places.gif -lib/mozilla/res/toolbar/TB_Places_mo.gif -lib/mozilla/res/toolbar/TB_popup.gif -lib/mozilla/res/toolbar/TB_Print.gif -lib/mozilla/res/toolbar/TB_Print_mo.gif -lib/mozilla/res/toolbar/TB_Reload.gif -lib/mozilla/res/toolbar/TB_Reload_mo.gif -lib/mozilla/res/toolbar/TB_Search.gif -lib/mozilla/res/toolbar/TB_Search_mo.gif -lib/mozilla/res/toolbar/TB_Secure.gif -lib/mozilla/res/toolbar/TB_Secure_mo.gif -lib/mozilla/res/toolbar/TB_Stop.gif -lib/mozilla/res/toolbar/TB_Stop_dis.gif -lib/mozilla/res/toolbar/TB_Stop_mo.gif -lib/mozilla/res/toolbar/TB_Tab.gif -lib/mozilla/res/toolbar/TB_TabSmall.gif -lib/mozilla/res/toolbar/TB_TabSmall_mo.gif -lib/mozilla/res/toolbar/TB_Tab_mo.gif -lib/mozilla/res/toolbar/TB_Unsecure.gif -lib/mozilla/res/toolbar/TB_WhatsRelated.gif -lib/mozilla/res/toolbar/TB_WhatsRelated_mo.gif -lib/mozilla/res/toolbar/StatusBar-insecure.gif -lib/mozilla/res/toolbar/StatusBar-secure.gif -lib/mozilla/res/toolbar/TB_NewBack.gif -lib/mozilla/res/toolbar/TB_NewForward.gif -lib/mozilla/res/toolbar/TB_NewReload.gif -lib/mozilla/res/toolbar/TB_NewStop.gif -lib/mozilla/res/toolbar/TB_NewHome.gif -lib/mozilla/res/toolbar/TB_NewPrint.gif -lib/mozilla/res/toolbar/grippy-horizontal-before.gif -lib/mozilla/res/toolbar/grippy-horizontal-after.gif -lib/mozilla/res/toolbar/grippy-vertical-before.gif -lib/mozilla/res/toolbar/grippy-vertical-after.gif -lib/mozilla/res/FieldSchema.tbl -lib/mozilla/res/URLFieldSchema.tbl -lib/mozilla/res/SchemaConcat.tbl -lib/mozilla/res/mailnews/tests/AccountManagerTest.xul -lib/mozilla/res/mailnews/tests/AccountManagerTest.js -lib/mozilla/libappcores.so -lib/mozilla/libgfx_gtk.so -lib/mozilla/libjsdom.so -lib/mozilla/libmozjs.so -lib/mozilla/libmsgbaseutil.so -lib/mozilla/libnsappshell.so -lib/mozilla/libnspr3.so -lib/mozilla/libplc3.so -lib/mozilla/libplds3.so -lib/mozilla/libraptorgfx.so -lib/mozilla/libraptorhtmlpars.so -lib/mozilla/libraptorplugin.so -lib/mozilla/libraptorwebwidget.so -lib/mozilla/libsecfree.so -lib/mozilla/libtestdynamic.so -lib/mozilla/libwidget_gtk.so -lib/mozilla/libxlibrgb.so -lib/mozilla/libxpcom.so -lib/mozilla/lots -lib/mozilla/mozilla-apprunner.sh -lib/mozilla/nsinstall -lib/mozilla/mozilla-config -lib/mozilla/mozilla-viewer.sh -lib/mozilla/netscape.cfg -lib/mozilla/pop3Test -lib/mozilla/proxytests -lib/mozilla/rdfcat -lib/mozilla/rdfpoll -lib/mozilla/regExport -lib/mozilla/regxpcom -lib/mozilla/run-mozilla.sh -lib/mozilla/smtpTest -lib/mozilla/testimap -lib/mozilla/testmailnews -lib/mozilla/testxpc.js -lib/mozilla/urltest -lib/mozilla/viewer -lib/mozilla/viewer_gtk -lib/mozilla/vreg -lib/mozilla/xpcshell -lib/mozilla/xpctest_array.js -lib/mozilla/xpctest_echo.js -lib/mozilla/xpctest_enum_create.js -lib/mozilla/xpctest_ids.js -lib/mozilla/xpctest_overloaded.js -lib/mozilla/xpctest_primitives.js -lib/mozilla/xpidl -lib/mozilla/xpt_dump -lib/mozilla/xpt_link -lib/mozilla/component.reg -@dirrm lib/mozilla/res/xpinstall -@dirrm lib/mozilla/res/toolbar -@dirrm lib/mozilla/res/throbber -@dirrm lib/mozilla/res/samples/sampleimages -@dirrm lib/mozilla/res/samples/rdf -@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/defaults/profile -@dirrm lib/mozilla/defaults/pref -@dirrm lib/mozilla/defaults -@dirrm lib/mozilla/components -@dirrm lib/mozilla/chrome/xpinstall/locale/en-US -@dirrm lib/mozilla/chrome/xpinstall/locale -@dirrm lib/mozilla/chrome/xpinstall -@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/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/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/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/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 diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile deleted file mode 100644 index 682391d27837..000000000000 --- a/www/mozilla-vendor/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: mozilla -# Version required: M10 -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD$ -# - -DISTNAME= mozilla-source-M10 -PKGNAME= mozilla-M10 -CATEGORIES= www -MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/m10/src/ - -MAINTAINER= reg@shale.csir.co.za - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - ORBit.2:${PORTSDIR}/devel/ORBit - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -WRKSRC= ${WRKDIR}/mozilla -USE_X_PREFIX= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_NEWGCC= yes -CONFIGURE_ARGS= \ - --disable-cpp-rtti \ - --disable-md \ - --disable-pedantic \ - --disable-xterm-updates \ - --enable-cpp-exceptions \ - --enable-debug \ - --enable-double-buffer \ - --enable-editor \ - --enable-idltool \ - --enable-mailnews \ - --enable-optimize \ - --enable-pics \ - --enable-tests \ - --enable-toolkit=gtk \ - --disable-debug \ - --enable-x11-shm \ - --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}" - -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 9bed47434dd0..000000000000 --- a/www/mozilla-vendor/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mozilla-source-M10.tar.gz) = 3c0d510a04ad3499e9b5c23ffea73e0e diff --git a/www/mozilla-vendor/files/patch-mi b/www/mozilla-vendor/files/patch-mi deleted file mode 100644 index 51da7ba70d69..000000000000 --- a/www/mozilla-vendor/files/patch-mi +++ /dev/null @@ -1,15 +0,0 @@ -This patch make the FreeBSD port build obey the host's local settings -for C, C++ compiler and (optimization) flags. ---- nsprpub/config/FreeBSD.mk.orig Wed Apr 21 17:37:37 1999 -+++ nsprpub/config/FreeBSD.mk Mon Oct 11 13:49:41 1999 -@@ -24,2 +23,0 @@ --CC = gcc --CCC = g++ -@@ -26,0 +25,5 @@ -+CCC = ${CXX} -+ -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = -@@ -31 +33,0 @@ --OS_REL_CFLAGS = -mno-486 -Di386 diff --git a/www/mozilla-vendor/files/patch-qt b/www/mozilla-vendor/files/patch-qt deleted file mode 100644 index 352c6117ddc3..000000000000 --- a/www/mozilla-vendor/files/patch-qt +++ /dev/null @@ -1,8 +0,0 @@ -This patch is not neccessary, since the Qt support in Mozilla appears -broken anyway (Perhaps, it needs Qt-2?). But it should stir the -configure to the right direction... ---- configure.orig Tue Sep 28 17:46:31 1999 -+++ configure Mon Oct 11 15:12:52 1999 -@@ -5342 +5342 @@ -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" 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 ba9fa833f353..000000000000 --- a/www/mozilla-vendor/pkg-plist +++ /dev/null @@ -1,1242 +0,0 @@ -bin/mozilla -lib/mozilla/CvtURL -lib/mozilla/DumpColors -lib/mozilla/FilesTest -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/TestXPC -lib/mozilla/TestLineBreak -lib/mozilla/TestMSGCompose -lib/mozilla/TestObserverService -lib/mozilla/TestPipes -lib/mozilla/TestProtocols -lib/mozilla/TestRect -lib/mozilla/TestSocketIO -lib/mozilla/TestSocketInput -lib/mozilla/TestSocketTransport -lib/mozilla/TestStreamConv -lib/mozilla/TestTXMgr -lib/mozilla/TestThreads -lib/mozilla/TestXPIDLString -lib/mozilla/TestXPTCInvoke -lib/mozilla/UnicharSelfTest -lib/mozilla/apprunner -lib/mozilla/chrome/registry.rdf -lib/mozilla/chrome/editor/content/default/EditorAppShell.xul -lib/mozilla/chrome/editor/content/default/EditorCommands.js -lib/mozilla/chrome/editor/content/default/TextEditorAppShell.xul -lib/mozilla/chrome/editor/content/default/EditorInitPage.html -lib/mozilla/chrome/editor/content/default/EditorInitPagePlain.html -lib/mozilla/chrome/editor/content/default/EditorStyles1.css -lib/mozilla/chrome/editor/content/default/EditorContent.css -lib/mozilla/chrome/editor/content/default/contentframe.xul -lib/mozilla/chrome/editor/content/default/sidebar-editor.rdf -lib/mozilla/chrome/editor/content/default/sidebar-editor.xul -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/sb-FileWidgetFileHandler.js -lib/mozilla/chrome/editor/content/default/viewsource.xul -lib/mozilla/chrome/editor/content/default/viewsource.js -lib/mozilla/chrome/editor/content/default/editorOverlay.xul -lib/mozilla/chrome/editor/content/default/editorOverlay.js -lib/mozilla/chrome/editor/content/default/EdDialogCommon.js -lib/mozilla/chrome/editor/content/default/EdLinkProps.xul -lib/mozilla/chrome/editor/content/default/EdLinkProps.js -lib/mozilla/chrome/editor/content/default/EdListProps.xul -lib/mozilla/chrome/editor/content/default/EdListProps.js -lib/mozilla/chrome/editor/content/default/EdImageProps.xul -lib/mozilla/chrome/editor/content/default/EdImageProps.js -lib/mozilla/chrome/editor/content/default/EdInsSrc.xul -lib/mozilla/chrome/editor/content/default/EdInsSrc.js -lib/mozilla/chrome/editor/content/default/EdHLineProps.xul -lib/mozilla/chrome/editor/content/default/EdHLineProps.js -lib/mozilla/chrome/editor/content/default/EdSpellCheck.xul -lib/mozilla/chrome/editor/content/default/EdSpellCheck.js -lib/mozilla/chrome/editor/content/default/EdDictionary.xul -lib/mozilla/chrome/editor/content/default/EdDictionary.js -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.xul -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.js -lib/mozilla/chrome/editor/content/default/EdInsertTable.xul -lib/mozilla/chrome/editor/content/default/EdInsertTable.js -lib/mozilla/chrome/editor/content/default/EdTableProps.xul -lib/mozilla/chrome/editor/content/default/EdTableProps.js -lib/mozilla/chrome/editor/content/default/EdMessage.xul -lib/mozilla/chrome/editor/content/default/EdMessage.js -lib/mozilla/chrome/editor/content/default/EdDialogOverlay.xul -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.xul -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.js -lib/mozilla/chrome/editor/skin/default/Editor.css -lib/mozilla/chrome/editor/skin/default/images/ED_Bold.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Bullets.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Left.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Center.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Right.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Justify.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Copy.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Cut.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Outdent.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Find.gif -lib/mozilla/chrome/editor/skin/default/images/ED_HLine.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Image.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Indent.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Italic.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Link.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Numbers.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Paste.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Redo.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Spell.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Table.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Target.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Underline.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Undo.gif -lib/mozilla/chrome/editor/skin/default/images/ED_TextColor.gif -lib/mozilla/chrome/editor/skin/default/images/ED_BackColor.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Align.gif -lib/mozilla/chrome/editor/skin/default/images/ED_ObjectPopup.gif -lib/mozilla/chrome/editor/skin/default/images/ED_NewFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_OpenFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_SaveFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_SaveMod.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Publish.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Preview.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Print.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignbottom.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignleft.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignmiddle.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignright.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgaligntop.gif -lib/mozilla/chrome/editor/skin/default/EditorDialog.css -lib/mozilla/chrome/editor/locale/en-US/EditorAppShell.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/locale/en-US/editorOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.properties -lib/mozilla/chrome/editor/locale/en-US/EditorHLineProperties.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/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/EdNamedAnchorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EdDialogOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/EdAdvancedEdit.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpinstall.properties -lib/mozilla/chrome/xpinstall/locale/en-US/progress.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpistatus.dtd -lib/mozilla/chrome/profile/content/default/createProfileWizard.js -lib/mozilla/chrome/profile/content/default/createProfileWizard.xul -lib/mozilla/chrome/profile/content/default/profileManager.js -lib/mozilla/chrome/profile/content/default/profileManager.xul -lib/mozilla/chrome/profile/content/default/deleteProfile.xul -lib/mozilla/chrome/profile/content/default/migrateAllProfile.xul -lib/mozilla/chrome/profile/content/default/renameProfile.xul -lib/mozilla/chrome/profile/content/default/newProfile1_1.xul -lib/mozilla/chrome/profile/content/default/newProfile1_2.xul -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.xul -lib/mozilla/chrome/profile/skin/default/profile.css -lib/mozilla/chrome/profile/skin/default/createProfileWizard.css -lib/mozilla/chrome/profile/skin/default/profileManager.css -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.dtd -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/profileManager.dtd -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/profileManagerRename.dtd -lib/mozilla/chrome/profile/locale/en-US/profileMigrationProgress.dtd -lib/mozilla/chrome/navigator/content/default/nsContextMenu.js -lib/mozilla/chrome/navigator/content/default/tooltip.js -lib/mozilla/chrome/navigator/content/default/contentframe.js -lib/mozilla/chrome/navigator/content/default/openLocation.js -lib/mozilla/chrome/navigator/content/default/viewsource.js -lib/mozilla/chrome/navigator/content/default/contentframe.xul -lib/mozilla/chrome/navigator/content/default/navigator.xul -lib/mozilla/chrome/navigator/content/default/navigatorOverlay.xul -lib/mozilla/chrome/navigator/content/default/navigator.js -lib/mozilla/chrome/navigator/content/default/openLocation.xul -lib/mozilla/chrome/navigator/content/default/viewSource.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmYN.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmCheckYN.xul -lib/mozilla/chrome/navigator/skin/default/alertl.gif -lib/mozilla/chrome/navigator/skin/default/errorl.gif -lib/mozilla/chrome/navigator/skin/default/messagel.gif -lib/mozilla/chrome/navigator/skin/default/navigator.css -lib/mozilla/chrome/navigator/skin/default/questionl.gif -lib/mozilla/chrome/navigator/skin/default/contentframe.css -lib/mozilla/chrome/navigator/skin/default/animthrob.gif -lib/mozilla/chrome/navigator/skin/default/animthrob_single.gif -lib/mozilla/chrome/navigator/skin/default/TB_Back.gif -lib/mozilla/chrome/navigator/skin/default/TB_Forward.gif -lib/mozilla/chrome/navigator/skin/default/TB_Home.gif -lib/mozilla/chrome/navigator/skin/default/TB_Location.gif -lib/mozilla/chrome/navigator/skin/default/TB_Location_mo.gif -lib/mozilla/chrome/navigator/skin/default/TB_Netscape.gif -lib/mozilla/chrome/navigator/skin/default/TB_Print.gif -lib/mozilla/chrome/navigator/skin/default/TB_Reload.gif -lib/mozilla/chrome/navigator/skin/default/TB_Search.gif -lib/mozilla/chrome/navigator/skin/default/TB_Stop.gif -lib/mozilla/chrome/navigator/locale/en-US/navigator.dtd -lib/mozilla/chrome/navigator/locale/en-US/openLocation.dtd -lib/mozilla/chrome/navigator/locale/en-US/viewSource.dtd -lib/mozilla/chrome/navigator/locale/en-US/NetSupportConfirmCheckYN.dtd -lib/mozilla/chrome/bookmarks/content/default/bm-panel.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.js -lib/mozilla/chrome/bookmarks/content/default/bookmark-popup.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.html -lib/mozilla/chrome/bookmarks/content/default/bookmarks.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.xul -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/bookmarks/locale/en-US/bm-props.dtd -lib/mozilla/chrome/bookmarks/locale/en-US/bookmarks.dtd -lib/mozilla/chrome/directory/content/default/directory.xul -lib/mozilla/chrome/directory/content/default/directory.js -lib/mozilla/chrome/directory/skin/default/directory.css -lib/mozilla/chrome/directory/locale/en-US/directory.dtd -lib/mozilla/chrome/global/content/default/finddialog.xul -lib/mozilla/chrome/global/content/default/finddialog.js -lib/mozilla/chrome/global/content/default/unknownContent.xul -lib/mozilla/chrome/global/content/default/unknownContent.js -lib/mozilla/chrome/global/content/default/downloadProgress.xul -lib/mozilla/chrome/global/content/default/downloadProgress.js -lib/mozilla/chrome/global/content/default/platformGlobalOverlay.xul -lib/mozilla/chrome/global/content/default/platformDialogOverlay.xul -lib/mozilla/chrome/global/content/default/hiddenWindow.xul -lib/mozilla/chrome/global/content/default/globalOverlay.xul -lib/mozilla/chrome/global/content/default/globalOverlay.js -lib/mozilla/chrome/global/content/default/tasksOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.js -lib/mozilla/chrome/global/content/default/dialogOverlay.xul -lib/mozilla/chrome/global/content/default/dialogOverlay.js -lib/mozilla/chrome/global/content/default/tasksExtension.xul -lib/mozilla/chrome/global/content/default/commonDialog.xul -lib/mozilla/chrome/global/content/default/commonDialog.js -lib/mozilla/chrome/global/content/default/charsetOverlay.xul -lib/mozilla/chrome/global/content/default/charsetOverlay.js -lib/mozilla/chrome/global/content/default/strres.js -lib/mozilla/chrome/global/content/default/about.html -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.js -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.xul -lib/mozilla/chrome/global/locale/en-US/finddialog.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.dtd -lib/mozilla/chrome/global/locale/en-US/platformGlobalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformDialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/globalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/dialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/tasksOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/commonDialog.dtd -lib/mozilla/chrome/global/locale/en-US/charsetOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/charsetDetectorsOverlay.dtd -lib/mozilla/chrome/global/skin/default/dialogs.css -lib/mozilla/chrome/global/skin/default/tasksOverlay.css -lib/mozilla/chrome/global/skin/default/xul.css -lib/mozilla/chrome/global/skin/default/lessCols.gif -lib/mozilla/chrome/global/skin/default/lessCols_mo.gif -lib/mozilla/chrome/global/skin/default/lessCOls_dis.gif -lib/mozilla/chrome/global/skin/default/moreCols.gif -lib/mozilla/chrome/global/skin/default/moreCols_mo.gif -lib/mozilla/chrome/global/skin/default/moreCols_dis.gif -lib/mozilla/chrome/global/skin/default/scrollUp.gif -lib/mozilla/chrome/global/skin/default/scrollUp_mo.gif -lib/mozilla/chrome/global/skin/default/scrollUp_dis.gif -lib/mozilla/chrome/global/skin/default/scrollDown.gif -lib/mozilla/chrome/global/skin/default/scrollDown_mo.gif -lib/mozilla/chrome/global/skin/default/scrollDown_dis.gif -lib/mozilla/chrome/global/skin/default/scroll-left.gif -lib/mozilla/chrome/global/skin/default/scroll-left-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-left-disabled.gif -lib/mozilla/chrome/global/skin/default/menuArrow.gif -lib/mozilla/chrome/global/skin/default/scroll-right.gif -lib/mozilla/chrome/global/skin/default/scroll-right-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-right-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-disabled.gif -lib/mozilla/chrome/global/skin/default/menuArrow_mo.gif -lib/mozilla/chrome/global/skin/default/menuArrow_dis.gif -lib/mozilla/chrome/global/skin/default/menuCheck.gif -lib/mozilla/chrome/global/skin/default/menuCheck_mo.gif -lib/mozilla/chrome/global/skin/default/menuCheck_dis.gif -lib/mozilla/chrome/global/skin/default/opentwisty.gif -lib/mozilla/chrome/global/skin/default/closedtwisty.gif -lib/mozilla/chrome/global/skin/default/alert-icon.gif -lib/mozilla/chrome/global/skin/default/error-icon.gif -lib/mozilla/chrome/global/skin/default/message-icon.gif -lib/mozilla/chrome/global/skin/default/question-icon.gif -lib/mozilla/chrome/global/skin/default/return.gif -lib/mozilla/chrome/global/skin/default/print.gif -lib/mozilla/chrome/global/skin/default/stop.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/TB_MiniAddr.gif -lib/mozilla/chrome/global/skin/default/TB_MiniComp.gif -lib/mozilla/chrome/global/skin/default/TB_MiniMail.gif -lib/mozilla/chrome/global/skin/default/TB_MiniNav.gif -lib/mozilla/chrome/global/skin/default/TB_MiniTab.gif -lib/mozilla/chrome/global/skin/default/TB_Tab.gif -lib/mozilla/chrome/global/skin/default/TB_popup.gif -lib/mozilla/chrome/global/skin/default/TB_Tab_mo.gif -lib/mozilla/chrome/history/content/default/history.xul -lib/mozilla/chrome/history/content/default/history.js -lib/mozilla/chrome/history/content/default/history-test.xul -lib/mozilla/chrome/history/content/default/history-test.js -lib/mozilla/chrome/history/skin/default/history.css -lib/mozilla/chrome/history/locale/en-US/history.dtd -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/dummy-flash.rdf -lib/mozilla/chrome/sidebar/content/default/flash-registry.rdf -lib/mozilla/chrome/sidebar/content/default/flash.js -lib/mozilla/chrome/sidebar/content/default/flash.xul -lib/mozilla/chrome/sidebar/content/default/preview.css -lib/mozilla/chrome/sidebar/content/default/preview.js -lib/mozilla/chrome/sidebar/content/default/preview.xul -lib/mozilla/chrome/sidebar/content/default/sidebar-browser.rdf -lib/mozilla/chrome/sidebar/content/default/sidebar-browser.xul -lib/mozilla/chrome/sidebar/content/default/sidebar-registry.rdf -lib/mozilla/chrome/sidebar/content/default/sidebar.js -lib/mozilla/chrome/sidebar/content/default/sidebar.rdf -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.js -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.xul -lib/mozilla/chrome/sidebar/skin/default/customize-panel.css -lib/mozilla/chrome/sidebar/skin/default/customize.css -lib/mozilla/chrome/sidebar/skin/default/flash.css -lib/mozilla/chrome/sidebar/skin/default/sidebar.css -lib/mozilla/chrome/sidebar/skin/default/sidebarOverlay.css -lib/mozilla/chrome/sidebar/skin/default/corner.gif -lib/mozilla/chrome/sidebar/skin/default/flames.gif -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/showhide.gif -lib/mozilla/chrome/sidebar/skin/default/showhide-inv.gif -lib/mozilla/chrome/sidebar/locale/en-US/customize-panel.dtd -lib/mozilla/chrome/sidebar/locale/en-US/customize.dtd -lib/mozilla/chrome/sidebar/locale/en-US/flash.dtd -lib/mozilla/chrome/sidebar/locale/en-US/preview.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-browser-rdf.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-browser.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-registry-rdf.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebarOverlay.dtd -lib/mozilla/chrome/related/content/default/related-panel.xul -lib/mozilla/chrome/related/content/default/related-panel.js -lib/mozilla/chrome/related/skin/default/related-panel.css -lib/mozilla/chrome/related/skin/default/sitemap.gif -lib/mozilla/chrome/related/locale/en-US/related-panel.dtd -lib/mozilla/chrome/regviewer/content/default/regviewer.xul -lib/mozilla/chrome/regviewer/content/default/regviewer.js -lib/mozilla/chrome/regviewer/skin/default/regviewer.css -lib/mozilla/chrome/regviewer/locale/en-US/regviewer.dtd -lib/mozilla/chrome/pref/content/default/PrefsWindow.html -lib/mozilla/chrome/pref/content/default/PrefsWindow.js -lib/mozilla/chrome/pref/content/default/PrefsWindow.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.xul -lib/mozilla/chrome/pref/content/default/pref-colors.xul -lib/mozilla/chrome/pref/content/default/pref-composer.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-fonts.xul -lib/mozilla/chrome/pref/content/default/pref-languages.xul -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.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-select.html -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/preftree.xul -lib/mozilla/chrome/pref/skin/default/pref.css -lib/mozilla/chrome/pref/skin/default/preftree.css -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-colors.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-composer.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-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-smart_browsing.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smartupdate.dtd -lib/mozilla/chrome/pref/locale/en-US/preftree.dtd -lib/mozilla/chrome/wallet/locale/en-US/cookie.properties -lib/mozilla/chrome/wallet/locale/en-US/wallet.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/WalletPreview.properties -lib/mozilla/chrome/wallet/content/default/WalletEditor.xul -lib/mozilla/chrome/wallet/content/default/WalletEditor.js -lib/mozilla/chrome/wallet/content/default/SignonViewer.xul -lib/mozilla/chrome/wallet/content/default/SignonViewer.js -lib/mozilla/chrome/wallet/content/default/CookieViewer.xul -lib/mozilla/chrome/wallet/content/default/CookieViewer.js -lib/mozilla/chrome/wallet/content/default/WalletPreview.xul -lib/mozilla/chrome/wallet/content/default/WalletPreview.js -lib/mozilla/chrome/wallet/skin/default/SignonViewer.css -lib/mozilla/chrome/wallet/skin/default/CookieViewer.css -lib/mozilla/chrome/messenger/content/default/SearchDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchOptions.xul -lib/mozilla/chrome/messenger/content/default/SearchDialog.js -lib/mozilla/chrome/messenger/content/default/FilterListDialog.xul -lib/mozilla/chrome/messenger/content/default/FilterListDialog.js -lib/mozilla/chrome/messenger/content/default/FilterEditor.xul -lib/mozilla/chrome/messenger/content/default/FilterEditor.js -lib/mozilla/chrome/messenger/content/default/AccountManager.xul -lib/mozilla/chrome/messenger/content/default/AccountManager.js -lib/mozilla/chrome/messenger/content/default/am-main.xul -lib/mozilla/chrome/messenger/content/default/am-server.xul -lib/mozilla/chrome/messenger/content/default/am-server.js -lib/mozilla/chrome/messenger/content/default/am-server-top.xul -lib/mozilla/chrome/messenger/content/default/am-copies.xul -lib/mozilla/chrome/messenger/content/default/am-copies.js -lib/mozilla/chrome/messenger/content/default/am-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-smtp.xul -lib/mozilla/chrome/messenger/content/default/pref-mailnews.xul -lib/mozilla/chrome/messenger/content/default/custreceipt.xul -lib/mozilla/chrome/messenger/content/default/pref-winsetting.xul -lib/mozilla/chrome/messenger/content/default/pref-receipts.xul -lib/mozilla/chrome/messenger/content/default/pref-diskspace.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.js -lib/mozilla/chrome/messenger/content/default/aw-accounttype.xul -lib/mozilla/chrome/messenger/content/default/aw-identity.xul -lib/mozilla/chrome/messenger/content/default/aw-server.xul -lib/mozilla/chrome/messenger/content/default/aw-login.xul -lib/mozilla/chrome/messenger/content/default/aw-accname.xul -lib/mozilla/chrome/messenger/content/default/aw-done.xul -lib/mozilla/chrome/messenger/content/default/aw-done.js -lib/mozilla/chrome/messenger/content/default/messenger.xul -lib/mozilla/chrome/messenger/content/default/folderPane.xul -lib/mozilla/chrome/messenger/content/default/threadPane.xul -lib/mozilla/chrome/messenger/content/default/widgetglue.js -lib/mozilla/chrome/messenger/content/default/commandglue.js -lib/mozilla/chrome/messenger/content/default/shareglue.js -lib/mozilla/chrome/messenger/content/default/subscribeDialog.xul -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.xul -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.rdf -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.js -lib/mozilla/chrome/messenger/content/default/msgViewNavigation.js -lib/mozilla/chrome/messenger/content/default/msgMail3PaneWindow.js -lib/mozilla/chrome/messenger/content/default/news-test.xul -lib/mozilla/chrome/messenger/content/default/news-test.js -lib/mozilla/chrome/messenger/content/default/attach.js -lib/mozilla/chrome/messenger/content/default/mime.js -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/custreceipt.dtd -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/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-fullname.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/am-main.dtd -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/am-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-copies.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-server-top.dtd -lib/mozilla/chrome/messenger/locale/en-US/messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/threadpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/folderpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/newFolderNameDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribeDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger-rdf.dtd -lib/mozilla/chrome/messenger/locale/en-US/localMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/vcard.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/imapMsgs.properties -lib/mozilla/chrome/messenger/skin/default/AccountManager.css -lib/mozilla/chrome/messenger/skin/default/wizard.css -lib/mozilla/chrome/messenger/skin/default/winclassic.gif -lib/mozilla/chrome/messenger/skin/default/winwide.gif -lib/mozilla/chrome/messenger/skin/default/messenger.css -lib/mozilla/chrome/messenger/skin/default/folderPane.css -lib/mozilla/chrome/messenger/skin/default/threadPane.css -lib/mozilla/chrome/messenger/skin/default/closedMailFolder.gif -lib/mozilla/chrome/messenger/skin/default/openMailFolder.gif -lib/mozilla/chrome/messenger/skin/default/mailMessage.gif -lib/mozilla/chrome/messenger/skin/default/closedInbox.gif -lib/mozilla/chrome/messenger/skin/default/closedTrash.gif -lib/mozilla/chrome/messenger/skin/default/closedOutbox.gif -lib/mozilla/chrome/messenger/skin/default/getmsg.gif -lib/mozilla/chrome/messenger/skin/default/newmsg.gif -lib/mozilla/chrome/messenger/skin/default/reply.gif -lib/mozilla/chrome/messenger/skin/default/forward.gif -lib/mozilla/chrome/messenger/skin/default/trash.gif -lib/mozilla/chrome/messenger/skin/default/check.gif -lib/mozilla/chrome/messenger/skin/default/dot.gif -lib/mozilla/chrome/messenger/skin/default/subscribe.css -lib/mozilla/chrome/messenger/skin/default/folderHasMail.gif -lib/mozilla/chrome/messenger/skin/default/readcol.gif -lib/mozilla/chrome/messenger/skin/default/readmail.gif -lib/mozilla/chrome/messenger/skin/default/unreadmail.gif -lib/mozilla/chrome/messenger/skin/default/replyall.gif -lib/mozilla/chrome/messenger/skin/default/next.gif -lib/mozilla/chrome/messenger/skin/default/threadcol.gif -lib/mozilla/chrome/messenger/skin/default/unthreadcol.gif -lib/mozilla/chrome/messenger/skin/default/flagcol.gif -lib/mozilla/chrome/messenger/skin/default/flaggedmail.gif -lib/mozilla/chrome/messenger/skin/default/Folder.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraft.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftO.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderFiled.gif -lib/mozilla/chrome/messenger/skin/default/FolderFiledO.gif -lib/mozilla/chrome/messenger/skin/default/FolderInbox.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxO.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderMailServer.gif -lib/mozilla/chrome/messenger/skin/default/FolderNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewO.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewsgroup.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewsgroupNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderO.gif -lib/mozilla/chrome/messenger/skin/default/FolderOutbox.gif -lib/mozilla/chrome/messenger/skin/default/FolderOutboxO.gif -lib/mozilla/chrome/messenger/skin/default/FolderSent.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentO.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderServer.gif -lib/mozilla/chrome/messenger/skin/default/FolderServerO.gif -lib/mozilla/chrome/messenger/skin/default/FolderShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplate.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrash.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashShareO.gif -lib/mozilla/chrome/messenger/skin/default/Server.gif -lib/mozilla/chrome/messenger/skin/default/ServerNews.gif -lib/mozilla/chrome/messenger/skin/default/ServerRemote.gif -lib/mozilla/chrome/messenger/skin/default/ServerNewsLock.gif -lib/mozilla/chrome/messenger/skin/default/newsHost.gif -lib/mozilla/chrome/messenger/skin/default/localMailHost.gif -lib/mozilla/chrome/messenger/skin/default/mailheader-micro.css -lib/mozilla/chrome/messenger/skin/default/mailheader-normal.css -lib/mozilla/chrome/messenger/skin/default/mailheader-all.css -lib/mozilla/chrome/messenger/skin/default/addcard.gif -lib/mozilla/chrome/messenger/skin/default/attach.gif -lib/mozilla/chrome/messenger/skin/default/smile.gif -lib/mozilla/chrome/messenger/skin/default/frown.gif -lib/mozilla/chrome/messenger/skin/default/wink.gif -lib/mozilla/chrome/messenger/skin/default/sick.gif -lib/mozilla/chrome/messenger/skin/default/less.gif -lib/mozilla/chrome/messenger/skin/default/more.gif -lib/mozilla/chrome/messengercompose/content/default/pref-messages.xul -lib/mozilla/chrome/messengercompose/content/default/pref-formatting.xul -lib/mozilla/chrome/messengercompose/content/default/messengercompose.xul -lib/mozilla/chrome/messengercompose/content/default/MsgComposeCommands.js -lib/mozilla/chrome/messengercompose/content/default/defaultTextBody.html -lib/mozilla/chrome/messengercompose/content/default/defaultTextBody.txt -lib/mozilla/chrome/messengercompose/content/default/defaultHtmlBody.html -lib/mozilla/chrome/messengercompose/content/default/addressAutoComplete.js -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.xul -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.xul -lib/mozilla/chrome/messengercompose/locale/en-US/pref-messages.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-formatting.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/messengercompose.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/addressingWidgetOverlay.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/MsgAttachPage.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/composeMsgs.properties -lib/mozilla/chrome/messengercompose/skin/default/messengercompose.css -lib/mozilla/chrome/messengercompose/skin/default/send.gif -lib/mozilla/chrome/messengercompose/skin/default/quote.gif -lib/mozilla/chrome/messengercompose/skin/default/address.gif -lib/mozilla/chrome/messengercompose/skin/default/attach.gif -lib/mozilla/chrome/messengercompose/skin/default/spelling.gif -lib/mozilla/chrome/messengercompose/skin/default/save.gif -lib/mozilla/chrome/messengercompose/skin/default/stop.gif -lib/mozilla/chrome/addressbook/content/default/pref-addressing.xul -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/locale/en-US/pref-addressing.dtd -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/skin/default/addressbook.css -lib/mozilla/chrome/addressbook/skin/default/newcard.gif -lib/mozilla/chrome/addressbook/skin/default/newlist.gif -lib/mozilla/chrome/addressbook/skin/default/property.gif -lib/mozilla/chrome/addressbook/skin/default/abnewmsg.gif -lib/mozilla/chrome/addressbook/skin/default/person.gif -lib/mozilla/chrome/addressbook/skin/default/list.gif -lib/mozilla/chrome/addressbook/skin/default/myaddrbk.gif -lib/mozilla/components/libsample.so -lib/mozilla/components/libnecko.so -lib/mozilla/components/libnecko_about.so -lib/mozilla/components/libnecko_data.so -lib/mozilla/components/libnecko_file.so -lib/mozilla/components/libnecko_resource.so -lib/mozilla/components/libnecko_ftp.so -lib/mozilla/components/libnecko_http.so -lib/mozilla/components/libmimetype.so -lib/mozilla/components/libstreamconv.so -lib/mozilla/components/libconverters.so -lib/mozilla/components/libuconv.so -lib/mozilla/components/libucvja.so -lib/mozilla/components/libucvcn.so -lib/mozilla/components/libucvlatin.so -lib/mozilla/components/libucvtw.so -lib/mozilla/components/libucvtw2.so -lib/mozilla/components/libucvko.so -lib/mozilla/components/libunicharutil.so -lib/mozilla/components/liblwbrk.so -lib/mozilla/components/libnslocale.so -lib/mozilla/components/libstrres.so -lib/mozilla/components/libchardet.so -lib/mozilla/components/libxpconnect.so -lib/mozilla/components/libjsloader.so -lib/mozilla/components/libxpctest.so -lib/mozilla/components/libpref.so -lib/mozilla/components/libnsgif.so -lib/mozilla/components/libnspng.so -lib/mozilla/components/libnsjpg.so -lib/mozilla/components/libjar50.so -lib/mozilla/components/libcaps.so -lib/mozilla/components/libgfxps.so -lib/mozilla/components/libjsurl.so -lib/mozilla/components/libraptorview.so -lib/mozilla/components/libtoolkit_service.so -lib/mozilla/components/libraptorhtml.so -lib/mozilla/components/libmork.so -lib/mozilla/components/libchrome.so -lib/mozilla/components/librdf.so -lib/mozilla/components/librdfdomds.so -lib/mozilla/components/libender.so -lib/mozilla/components/libtxmgr.so -lib/mozilla/components/libtxtsvc.so -lib/mozilla/components/libnsxpi.so -lib/mozilla/components/libxpiflash.so -lib/mozilla/components/libprofile.so -lib/mozilla/components/libnsprefm.so -lib/mozilla/components/libmozbrwsr.so -lib/mozilla/components/libbookmarks.so -lib/mozilla/components/libdirectory.so -lib/mozilla/components/libmozfind.so -lib/mozilla/components/libhistory.so -lib/mozilla/components/libsearch.so -lib/mozilla/components/librelated.so -lib/mozilla/components/libregviewer.so -lib/mozilla/components/libmozucth.so -lib/mozilla/components/libmozxfer.so -lib/mozilla/components/libprefwindow.so -lib/mozilla/components/libcookie.so -lib/mozilla/components/libwallet.so -lib/mozilla/components/libwalletviewers.so -lib/mozilla/components/libmailnews.so -lib/mozilla/components/libmsgdb.so -lib/mozilla/components/libmsgnews.so -lib/mozilla/components/liblocalmail.so -lib/mozilla/components/libmsgcompose.so -lib/mozilla/components/libmime.so -lib/mozilla/components/libmimeemitter.so -lib/mozilla/components/libvcard.so -lib/mozilla/components/libmsgimap.so -lib/mozilla/components/libaddrbook.so -lib/mozilla/components/xpcom_base.xpt -lib/mozilla/components/xpcom_ds.xpt -lib/mozilla/components/xpcom_io.xpt -lib/mozilla/components/xpcom_components.xpt -lib/mozilla/components/nsCategoryManager.js -lib/mozilla/components/xpcom_threads.xpt -lib/mozilla/components/proxyObjInst.xpt -lib/mozilla/components/proxytest.xpt -lib/mozilla/components/sample.xpt -lib/mozilla/components/nsSample.js -lib/mozilla/components/necko_base.xpt -lib/mozilla/components/mime.xpt -lib/mozilla/components/necko_dns.xpt -lib/mozilla/components/necko_socket.xpt -lib/mozilla/components/necko_about.xpt -lib/mozilla/components/necko_data.xpt -lib/mozilla/components/necko_file.xpt -lib/mozilla/components/necko_ftp.xpt -lib/mozilla/components/necko_http.xpt -lib/mozilla/components/necko_stream_converter.xpt -lib/mozilla/components/util.xpt -lib/mozilla/components/uconv.xpt -lib/mozilla/components/unicharutil.xpt -lib/mozilla/components/locale.xpt -lib/mozilla/components/intl.xpt -lib/mozilla/components/xpconnect.xpt -lib/mozilla/components/pref.xpt -lib/mozilla/components/oji.xpt -lib/mozilla/components/jar.xpt -lib/mozilla/components/caps.xpt -lib/mozilla/components/gfx.xpt -lib/mozilla/components/dom.xpt -lib/mozilla/components/widget.xpt -lib/mozilla/components/rdf.xpt -lib/mozilla/components/rdfdomds.xpt -lib/mozilla/components/editor.xpt -lib/mozilla/components/txmgr.xpt -lib/mozilla/components/nsxpi.xpt -lib/mozilla/components/profile.xpt -lib/mozilla/components/prefmigr.xpt -lib/mozilla/components/appshell.xpt -lib/mozilla/components/appcores.xpt -lib/mozilla/components/mozbrwsr.xpt -lib/mozilla/components/mozcomps.xpt -lib/mozilla/components/bookmarks.xpt -lib/mozilla/components/directory.xpt -lib/mozilla/components/mozfind.xpt -lib/mozilla/components/history.xpt -lib/mozilla/components/search.xpt -lib/mozilla/components/related.xpt -lib/mozilla/components/regviewer.xpt -lib/mozilla/components/mozucth.xpt -lib/mozilla/components/mozxfer.xpt -lib/mozilla/components/prefwindow.xpt -lib/mozilla/components/walleteditor.xpt -lib/mozilla/components/signonviewer.xpt -lib/mozilla/components/cookieviewer.xpt -lib/mozilla/components/walletpreview.xpt -lib/mozilla/components/mailnews.xpt -lib/mozilla/components/msgbase.xpt -lib/mozilla/components/msgsearch.xpt -lib/mozilla/components/msgdb.xpt -lib/mozilla/components/msgnews.xpt -lib/mozilla/components/msglocal.xpt -lib/mozilla/components/msgcompose.xpt -lib/mozilla/components/msgimap.xpt -lib/mozilla/components/addrbook.xpt -lib/mozilla/defaults/pref/initpref.js -lib/mozilla/defaults/pref/all.js -lib/mozilla/defaults/pref/mailnews.js -lib/mozilla/defaults/pref/editor.js -lib/mozilla/defaults/pref/config.js -lib/mozilla/defaults/pref/unix.js -lib/mozilla/defaults/pref/xpinstall.js -lib/mozilla/defaults/profile/bookmarks.html -lib/mozilla/htmlrobot -lib/mozilla/libDebugRobot.so -lib/mozilla/libMyService.so -lib/mozilla/res/samples/xpconnect-sample.html -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.xul -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.css -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.js -lib/mozilla/res/samples/rdf/DOMTree.xul -lib/mozilla/res/samples/rdf/domviewer.html -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.xul -lib/mozilla/res/samples/treeTest1.css -lib/mozilla/res/samples/sliderTest1.xul -lib/mozilla/res/samples/scrollbarTest1.xul -lib/mozilla/res/samples/scrollbarTest2.xul -lib/mozilla/res/samples/find.html -lib/mozilla/res/samples/printsetup.html -lib/mozilla/res/samples/image_props.html -lib/mozilla/res/samples/aform.css -lib/mozilla/res/samples/bform.css -lib/mozilla/res/samples/cform.css -lib/mozilla/res/samples/bg.jpg -lib/mozilla/res/samples/demoform.css -lib/mozilla/res/samples/mozform.css -lib/mozilla/res/samples/xulTest.css -lib/mozilla/res/samples/Anieyes.gif -lib/mozilla/res/samples/gear1.gif -lib/mozilla/res/samples/rock_gra.gif -lib/mozilla/res/samples/beeptest.html -lib/mozilla/res/samples/soundtest.html -lib/mozilla/res/samples/raptor.jpg -lib/mozilla/res/samples/test.wav -lib/mozilla/res/samples/checkboxTest.xul -lib/mozilla/res/samples/sampleimages/right.gif -lib/mozilla/res/samples/sampleimages/down.gif -lib/mozilla/res/samples/sampleimages/left.gif -lib/mozilla/res/samples/sampleimages/up.gif -lib/mozilla/res/samples/sampleimages/bongo.gif -lib/mozilla/res/samples/colorpicker.xul -lib/mozilla/res/samples/dexanimmaster.xul -lib/mozilla/res/samples/dexanimdialog.xul -lib/mozilla/res/samples/dexparammaster.xul -lib/mozilla/res/samples/dexparamdialog.xul -lib/mozilla/res/samples/dexparamdialog.html -lib/mozilla/res/samples/dexsimplemaster.xul -lib/mozilla/res/samples/dexsimpledialog.xul -lib/mozilla/res/samples/tab.xul -lib/mozilla/res/samples/dexopenchrome.xul -lib/mozilla/res/samples/hidetoolicon.xul -lib/mozilla/res/samples/hidetoolicon.css -lib/mozilla/res/samples/xpmenu.xul -lib/mozilla/res/samples/default.htm -lib/mozilla/res/samples/search.js -lib/mozilla/res/samples/search.css -lib/mozilla/res/samples/search.xul -lib/mozilla/res/samples/shared.js -lib/mozilla/res/samples/find.js -lib/mozilla/res/samples/find.xul -lib/mozilla/res/samples/findresults.css -lib/mozilla/res/samples/findresults.xul -lib/mozilla/res/samples/icons.css -lib/mozilla/res/samples/internet.css -lib/mozilla/res/samples/internet.js -lib/mozilla/res/samples/internet.xul -lib/mozilla/res/samples/internetresults.css -lib/mozilla/res/samples/internetresults.js -lib/mozilla/res/samples/internetresults.xul -lib/mozilla/res/test.properties -lib/mozilla/res/unixcharset.properties -lib/mozilla/res/charsetalias.properties -lib/mozilla/res/entityTables/html40Latin1.properties -lib/mozilla/res/strres.properties -lib/mozilla/res/strres-test.html -lib/mozilla/res/strres-test.xul -lib/mozilla/res/strres-test.dtd -lib/mozilla/res/strres-test.js -lib/mozilla/res/html/broken-image.gif -lib/mozilla/res/html/empty_doc.html -lib/mozilla/res/ua.css -lib/mozilla/res/arrow.gif -lib/mozilla/res/rdf/article.gif -lib/mozilla/res/rdf/document.gif -lib/mozilla/res/rdf/folder-closed.gif -lib/mozilla/res/rdf/folder-open.gif -lib/mozilla/res/rdf/loading.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/ignore-test.xul -lib/mozilla/res/rdf/xpidl-test-1.xul -lib/mozilla/res/rdf/datasets/AOL_NetFind.gif -lib/mozilla/res/rdf/datasets/AOL_NetFind.src -lib/mozilla/res/rdf/datasets/Excite.gif -lib/mozilla/res/rdf/datasets/Excite.src -lib/mozilla/res/rdf/datasets/Google.gif -lib/mozilla/res/rdf/datasets/Google.src -lib/mozilla/res/rdf/datasets/GoTo.com.gif -lib/mozilla/res/rdf/datasets/GoTo.com.src -lib/mozilla/res/rdf/datasets/HotBot.gif -lib/mozilla/res/rdf/datasets/HotBot.src -lib/mozilla/res/rdf/datasets/LookSmart.gif -lib/mozilla/res/rdf/datasets/LookSmart.src -lib/mozilla/res/rdf/datasets/Lycos.gif -lib/mozilla/res/rdf/datasets/Lycos.src -lib/mozilla/res/rdf/datasets/Netscape_Open_Directory.gif -lib/mozilla/res/rdf/datasets/Netscape_Open_Directory.src -lib/mozilla/res/rdf/datasets/Snap.com.gif -lib/mozilla/res/rdf/datasets/Snap.com.src -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/throbber/throbbingN.gif -lib/mozilla/res/viewer.properties -lib/mozilla/res/xpinstall/progress.xul -lib/mozilla/res/xpinstall/progress.html -lib/mozilla/res/xpinstall/progress.css -lib/mozilla/res/xpinstall/SoftwareUpdates.rdf -lib/mozilla/res/xpinstall/SoftwareUpdate-Source-1.rdf -lib/mozilla/res/xpinstall/notification.gif -lib/mozilla/res/toolbar/Mail_Forward.gif -lib/mozilla/res/toolbar/Mail_GetMsg.gif -lib/mozilla/res/toolbar/Mail_NewMsg.gif -lib/mozilla/res/toolbar/Mail_Reply.gif -lib/mozilla/res/toolbar/Mail_SendMsg.gif -lib/mozilla/res/toolbar/DialogAddrIcon.gif -lib/mozilla/res/toolbar/DialogAddrIcon_mo.gif -lib/mozilla/res/toolbar/DialogCompIcon.gif -lib/mozilla/res/toolbar/DialogCompIcon_mo.gif -lib/mozilla/res/toolbar/DialogMailIcon.gif -lib/mozilla/res/toolbar/DialogMailIcon_mo.gif -lib/mozilla/res/toolbar/DialogNavIcon.gif -lib/mozilla/res/toolbar/DialogNavIcon_mo.gif -lib/mozilla/res/toolbar/TB_Back.gif -lib/mozilla/res/toolbar/TB_Back_dis.gif -lib/mozilla/res/toolbar/TB_Back_mo.gif -lib/mozilla/res/toolbar/TB_Bookmarks.gif -lib/mozilla/res/toolbar/TB_Edit.gif -lib/mozilla/res/toolbar/TB_Bookmarks_mo.gif -lib/mozilla/res/toolbar/TB_Forward.gif -lib/mozilla/res/toolbar/TB_Forward_dis.gif -lib/mozilla/res/toolbar/TB_Forward_mo.gif -lib/mozilla/res/toolbar/TB_Home.gif -lib/mozilla/res/toolbar/TB_Home_mo.gif -lib/mozilla/res/toolbar/TB_HTab.gif -lib/mozilla/res/toolbar/TB_HTab_mo.gif -lib/mozilla/res/toolbar/TB_LoadImages.gif -lib/mozilla/res/toolbar/TB_Location.gif -lib/mozilla/res/toolbar/TB_Location_mo.gif -lib/mozilla/res/toolbar/TB_MiniAddr.gif -lib/mozilla/res/toolbar/TB_MiniComp.gif -lib/mozilla/res/toolbar/TB_MiniMail.gif -lib/mozilla/res/toolbar/TB_MiniNav.gif -lib/mozilla/res/toolbar/TB_MiniTab.gif -lib/mozilla/res/toolbar/TB_MixSecurity.gif -lib/mozilla/res/toolbar/TB_Netscape.gif -lib/mozilla/res/toolbar/TB_Netscape_mo.gif -lib/mozilla/res/toolbar/TB_PersonalIcon.gif -lib/mozilla/res/toolbar/TB_Places.gif -lib/mozilla/res/toolbar/TB_Places_mo.gif -lib/mozilla/res/toolbar/TB_popup.gif -lib/mozilla/res/toolbar/TB_Print.gif -lib/mozilla/res/toolbar/TB_Print_mo.gif -lib/mozilla/res/toolbar/TB_Reload.gif -lib/mozilla/res/toolbar/TB_Reload_mo.gif -lib/mozilla/res/toolbar/TB_Search.gif -lib/mozilla/res/toolbar/TB_Search_mo.gif -lib/mozilla/res/toolbar/TB_Secure.gif -lib/mozilla/res/toolbar/TB_Secure_mo.gif -lib/mozilla/res/toolbar/TB_Stop.gif -lib/mozilla/res/toolbar/TB_Stop_dis.gif -lib/mozilla/res/toolbar/TB_Stop_mo.gif -lib/mozilla/res/toolbar/TB_Tab.gif -lib/mozilla/res/toolbar/TB_TabSmall.gif -lib/mozilla/res/toolbar/TB_TabSmall_mo.gif -lib/mozilla/res/toolbar/TB_Tab_mo.gif -lib/mozilla/res/toolbar/TB_Unsecure.gif -lib/mozilla/res/toolbar/TB_WhatsRelated.gif -lib/mozilla/res/toolbar/TB_WhatsRelated_mo.gif -lib/mozilla/res/toolbar/StatusBar-insecure.gif -lib/mozilla/res/toolbar/StatusBar-secure.gif -lib/mozilla/res/toolbar/TB_NewBack.gif -lib/mozilla/res/toolbar/TB_NewForward.gif -lib/mozilla/res/toolbar/TB_NewReload.gif -lib/mozilla/res/toolbar/TB_NewStop.gif -lib/mozilla/res/toolbar/TB_NewHome.gif -lib/mozilla/res/toolbar/TB_NewPrint.gif -lib/mozilla/res/toolbar/grippy-horizontal-before.gif -lib/mozilla/res/toolbar/grippy-horizontal-after.gif -lib/mozilla/res/toolbar/grippy-vertical-before.gif -lib/mozilla/res/toolbar/grippy-vertical-after.gif -lib/mozilla/res/FieldSchema.tbl -lib/mozilla/res/URLFieldSchema.tbl -lib/mozilla/res/SchemaConcat.tbl -lib/mozilla/res/mailnews/tests/AccountManagerTest.xul -lib/mozilla/res/mailnews/tests/AccountManagerTest.js -lib/mozilla/libappcores.so -lib/mozilla/libgfx_gtk.so -lib/mozilla/libjsdom.so -lib/mozilla/libmozjs.so -lib/mozilla/libmsgbaseutil.so -lib/mozilla/libnsappshell.so -lib/mozilla/libnspr3.so -lib/mozilla/libplc3.so -lib/mozilla/libplds3.so -lib/mozilla/libraptorgfx.so -lib/mozilla/libraptorhtmlpars.so -lib/mozilla/libraptorplugin.so -lib/mozilla/libraptorwebwidget.so -lib/mozilla/libsecfree.so -lib/mozilla/libtestdynamic.so -lib/mozilla/libwidget_gtk.so -lib/mozilla/libxlibrgb.so -lib/mozilla/libxpcom.so -lib/mozilla/lots -lib/mozilla/mozilla-apprunner.sh -lib/mozilla/nsinstall -lib/mozilla/mozilla-config -lib/mozilla/mozilla-viewer.sh -lib/mozilla/netscape.cfg -lib/mozilla/pop3Test -lib/mozilla/proxytests -lib/mozilla/rdfcat -lib/mozilla/rdfpoll -lib/mozilla/regExport -lib/mozilla/regxpcom -lib/mozilla/run-mozilla.sh -lib/mozilla/smtpTest -lib/mozilla/testimap -lib/mozilla/testmailnews -lib/mozilla/testxpc.js -lib/mozilla/urltest -lib/mozilla/viewer -lib/mozilla/viewer_gtk -lib/mozilla/vreg -lib/mozilla/xpcshell -lib/mozilla/xpctest_array.js -lib/mozilla/xpctest_echo.js -lib/mozilla/xpctest_enum_create.js -lib/mozilla/xpctest_ids.js -lib/mozilla/xpctest_overloaded.js -lib/mozilla/xpctest_primitives.js -lib/mozilla/xpidl -lib/mozilla/xpt_dump -lib/mozilla/xpt_link -lib/mozilla/component.reg -@dirrm lib/mozilla/res/xpinstall -@dirrm lib/mozilla/res/toolbar -@dirrm lib/mozilla/res/throbber -@dirrm lib/mozilla/res/samples/sampleimages -@dirrm lib/mozilla/res/samples/rdf -@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/defaults/profile -@dirrm lib/mozilla/defaults/pref -@dirrm lib/mozilla/defaults -@dirrm lib/mozilla/components -@dirrm lib/mozilla/chrome/xpinstall/locale/en-US -@dirrm lib/mozilla/chrome/xpinstall/locale -@dirrm lib/mozilla/chrome/xpinstall -@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/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/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/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/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 diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile deleted file mode 100644 index b0ec0b462283..000000000000 --- a/www/netscape48-communicator/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# New ports collection makefile for: netscape (full communicator version) -# Version required: 4.* -# Date created: 24 Feb 1997 -# Whom: ache -# -# $FreeBSD$ -# - -DISTNAME?= netscape-${BROWSER}-${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 - -Y2K= http://home.netscape.com/products/year2000/faq/client.html - -ONLY_FOR_ARCHS= i386 - -USE_XLIB= yes -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -STRIP= -WRKSRC?= ${WRKDIR}/${BROWSER}-v408.x86-unknown-freebsd -PKGDIR= ${.CURDIR}/pkg -PKGREQ= ${MASTERDIR}/pkg/REQ - -AUTOADMIN?= autoadmin-v408.x86-unknown-freebsd.tar.gz -BROWSER?= communicator -BROWSER_VER?= 4.08 -FORTIFY= Fortify-1.4.5-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} BROWSER_VER=${BROWSER_VER} \ - NSUBDIR=${NSUBDIR} - -.if (${BROWSER} == "communicator") && !defined(NO_AUTOADMIN) -DISTFILES+= ${AUTOADMIN} -.endif - -.if defined(USE_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 - -.SILENT: - -.if !defined(USE_128BIT) && !defined(NO_FORTIFY) -pre-extract: - ${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT" -.endif - -post-configure: - ${SED} -e "s;@PREFIX@;${PREFIX};g" -e "s;@NSUBDIR@;${NSUBDIR};g" \ - -e "s;@BROWSER@;${BROWSER};g" \ - -e "s;@BROWSER_VER@;${BROWSER_VER};g" \ - ${WRAPPER_TEMPLATE} >${WRKSRC}/netscape - ${CHMOD} +x ${WRKSRC}/netscape - ${ECHO} -n ${INFILE_HEAD},${NDIR} >${WRKSRC}/infile - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL - -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}-${BROWSER_VER}.bin - ${INSTALL_SCRIPT} ${WRKSRC}/netscape \ - ${BINDIR}/${BROWSER}-${BROWSER_VER} - ${LN} -sf ${BROWSER}-${BROWSER_VER} ${BINDIR}/${BROWSER}-4 - ${LN} -sf ${BROWSER}-4 ${BINDIR}/netscape - 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(USE_128BIT) && !defined(NO_FORTIFY) - cd ${WRKDIR}/${FORTIFY} \ - && (${ECHO}; ${ECHO} yes; ${ECHO} no; ${ECHO} no) \ - | ./Fortify.sh ${NDIR}/${BROWSER}-${BROWSER_VER}.bin -.endif - ${CHOWN} -R root:wheel ${NDIR} - -post-install: - ${CAT} ${PKGDIR}/DESCR - -.include <bsd.port.mk> diff --git a/www/netscape48-communicator/distinfo b/www/netscape48-communicator/distinfo deleted file mode 100644 index 5fa9834ab7ff..000000000000 --- a/www/netscape48-communicator/distinfo +++ /dev/null @@ -1,11 +0,0 @@ -MD5 (communicator-v408-export.x86-unknown-freebsd.tar.gz) = dfe7005dd39ac900fe336d6f052acfdb -MD5 (autoadmin-v408.x86-unknown-freebsd.tar.gz) = 0435245b83fc5d9be6844ebfa1a242f0 -MD5 (navigator-v408-export.x86-unknown-freebsd.tar.gz) = 63d607f8e861471f4dcd14d048e1f652 -MD5 (communicator-v461-export.x86-unknown-freebsd.tar.gz) = 308686a3266e5e3aa27692c33313a159 -MD5 (communicator-v461-export.x86-unknown-linux2.0.tar.gz) = 946cf6cc68b7010fcfebb39d91f2b6b1 -MD5 (navigator-v461-export.x86-unknown-freebsd.tar.gz) = 49600fb97ba24ca14baf91282f3ad441 -MD5 (communicator-v47-export.x86-unknown-freebsd.tar.gz) = 8cfeb91cce138d9c11bd8ee5f9fa8648 -MD5 (communicator-v47-export.x86-unknown-linuxglibc2.0.tar.gz) = b4c1de5f30ceb158021805cc201b4121 -MD5 (communicator-v47-us.x86-unknown-freebsd.tar.gz) = fae5e2d150dfe9c05c5d8b577e99a8c3 -MD5 (navigator-v47-export.x86-unknown-freebsd.tar.gz) = c84b2779c25cfb10ebace307e56dc569 -MD5 (Fortify-1.4.5-unix-x86.tar.gz) = 15ef1bc8757860706c38e0f886bb0b93 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 4d60cb1aafaf..000000000000 --- a/www/netscape48-communicator/pkg-plist +++ /dev/null @@ -1,199 +0,0 @@ -bin/communicator-%%BROWSER_VER%% -@exec ln -sf %f %B/communicator-4 -@exec ln -sf communicator-4 %B/netscape -@unexec rm -f %B/netscape -@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%%/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 diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile deleted file mode 100644 index 457b20545ba3..000000000000 --- a/www/netscape7/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: netscape-communcator-linux-4.x -# Version required: 4.7 -# Date created: 27 June 1999 -# Whom: girgen@partitur.se -# Based on work by: thepish -# -# $FreeBSD$ -# - -DISTNAME= linux-netscape-${BROWSER}-${BROWSER_VER} -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ \ - ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ -DISTFILES= communicator-v47-export.x86-unknown-linuxglibc2.0.tar.gz - -MAINTAINER= girgen@partitur.se - -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base - -WRKSRC= ${WRKDIR}/${BROWSER}-v47.x86-unknown-linux2.0 - -MAILCAP= ${.CURDIR}/files/mailcap -NSUBDIR= lib/netscape-linux - -.include "../netscape47-communicator/Makefile" 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 3698e4f1382d..000000000000 --- a/www/netscape7/pkg-descr +++ /dev/null @@ -1,13 +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. - -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. diff --git a/www/netscape7/pkg-plist b/www/netscape7/pkg-plist deleted file mode 100644 index 4b2d66504ffe..000000000000 --- a/www/netscape7/pkg-plist +++ /dev/null @@ -1,200 +0,0 @@ -bin/%%BROWSER%%-%%BROWSER_VER%% -@exec ln -sf %f %B/%%BROWSER%%-4 -@exec ln -sf %%BROWSER%%-4 %B/netscape -@unexec rm -f %B/netscape -@unexec rm -f %B/%%BROWSER%%-4 -%%NSUBDIR%%/java/classes/ifc11.jar -%%NSUBDIR%%/java/classes/iiop10.jar -%%NSUBDIR%%/java/classes/jae40.jar -%%NSUBDIR%%/java/classes/java40.jar -%%NSUBDIR%%/java/classes/joptio40.jar -%%NSUBDIR%%/java/classes/jio40.jar -%%NSUBDIR%%/java/classes/jsd10.jar -%%NSUBDIR%%/java/classes/ldap30.jar -%%NSUBDIR%%/java/classes/resource.jar -%%NSUBDIR%%/java/classes/scd10.jar -%%NSUBDIR%%/java/classes/awt.properties -%%NSUBDIR%%/java/classes/font.properties -%%NSUBDIR%%/java/classes/font.properties.cs -%%NSUBDIR%%/java/classes/font.properties.el -%%NSUBDIR%%/java/classes/font.properties.hu -%%NSUBDIR%%/java/classes/font.properties.ja -%%NSUBDIR%%/java/classes/font.properties.ko -%%NSUBDIR%%/java/classes/font.properties.lt -%%NSUBDIR%%/java/classes/font.properties.lv -%%NSUBDIR%%/java/classes/font.properties.pl -%%NSUBDIR%%/java/classes/font.properties.ru -%%NSUBDIR%%/java/classes/font.properties.tr -%%NSUBDIR%%/java/classes/font.properties.zh -%%NSUBDIR%%/java/classes/font.properties.zh_GB2312 -%%NSUBDIR%%/java/classes/font.properties.zh_TW -%%NSUBDIR%%/java/classes/font.properties.zh_TW_Big5 -%%NSUBDIR%%/java/classes/font.properties.zh_TW_CNS11643 -%%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/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%%/nethelp/CntData.js -%%NSUBDIR%%/nethelp/IdxData.js -%%NSUBDIR%%/nethelp/Back_dep.gif -%%NSUBDIR%%/nethelp/Back_dis.gif -%%NSUBDIR%%/nethelp/Back_sel.gif -%%NSUBDIR%%/nethelp/Back_up.gif -%%NSUBDIR%%/nethelp/Exit_dep.gif -%%NSUBDIR%%/nethelp/Exit_sel.gif -%%NSUBDIR%%/nethelp/Exit_up.gif -%%NSUBDIR%%/nethelp/Forw_dep.gif -%%NSUBDIR%%/nethelp/Forw_dis.gif -%%NSUBDIR%%/nethelp/Forw_sel.gif -%%NSUBDIR%%/nethelp/Forw_up.gif -%%NSUBDIR%%/nethelp/Prnt_dep.gif -%%NSUBDIR%%/nethelp/Prnt_sel.gif -%%NSUBDIR%%/nethelp/Prnt_up.gif -%%NSUBDIR%%/nethelp/Tool_dep.gif -%%NSUBDIR%%/nethelp/Tool_sel.gif -%%NSUBDIR%%/nethelp/Tool_up.gif -%%NSUBDIR%%/nethelp/Wait.gif -%%NSUBDIR%%/nethelp/netwatch.gif -%%NSUBDIR%%/nethelp/Blank.htm -%%NSUBDIR%%/nethelp/CntTool.htm -%%NSUBDIR%%/nethelp/IdxFill.htm -%%NSUBDIR%%/nethelp/IdxKey.htm -%%NSUBDIR%%/nethelp/IdxTool.htm -%%NSUBDIR%%/nethelp/IdxTopic.htm -%%NSUBDIR%%/nethelp/NavUI.htm -%%NSUBDIR%%/nethelp/NoJSerr.htm -%%NSUBDIR%%/nethelp/Status.htm -%%NSUBDIR%%/nethelp/System.htm -%%NSUBDIR%%/nethelp/ToolUI.htm -%%NSUBDIR%%/nethelp/System.js -%%NSUBDIR%%/nethelp/picsfail.htm -%%NSUBDIR%%/nethelp/picsfail.jar -%%NSUBDIR%%/nethelp/Button.js -%%NSUBDIR%%/nethelp/CntTool.js -%%NSUBDIR%%/nethelp/Header.js -%%NSUBDIR%%/nethelp/Local-1.js -%%NSUBDIR%%/nethelp/Stack.js -%%NSUBDIR%%/nethelp/Topic.js -%%NSUBDIR%%/nethelp/Utility.js -%%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/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/abook.gif -%%NSUBDIR%%/nethelp/netscape/messengr/compbar.gif -%%NSUBDIR%%/nethelp/netscape/messengr/mailbox.gif -%%NSUBDIR%%/nethelp/netscape/messengr/mailbox2.gif -%%NSUBDIR%%/nethelp/netscape/messengr/messengr.gif -%%NSUBDIR%%/nethelp/netscape/messengr/mpctrl.gif -%%NSUBDIR%%/nethelp/netscape/messengr/newsgrp.gif -%%NSUBDIR%%/nethelp/netscape/messengr/tabs.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/news/abook.gif -%%NSUBDIR%%/nethelp/netscape/news/collabra.gif -%%NSUBDIR%%/nethelp/netscape/news/compbar.gif -%%NSUBDIR%%/nethelp/netscape/news/discgrps.gif -%%NSUBDIR%%/nethelp/netscape/news/mailbox2.gif -%%NSUBDIR%%/nethelp/netscape/news/newsgrp.gif -%%NSUBDIR%%/nethelp/netscape/news/news.htm -%%NSUBDIR%%/nethelp/netscape/news/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/NetHelpm.css -%%NSUBDIR%%/nethelp/netscape/shared/NetHelpu.css -%%NSUBDIR%%/nethelp/netscape/shared/NetHelpw.css -%%NSUBDIR%%/nethelp/netscape/trouble/trouble.htm -%%NSUBDIR%%/nethelp/netscape/trouble/help.hpf -%%NSUBDIR%%/nethelp/netscape/collabra/collabra.gif -%%NSUBDIR%%/nethelp/netscape/collabra/discgrps.gif -%%NSUBDIR%%/nethelp/netscape/collabra/mailbox2.gif -%%NSUBDIR%%/nethelp/netscape/collabra/coll.htm -%%NSUBDIR%%/nethelp/netscape/collabra/collHdr.htm -%%NSUBDIR%%/nethelp/netscape/collabra/help.hpf -%%NSUBDIR%%/nethelp/NSHIfrm.htm -%%NSUBDIR%%/vreg -%%NSUBDIR%%/README -%%NSUBDIR%%/LICENSE -%%NSUBDIR%%/Netscape.ad -%%NSUBDIR%%/XKeysymDB -%%NSUBDIR%%/movemail -%%NSUBDIR%%/netscape-dynMotif -%%NSUBDIR%%/plugins/libnullplugin.so -%%NSUBDIR%%/plugins/cpPack1.jar -%%NSUBDIR%%/libnullplugin-dynMotif.so -%%NSUBDIR%%/libjsd.so -%%NSUBDIR%%/bookmark.htm -%%NSUBDIR%%/spell/netscape.dic -%%NSUBDIR%%/spell/pen4s324.dat -%%NSUBDIR%%/registry -%%NSUBDIR%%/communicator-4.7.bin -%%NSUBDIR%%/mailcap -@dirrm %%NSUBDIR%%/java/classes/aix -@dirrm %%NSUBDIR%%/java/classes/hpux -@dirrm %%NSUBDIR%%/java/classes/irix -@dirrm %%NSUBDIR%%/java/classes -@dirrm %%NSUBDIR%%/java -@dirrm %%NSUBDIR%%/nethelp/netscape/composer -@dirrm %%NSUBDIR%%/nethelp/netscape/home -@dirrm %%NSUBDIR%%/nethelp/netscape/messengr -@dirrm %%NSUBDIR%%/nethelp/netscape/navigatr -@dirrm %%NSUBDIR%%/nethelp/netscape/news -@dirrm %%NSUBDIR%%/nethelp/netscape/shared -@dirrm %%NSUBDIR%%/nethelp/netscape/trouble -@dirrm %%NSUBDIR%%/nethelp/netscape/collabra -@dirrm %%NSUBDIR%%/nethelp/netscape -@dirrm %%NSUBDIR%%/nethelp -@dirrm %%NSUBDIR%%/plugins -@dirrm %%NSUBDIR%%/spell -@dirrm %%NSUBDIR%% diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile deleted file mode 100644 index 7f4728e2614a..000000000000 --- a/www/p5-CGI-modules/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: p5-CGI -# Version required: 2.76 -# Date created: September 30th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= CGI-modules-2.76 -PKGNAME= p5-CGI-2.76 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= CGI - -MAINTAINER= jfitz@FreeBSD.org - -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/URI/Escape.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 a14c2f54033b..000000000000 --- a/www/p5-CGI-modules/pkg-descr +++ /dev/null @@ -1,12 +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 370e53dde5a4..000000000000 --- a/www/p5-HTTPD-User-Manage/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: p5-HTTPD-Tools -# Version required: 0.55 -# Date created: October 20th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= HTTPD-Tools-0.55 -PKGNAME= p5-HTTPD-Tools-0.55 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= HTTPD - -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/seamonkey/Makefile b/www/seamonkey/Makefile deleted file mode 100644 index 682391d27837..000000000000 --- a/www/seamonkey/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: mozilla -# Version required: M10 -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD$ -# - -DISTNAME= mozilla-source-M10 -PKGNAME= mozilla-M10 -CATEGORIES= www -MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/m10/src/ - -MAINTAINER= reg@shale.csir.co.za - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - ORBit.2:${PORTSDIR}/devel/ORBit - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -WRKSRC= ${WRKDIR}/mozilla -USE_X_PREFIX= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_NEWGCC= yes -CONFIGURE_ARGS= \ - --disable-cpp-rtti \ - --disable-md \ - --disable-pedantic \ - --disable-xterm-updates \ - --enable-cpp-exceptions \ - --enable-debug \ - --enable-double-buffer \ - --enable-editor \ - --enable-idltool \ - --enable-mailnews \ - --enable-optimize \ - --enable-pics \ - --enable-tests \ - --enable-toolkit=gtk \ - --disable-debug \ - --enable-x11-shm \ - --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}" - -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 9bed47434dd0..000000000000 --- a/www/seamonkey/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mozilla-source-M10.tar.gz) = 3c0d510a04ad3499e9b5c23ffea73e0e diff --git a/www/seamonkey/files/patch-mi b/www/seamonkey/files/patch-mi deleted file mode 100644 index 51da7ba70d69..000000000000 --- a/www/seamonkey/files/patch-mi +++ /dev/null @@ -1,15 +0,0 @@ -This patch make the FreeBSD port build obey the host's local settings -for C, C++ compiler and (optimization) flags. ---- nsprpub/config/FreeBSD.mk.orig Wed Apr 21 17:37:37 1999 -+++ nsprpub/config/FreeBSD.mk Mon Oct 11 13:49:41 1999 -@@ -24,2 +23,0 @@ --CC = gcc --CCC = g++ -@@ -26,0 +25,5 @@ -+CCC = ${CXX} -+ -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = -@@ -31 +33,0 @@ --OS_REL_CFLAGS = -mno-486 -Di386 diff --git a/www/seamonkey/files/patch-qt b/www/seamonkey/files/patch-qt deleted file mode 100644 index 352c6117ddc3..000000000000 --- a/www/seamonkey/files/patch-qt +++ /dev/null @@ -1,8 +0,0 @@ -This patch is not neccessary, since the Qt support in Mozilla appears -broken anyway (Perhaps, it needs Qt-2?). But it should stir the -configure to the right direction... ---- configure.orig Tue Sep 28 17:46:31 1999 -+++ configure Mon Oct 11 15:12:52 1999 -@@ -5342 +5342 @@ -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" 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 ba9fa833f353..000000000000 --- a/www/seamonkey/pkg-plist +++ /dev/null @@ -1,1242 +0,0 @@ -bin/mozilla -lib/mozilla/CvtURL -lib/mozilla/DumpColors -lib/mozilla/FilesTest -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/TestXPC -lib/mozilla/TestLineBreak -lib/mozilla/TestMSGCompose -lib/mozilla/TestObserverService -lib/mozilla/TestPipes -lib/mozilla/TestProtocols -lib/mozilla/TestRect -lib/mozilla/TestSocketIO -lib/mozilla/TestSocketInput -lib/mozilla/TestSocketTransport -lib/mozilla/TestStreamConv -lib/mozilla/TestTXMgr -lib/mozilla/TestThreads -lib/mozilla/TestXPIDLString -lib/mozilla/TestXPTCInvoke -lib/mozilla/UnicharSelfTest -lib/mozilla/apprunner -lib/mozilla/chrome/registry.rdf -lib/mozilla/chrome/editor/content/default/EditorAppShell.xul -lib/mozilla/chrome/editor/content/default/EditorCommands.js -lib/mozilla/chrome/editor/content/default/TextEditorAppShell.xul -lib/mozilla/chrome/editor/content/default/EditorInitPage.html -lib/mozilla/chrome/editor/content/default/EditorInitPagePlain.html -lib/mozilla/chrome/editor/content/default/EditorStyles1.css -lib/mozilla/chrome/editor/content/default/EditorContent.css -lib/mozilla/chrome/editor/content/default/contentframe.xul -lib/mozilla/chrome/editor/content/default/sidebar-editor.rdf -lib/mozilla/chrome/editor/content/default/sidebar-editor.xul -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/sb-FileWidgetFileHandler.js -lib/mozilla/chrome/editor/content/default/viewsource.xul -lib/mozilla/chrome/editor/content/default/viewsource.js -lib/mozilla/chrome/editor/content/default/editorOverlay.xul -lib/mozilla/chrome/editor/content/default/editorOverlay.js -lib/mozilla/chrome/editor/content/default/EdDialogCommon.js -lib/mozilla/chrome/editor/content/default/EdLinkProps.xul -lib/mozilla/chrome/editor/content/default/EdLinkProps.js -lib/mozilla/chrome/editor/content/default/EdListProps.xul -lib/mozilla/chrome/editor/content/default/EdListProps.js -lib/mozilla/chrome/editor/content/default/EdImageProps.xul -lib/mozilla/chrome/editor/content/default/EdImageProps.js -lib/mozilla/chrome/editor/content/default/EdInsSrc.xul -lib/mozilla/chrome/editor/content/default/EdInsSrc.js -lib/mozilla/chrome/editor/content/default/EdHLineProps.xul -lib/mozilla/chrome/editor/content/default/EdHLineProps.js -lib/mozilla/chrome/editor/content/default/EdSpellCheck.xul -lib/mozilla/chrome/editor/content/default/EdSpellCheck.js -lib/mozilla/chrome/editor/content/default/EdDictionary.xul -lib/mozilla/chrome/editor/content/default/EdDictionary.js -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.xul -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.js -lib/mozilla/chrome/editor/content/default/EdInsertTable.xul -lib/mozilla/chrome/editor/content/default/EdInsertTable.js -lib/mozilla/chrome/editor/content/default/EdTableProps.xul -lib/mozilla/chrome/editor/content/default/EdTableProps.js -lib/mozilla/chrome/editor/content/default/EdMessage.xul -lib/mozilla/chrome/editor/content/default/EdMessage.js -lib/mozilla/chrome/editor/content/default/EdDialogOverlay.xul -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.xul -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.js -lib/mozilla/chrome/editor/skin/default/Editor.css -lib/mozilla/chrome/editor/skin/default/images/ED_Bold.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Bullets.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Left.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Center.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Right.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Justify.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Copy.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Cut.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Outdent.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Find.gif -lib/mozilla/chrome/editor/skin/default/images/ED_HLine.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Image.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Indent.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Italic.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Link.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Numbers.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Paste.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Redo.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Spell.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Table.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Target.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Underline.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Undo.gif -lib/mozilla/chrome/editor/skin/default/images/ED_TextColor.gif -lib/mozilla/chrome/editor/skin/default/images/ED_BackColor.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Align.gif -lib/mozilla/chrome/editor/skin/default/images/ED_ObjectPopup.gif -lib/mozilla/chrome/editor/skin/default/images/ED_NewFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_OpenFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_SaveFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_SaveMod.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Publish.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Preview.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Print.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignbottom.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignleft.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignmiddle.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignright.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgaligntop.gif -lib/mozilla/chrome/editor/skin/default/EditorDialog.css -lib/mozilla/chrome/editor/locale/en-US/EditorAppShell.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/locale/en-US/editorOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.properties -lib/mozilla/chrome/editor/locale/en-US/EditorHLineProperties.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/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/EdNamedAnchorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EdDialogOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/EdAdvancedEdit.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpinstall.properties -lib/mozilla/chrome/xpinstall/locale/en-US/progress.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpistatus.dtd -lib/mozilla/chrome/profile/content/default/createProfileWizard.js -lib/mozilla/chrome/profile/content/default/createProfileWizard.xul -lib/mozilla/chrome/profile/content/default/profileManager.js -lib/mozilla/chrome/profile/content/default/profileManager.xul -lib/mozilla/chrome/profile/content/default/deleteProfile.xul -lib/mozilla/chrome/profile/content/default/migrateAllProfile.xul -lib/mozilla/chrome/profile/content/default/renameProfile.xul -lib/mozilla/chrome/profile/content/default/newProfile1_1.xul -lib/mozilla/chrome/profile/content/default/newProfile1_2.xul -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.xul -lib/mozilla/chrome/profile/skin/default/profile.css -lib/mozilla/chrome/profile/skin/default/createProfileWizard.css -lib/mozilla/chrome/profile/skin/default/profileManager.css -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.dtd -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/profileManager.dtd -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/profileManagerRename.dtd -lib/mozilla/chrome/profile/locale/en-US/profileMigrationProgress.dtd -lib/mozilla/chrome/navigator/content/default/nsContextMenu.js -lib/mozilla/chrome/navigator/content/default/tooltip.js -lib/mozilla/chrome/navigator/content/default/contentframe.js -lib/mozilla/chrome/navigator/content/default/openLocation.js -lib/mozilla/chrome/navigator/content/default/viewsource.js -lib/mozilla/chrome/navigator/content/default/contentframe.xul -lib/mozilla/chrome/navigator/content/default/navigator.xul -lib/mozilla/chrome/navigator/content/default/navigatorOverlay.xul -lib/mozilla/chrome/navigator/content/default/navigator.js -lib/mozilla/chrome/navigator/content/default/openLocation.xul -lib/mozilla/chrome/navigator/content/default/viewSource.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmYN.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmCheckYN.xul -lib/mozilla/chrome/navigator/skin/default/alertl.gif -lib/mozilla/chrome/navigator/skin/default/errorl.gif -lib/mozilla/chrome/navigator/skin/default/messagel.gif -lib/mozilla/chrome/navigator/skin/default/navigator.css -lib/mozilla/chrome/navigator/skin/default/questionl.gif -lib/mozilla/chrome/navigator/skin/default/contentframe.css -lib/mozilla/chrome/navigator/skin/default/animthrob.gif -lib/mozilla/chrome/navigator/skin/default/animthrob_single.gif -lib/mozilla/chrome/navigator/skin/default/TB_Back.gif -lib/mozilla/chrome/navigator/skin/default/TB_Forward.gif -lib/mozilla/chrome/navigator/skin/default/TB_Home.gif -lib/mozilla/chrome/navigator/skin/default/TB_Location.gif -lib/mozilla/chrome/navigator/skin/default/TB_Location_mo.gif -lib/mozilla/chrome/navigator/skin/default/TB_Netscape.gif -lib/mozilla/chrome/navigator/skin/default/TB_Print.gif -lib/mozilla/chrome/navigator/skin/default/TB_Reload.gif -lib/mozilla/chrome/navigator/skin/default/TB_Search.gif -lib/mozilla/chrome/navigator/skin/default/TB_Stop.gif -lib/mozilla/chrome/navigator/locale/en-US/navigator.dtd -lib/mozilla/chrome/navigator/locale/en-US/openLocation.dtd -lib/mozilla/chrome/navigator/locale/en-US/viewSource.dtd -lib/mozilla/chrome/navigator/locale/en-US/NetSupportConfirmCheckYN.dtd -lib/mozilla/chrome/bookmarks/content/default/bm-panel.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.js -lib/mozilla/chrome/bookmarks/content/default/bookmark-popup.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.html -lib/mozilla/chrome/bookmarks/content/default/bookmarks.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.xul -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/bookmarks/locale/en-US/bm-props.dtd -lib/mozilla/chrome/bookmarks/locale/en-US/bookmarks.dtd -lib/mozilla/chrome/directory/content/default/directory.xul -lib/mozilla/chrome/directory/content/default/directory.js -lib/mozilla/chrome/directory/skin/default/directory.css -lib/mozilla/chrome/directory/locale/en-US/directory.dtd -lib/mozilla/chrome/global/content/default/finddialog.xul -lib/mozilla/chrome/global/content/default/finddialog.js -lib/mozilla/chrome/global/content/default/unknownContent.xul -lib/mozilla/chrome/global/content/default/unknownContent.js -lib/mozilla/chrome/global/content/default/downloadProgress.xul -lib/mozilla/chrome/global/content/default/downloadProgress.js -lib/mozilla/chrome/global/content/default/platformGlobalOverlay.xul -lib/mozilla/chrome/global/content/default/platformDialogOverlay.xul -lib/mozilla/chrome/global/content/default/hiddenWindow.xul -lib/mozilla/chrome/global/content/default/globalOverlay.xul -lib/mozilla/chrome/global/content/default/globalOverlay.js -lib/mozilla/chrome/global/content/default/tasksOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.js -lib/mozilla/chrome/global/content/default/dialogOverlay.xul -lib/mozilla/chrome/global/content/default/dialogOverlay.js -lib/mozilla/chrome/global/content/default/tasksExtension.xul -lib/mozilla/chrome/global/content/default/commonDialog.xul -lib/mozilla/chrome/global/content/default/commonDialog.js -lib/mozilla/chrome/global/content/default/charsetOverlay.xul -lib/mozilla/chrome/global/content/default/charsetOverlay.js -lib/mozilla/chrome/global/content/default/strres.js -lib/mozilla/chrome/global/content/default/about.html -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.js -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.xul -lib/mozilla/chrome/global/locale/en-US/finddialog.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.dtd -lib/mozilla/chrome/global/locale/en-US/platformGlobalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformDialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/globalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/dialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/tasksOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/commonDialog.dtd -lib/mozilla/chrome/global/locale/en-US/charsetOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/charsetDetectorsOverlay.dtd -lib/mozilla/chrome/global/skin/default/dialogs.css -lib/mozilla/chrome/global/skin/default/tasksOverlay.css -lib/mozilla/chrome/global/skin/default/xul.css -lib/mozilla/chrome/global/skin/default/lessCols.gif -lib/mozilla/chrome/global/skin/default/lessCols_mo.gif -lib/mozilla/chrome/global/skin/default/lessCOls_dis.gif -lib/mozilla/chrome/global/skin/default/moreCols.gif -lib/mozilla/chrome/global/skin/default/moreCols_mo.gif -lib/mozilla/chrome/global/skin/default/moreCols_dis.gif -lib/mozilla/chrome/global/skin/default/scrollUp.gif -lib/mozilla/chrome/global/skin/default/scrollUp_mo.gif -lib/mozilla/chrome/global/skin/default/scrollUp_dis.gif -lib/mozilla/chrome/global/skin/default/scrollDown.gif -lib/mozilla/chrome/global/skin/default/scrollDown_mo.gif -lib/mozilla/chrome/global/skin/default/scrollDown_dis.gif -lib/mozilla/chrome/global/skin/default/scroll-left.gif -lib/mozilla/chrome/global/skin/default/scroll-left-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-left-disabled.gif -lib/mozilla/chrome/global/skin/default/menuArrow.gif -lib/mozilla/chrome/global/skin/default/scroll-right.gif -lib/mozilla/chrome/global/skin/default/scroll-right-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-right-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-disabled.gif -lib/mozilla/chrome/global/skin/default/menuArrow_mo.gif -lib/mozilla/chrome/global/skin/default/menuArrow_dis.gif -lib/mozilla/chrome/global/skin/default/menuCheck.gif -lib/mozilla/chrome/global/skin/default/menuCheck_mo.gif -lib/mozilla/chrome/global/skin/default/menuCheck_dis.gif -lib/mozilla/chrome/global/skin/default/opentwisty.gif -lib/mozilla/chrome/global/skin/default/closedtwisty.gif -lib/mozilla/chrome/global/skin/default/alert-icon.gif -lib/mozilla/chrome/global/skin/default/error-icon.gif -lib/mozilla/chrome/global/skin/default/message-icon.gif -lib/mozilla/chrome/global/skin/default/question-icon.gif -lib/mozilla/chrome/global/skin/default/return.gif -lib/mozilla/chrome/global/skin/default/print.gif -lib/mozilla/chrome/global/skin/default/stop.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/TB_MiniAddr.gif -lib/mozilla/chrome/global/skin/default/TB_MiniComp.gif -lib/mozilla/chrome/global/skin/default/TB_MiniMail.gif -lib/mozilla/chrome/global/skin/default/TB_MiniNav.gif -lib/mozilla/chrome/global/skin/default/TB_MiniTab.gif -lib/mozilla/chrome/global/skin/default/TB_Tab.gif -lib/mozilla/chrome/global/skin/default/TB_popup.gif -lib/mozilla/chrome/global/skin/default/TB_Tab_mo.gif -lib/mozilla/chrome/history/content/default/history.xul -lib/mozilla/chrome/history/content/default/history.js -lib/mozilla/chrome/history/content/default/history-test.xul -lib/mozilla/chrome/history/content/default/history-test.js -lib/mozilla/chrome/history/skin/default/history.css -lib/mozilla/chrome/history/locale/en-US/history.dtd -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/dummy-flash.rdf -lib/mozilla/chrome/sidebar/content/default/flash-registry.rdf -lib/mozilla/chrome/sidebar/content/default/flash.js -lib/mozilla/chrome/sidebar/content/default/flash.xul -lib/mozilla/chrome/sidebar/content/default/preview.css -lib/mozilla/chrome/sidebar/content/default/preview.js -lib/mozilla/chrome/sidebar/content/default/preview.xul -lib/mozilla/chrome/sidebar/content/default/sidebar-browser.rdf -lib/mozilla/chrome/sidebar/content/default/sidebar-browser.xul -lib/mozilla/chrome/sidebar/content/default/sidebar-registry.rdf -lib/mozilla/chrome/sidebar/content/default/sidebar.js -lib/mozilla/chrome/sidebar/content/default/sidebar.rdf -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.js -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.xul -lib/mozilla/chrome/sidebar/skin/default/customize-panel.css -lib/mozilla/chrome/sidebar/skin/default/customize.css -lib/mozilla/chrome/sidebar/skin/default/flash.css -lib/mozilla/chrome/sidebar/skin/default/sidebar.css -lib/mozilla/chrome/sidebar/skin/default/sidebarOverlay.css -lib/mozilla/chrome/sidebar/skin/default/corner.gif -lib/mozilla/chrome/sidebar/skin/default/flames.gif -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/showhide.gif -lib/mozilla/chrome/sidebar/skin/default/showhide-inv.gif -lib/mozilla/chrome/sidebar/locale/en-US/customize-panel.dtd -lib/mozilla/chrome/sidebar/locale/en-US/customize.dtd -lib/mozilla/chrome/sidebar/locale/en-US/flash.dtd -lib/mozilla/chrome/sidebar/locale/en-US/preview.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-browser-rdf.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-browser.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-registry-rdf.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebarOverlay.dtd -lib/mozilla/chrome/related/content/default/related-panel.xul -lib/mozilla/chrome/related/content/default/related-panel.js -lib/mozilla/chrome/related/skin/default/related-panel.css -lib/mozilla/chrome/related/skin/default/sitemap.gif -lib/mozilla/chrome/related/locale/en-US/related-panel.dtd -lib/mozilla/chrome/regviewer/content/default/regviewer.xul -lib/mozilla/chrome/regviewer/content/default/regviewer.js -lib/mozilla/chrome/regviewer/skin/default/regviewer.css -lib/mozilla/chrome/regviewer/locale/en-US/regviewer.dtd -lib/mozilla/chrome/pref/content/default/PrefsWindow.html -lib/mozilla/chrome/pref/content/default/PrefsWindow.js -lib/mozilla/chrome/pref/content/default/PrefsWindow.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.xul -lib/mozilla/chrome/pref/content/default/pref-colors.xul -lib/mozilla/chrome/pref/content/default/pref-composer.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-fonts.xul -lib/mozilla/chrome/pref/content/default/pref-languages.xul -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.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-select.html -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/preftree.xul -lib/mozilla/chrome/pref/skin/default/pref.css -lib/mozilla/chrome/pref/skin/default/preftree.css -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-colors.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-composer.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-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-smart_browsing.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smartupdate.dtd -lib/mozilla/chrome/pref/locale/en-US/preftree.dtd -lib/mozilla/chrome/wallet/locale/en-US/cookie.properties -lib/mozilla/chrome/wallet/locale/en-US/wallet.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/WalletPreview.properties -lib/mozilla/chrome/wallet/content/default/WalletEditor.xul -lib/mozilla/chrome/wallet/content/default/WalletEditor.js -lib/mozilla/chrome/wallet/content/default/SignonViewer.xul -lib/mozilla/chrome/wallet/content/default/SignonViewer.js -lib/mozilla/chrome/wallet/content/default/CookieViewer.xul -lib/mozilla/chrome/wallet/content/default/CookieViewer.js -lib/mozilla/chrome/wallet/content/default/WalletPreview.xul -lib/mozilla/chrome/wallet/content/default/WalletPreview.js -lib/mozilla/chrome/wallet/skin/default/SignonViewer.css -lib/mozilla/chrome/wallet/skin/default/CookieViewer.css -lib/mozilla/chrome/messenger/content/default/SearchDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchOptions.xul -lib/mozilla/chrome/messenger/content/default/SearchDialog.js -lib/mozilla/chrome/messenger/content/default/FilterListDialog.xul -lib/mozilla/chrome/messenger/content/default/FilterListDialog.js -lib/mozilla/chrome/messenger/content/default/FilterEditor.xul -lib/mozilla/chrome/messenger/content/default/FilterEditor.js -lib/mozilla/chrome/messenger/content/default/AccountManager.xul -lib/mozilla/chrome/messenger/content/default/AccountManager.js -lib/mozilla/chrome/messenger/content/default/am-main.xul -lib/mozilla/chrome/messenger/content/default/am-server.xul -lib/mozilla/chrome/messenger/content/default/am-server.js -lib/mozilla/chrome/messenger/content/default/am-server-top.xul -lib/mozilla/chrome/messenger/content/default/am-copies.xul -lib/mozilla/chrome/messenger/content/default/am-copies.js -lib/mozilla/chrome/messenger/content/default/am-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-smtp.xul -lib/mozilla/chrome/messenger/content/default/pref-mailnews.xul -lib/mozilla/chrome/messenger/content/default/custreceipt.xul -lib/mozilla/chrome/messenger/content/default/pref-winsetting.xul -lib/mozilla/chrome/messenger/content/default/pref-receipts.xul -lib/mozilla/chrome/messenger/content/default/pref-diskspace.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.js -lib/mozilla/chrome/messenger/content/default/aw-accounttype.xul -lib/mozilla/chrome/messenger/content/default/aw-identity.xul -lib/mozilla/chrome/messenger/content/default/aw-server.xul -lib/mozilla/chrome/messenger/content/default/aw-login.xul -lib/mozilla/chrome/messenger/content/default/aw-accname.xul -lib/mozilla/chrome/messenger/content/default/aw-done.xul -lib/mozilla/chrome/messenger/content/default/aw-done.js -lib/mozilla/chrome/messenger/content/default/messenger.xul -lib/mozilla/chrome/messenger/content/default/folderPane.xul -lib/mozilla/chrome/messenger/content/default/threadPane.xul -lib/mozilla/chrome/messenger/content/default/widgetglue.js -lib/mozilla/chrome/messenger/content/default/commandglue.js -lib/mozilla/chrome/messenger/content/default/shareglue.js -lib/mozilla/chrome/messenger/content/default/subscribeDialog.xul -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.xul -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.rdf -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.js -lib/mozilla/chrome/messenger/content/default/msgViewNavigation.js -lib/mozilla/chrome/messenger/content/default/msgMail3PaneWindow.js -lib/mozilla/chrome/messenger/content/default/news-test.xul -lib/mozilla/chrome/messenger/content/default/news-test.js -lib/mozilla/chrome/messenger/content/default/attach.js -lib/mozilla/chrome/messenger/content/default/mime.js -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/custreceipt.dtd -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/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-fullname.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/am-main.dtd -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/am-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-copies.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-server-top.dtd -lib/mozilla/chrome/messenger/locale/en-US/messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/threadpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/folderpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/newFolderNameDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribeDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger-rdf.dtd -lib/mozilla/chrome/messenger/locale/en-US/localMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/vcard.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/imapMsgs.properties -lib/mozilla/chrome/messenger/skin/default/AccountManager.css -lib/mozilla/chrome/messenger/skin/default/wizard.css -lib/mozilla/chrome/messenger/skin/default/winclassic.gif -lib/mozilla/chrome/messenger/skin/default/winwide.gif -lib/mozilla/chrome/messenger/skin/default/messenger.css -lib/mozilla/chrome/messenger/skin/default/folderPane.css -lib/mozilla/chrome/messenger/skin/default/threadPane.css -lib/mozilla/chrome/messenger/skin/default/closedMailFolder.gif -lib/mozilla/chrome/messenger/skin/default/openMailFolder.gif -lib/mozilla/chrome/messenger/skin/default/mailMessage.gif -lib/mozilla/chrome/messenger/skin/default/closedInbox.gif -lib/mozilla/chrome/messenger/skin/default/closedTrash.gif -lib/mozilla/chrome/messenger/skin/default/closedOutbox.gif -lib/mozilla/chrome/messenger/skin/default/getmsg.gif -lib/mozilla/chrome/messenger/skin/default/newmsg.gif -lib/mozilla/chrome/messenger/skin/default/reply.gif -lib/mozilla/chrome/messenger/skin/default/forward.gif -lib/mozilla/chrome/messenger/skin/default/trash.gif -lib/mozilla/chrome/messenger/skin/default/check.gif -lib/mozilla/chrome/messenger/skin/default/dot.gif -lib/mozilla/chrome/messenger/skin/default/subscribe.css -lib/mozilla/chrome/messenger/skin/default/folderHasMail.gif -lib/mozilla/chrome/messenger/skin/default/readcol.gif -lib/mozilla/chrome/messenger/skin/default/readmail.gif -lib/mozilla/chrome/messenger/skin/default/unreadmail.gif -lib/mozilla/chrome/messenger/skin/default/replyall.gif -lib/mozilla/chrome/messenger/skin/default/next.gif -lib/mozilla/chrome/messenger/skin/default/threadcol.gif -lib/mozilla/chrome/messenger/skin/default/unthreadcol.gif -lib/mozilla/chrome/messenger/skin/default/flagcol.gif -lib/mozilla/chrome/messenger/skin/default/flaggedmail.gif -lib/mozilla/chrome/messenger/skin/default/Folder.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraft.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftO.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderFiled.gif -lib/mozilla/chrome/messenger/skin/default/FolderFiledO.gif -lib/mozilla/chrome/messenger/skin/default/FolderInbox.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxO.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderMailServer.gif -lib/mozilla/chrome/messenger/skin/default/FolderNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewO.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewsgroup.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewsgroupNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderO.gif -lib/mozilla/chrome/messenger/skin/default/FolderOutbox.gif -lib/mozilla/chrome/messenger/skin/default/FolderOutboxO.gif -lib/mozilla/chrome/messenger/skin/default/FolderSent.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentO.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderServer.gif -lib/mozilla/chrome/messenger/skin/default/FolderServerO.gif -lib/mozilla/chrome/messenger/skin/default/FolderShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplate.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrash.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashShareO.gif -lib/mozilla/chrome/messenger/skin/default/Server.gif -lib/mozilla/chrome/messenger/skin/default/ServerNews.gif -lib/mozilla/chrome/messenger/skin/default/ServerRemote.gif -lib/mozilla/chrome/messenger/skin/default/ServerNewsLock.gif -lib/mozilla/chrome/messenger/skin/default/newsHost.gif -lib/mozilla/chrome/messenger/skin/default/localMailHost.gif -lib/mozilla/chrome/messenger/skin/default/mailheader-micro.css -lib/mozilla/chrome/messenger/skin/default/mailheader-normal.css -lib/mozilla/chrome/messenger/skin/default/mailheader-all.css -lib/mozilla/chrome/messenger/skin/default/addcard.gif -lib/mozilla/chrome/messenger/skin/default/attach.gif -lib/mozilla/chrome/messenger/skin/default/smile.gif -lib/mozilla/chrome/messenger/skin/default/frown.gif -lib/mozilla/chrome/messenger/skin/default/wink.gif -lib/mozilla/chrome/messenger/skin/default/sick.gif -lib/mozilla/chrome/messenger/skin/default/less.gif -lib/mozilla/chrome/messenger/skin/default/more.gif -lib/mozilla/chrome/messengercompose/content/default/pref-messages.xul -lib/mozilla/chrome/messengercompose/content/default/pref-formatting.xul -lib/mozilla/chrome/messengercompose/content/default/messengercompose.xul -lib/mozilla/chrome/messengercompose/content/default/MsgComposeCommands.js -lib/mozilla/chrome/messengercompose/content/default/defaultTextBody.html -lib/mozilla/chrome/messengercompose/content/default/defaultTextBody.txt -lib/mozilla/chrome/messengercompose/content/default/defaultHtmlBody.html -lib/mozilla/chrome/messengercompose/content/default/addressAutoComplete.js -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.xul -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.xul -lib/mozilla/chrome/messengercompose/locale/en-US/pref-messages.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-formatting.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/messengercompose.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/addressingWidgetOverlay.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/MsgAttachPage.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/composeMsgs.properties -lib/mozilla/chrome/messengercompose/skin/default/messengercompose.css -lib/mozilla/chrome/messengercompose/skin/default/send.gif -lib/mozilla/chrome/messengercompose/skin/default/quote.gif -lib/mozilla/chrome/messengercompose/skin/default/address.gif -lib/mozilla/chrome/messengercompose/skin/default/attach.gif -lib/mozilla/chrome/messengercompose/skin/default/spelling.gif -lib/mozilla/chrome/messengercompose/skin/default/save.gif -lib/mozilla/chrome/messengercompose/skin/default/stop.gif -lib/mozilla/chrome/addressbook/content/default/pref-addressing.xul -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/locale/en-US/pref-addressing.dtd -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/skin/default/addressbook.css -lib/mozilla/chrome/addressbook/skin/default/newcard.gif -lib/mozilla/chrome/addressbook/skin/default/newlist.gif -lib/mozilla/chrome/addressbook/skin/default/property.gif -lib/mozilla/chrome/addressbook/skin/default/abnewmsg.gif -lib/mozilla/chrome/addressbook/skin/default/person.gif -lib/mozilla/chrome/addressbook/skin/default/list.gif -lib/mozilla/chrome/addressbook/skin/default/myaddrbk.gif -lib/mozilla/components/libsample.so -lib/mozilla/components/libnecko.so -lib/mozilla/components/libnecko_about.so -lib/mozilla/components/libnecko_data.so -lib/mozilla/components/libnecko_file.so -lib/mozilla/components/libnecko_resource.so -lib/mozilla/components/libnecko_ftp.so -lib/mozilla/components/libnecko_http.so -lib/mozilla/components/libmimetype.so -lib/mozilla/components/libstreamconv.so -lib/mozilla/components/libconverters.so -lib/mozilla/components/libuconv.so -lib/mozilla/components/libucvja.so -lib/mozilla/components/libucvcn.so -lib/mozilla/components/libucvlatin.so -lib/mozilla/components/libucvtw.so -lib/mozilla/components/libucvtw2.so -lib/mozilla/components/libucvko.so -lib/mozilla/components/libunicharutil.so -lib/mozilla/components/liblwbrk.so -lib/mozilla/components/libnslocale.so -lib/mozilla/components/libstrres.so -lib/mozilla/components/libchardet.so -lib/mozilla/components/libxpconnect.so -lib/mozilla/components/libjsloader.so -lib/mozilla/components/libxpctest.so -lib/mozilla/components/libpref.so -lib/mozilla/components/libnsgif.so -lib/mozilla/components/libnspng.so -lib/mozilla/components/libnsjpg.so -lib/mozilla/components/libjar50.so -lib/mozilla/components/libcaps.so -lib/mozilla/components/libgfxps.so -lib/mozilla/components/libjsurl.so -lib/mozilla/components/libraptorview.so -lib/mozilla/components/libtoolkit_service.so -lib/mozilla/components/libraptorhtml.so -lib/mozilla/components/libmork.so -lib/mozilla/components/libchrome.so -lib/mozilla/components/librdf.so -lib/mozilla/components/librdfdomds.so -lib/mozilla/components/libender.so -lib/mozilla/components/libtxmgr.so -lib/mozilla/components/libtxtsvc.so -lib/mozilla/components/libnsxpi.so -lib/mozilla/components/libxpiflash.so -lib/mozilla/components/libprofile.so -lib/mozilla/components/libnsprefm.so -lib/mozilla/components/libmozbrwsr.so -lib/mozilla/components/libbookmarks.so -lib/mozilla/components/libdirectory.so -lib/mozilla/components/libmozfind.so -lib/mozilla/components/libhistory.so -lib/mozilla/components/libsearch.so -lib/mozilla/components/librelated.so -lib/mozilla/components/libregviewer.so -lib/mozilla/components/libmozucth.so -lib/mozilla/components/libmozxfer.so -lib/mozilla/components/libprefwindow.so -lib/mozilla/components/libcookie.so -lib/mozilla/components/libwallet.so -lib/mozilla/components/libwalletviewers.so -lib/mozilla/components/libmailnews.so -lib/mozilla/components/libmsgdb.so -lib/mozilla/components/libmsgnews.so -lib/mozilla/components/liblocalmail.so -lib/mozilla/components/libmsgcompose.so -lib/mozilla/components/libmime.so -lib/mozilla/components/libmimeemitter.so -lib/mozilla/components/libvcard.so -lib/mozilla/components/libmsgimap.so -lib/mozilla/components/libaddrbook.so -lib/mozilla/components/xpcom_base.xpt -lib/mozilla/components/xpcom_ds.xpt -lib/mozilla/components/xpcom_io.xpt -lib/mozilla/components/xpcom_components.xpt -lib/mozilla/components/nsCategoryManager.js -lib/mozilla/components/xpcom_threads.xpt -lib/mozilla/components/proxyObjInst.xpt -lib/mozilla/components/proxytest.xpt -lib/mozilla/components/sample.xpt -lib/mozilla/components/nsSample.js -lib/mozilla/components/necko_base.xpt -lib/mozilla/components/mime.xpt -lib/mozilla/components/necko_dns.xpt -lib/mozilla/components/necko_socket.xpt -lib/mozilla/components/necko_about.xpt -lib/mozilla/components/necko_data.xpt -lib/mozilla/components/necko_file.xpt -lib/mozilla/components/necko_ftp.xpt -lib/mozilla/components/necko_http.xpt -lib/mozilla/components/necko_stream_converter.xpt -lib/mozilla/components/util.xpt -lib/mozilla/components/uconv.xpt -lib/mozilla/components/unicharutil.xpt -lib/mozilla/components/locale.xpt -lib/mozilla/components/intl.xpt -lib/mozilla/components/xpconnect.xpt -lib/mozilla/components/pref.xpt -lib/mozilla/components/oji.xpt -lib/mozilla/components/jar.xpt -lib/mozilla/components/caps.xpt -lib/mozilla/components/gfx.xpt -lib/mozilla/components/dom.xpt -lib/mozilla/components/widget.xpt -lib/mozilla/components/rdf.xpt -lib/mozilla/components/rdfdomds.xpt -lib/mozilla/components/editor.xpt -lib/mozilla/components/txmgr.xpt -lib/mozilla/components/nsxpi.xpt -lib/mozilla/components/profile.xpt -lib/mozilla/components/prefmigr.xpt -lib/mozilla/components/appshell.xpt -lib/mozilla/components/appcores.xpt -lib/mozilla/components/mozbrwsr.xpt -lib/mozilla/components/mozcomps.xpt -lib/mozilla/components/bookmarks.xpt -lib/mozilla/components/directory.xpt -lib/mozilla/components/mozfind.xpt -lib/mozilla/components/history.xpt -lib/mozilla/components/search.xpt -lib/mozilla/components/related.xpt -lib/mozilla/components/regviewer.xpt -lib/mozilla/components/mozucth.xpt -lib/mozilla/components/mozxfer.xpt -lib/mozilla/components/prefwindow.xpt -lib/mozilla/components/walleteditor.xpt -lib/mozilla/components/signonviewer.xpt -lib/mozilla/components/cookieviewer.xpt -lib/mozilla/components/walletpreview.xpt -lib/mozilla/components/mailnews.xpt -lib/mozilla/components/msgbase.xpt -lib/mozilla/components/msgsearch.xpt -lib/mozilla/components/msgdb.xpt -lib/mozilla/components/msgnews.xpt -lib/mozilla/components/msglocal.xpt -lib/mozilla/components/msgcompose.xpt -lib/mozilla/components/msgimap.xpt -lib/mozilla/components/addrbook.xpt -lib/mozilla/defaults/pref/initpref.js -lib/mozilla/defaults/pref/all.js -lib/mozilla/defaults/pref/mailnews.js -lib/mozilla/defaults/pref/editor.js -lib/mozilla/defaults/pref/config.js -lib/mozilla/defaults/pref/unix.js -lib/mozilla/defaults/pref/xpinstall.js -lib/mozilla/defaults/profile/bookmarks.html -lib/mozilla/htmlrobot -lib/mozilla/libDebugRobot.so -lib/mozilla/libMyService.so -lib/mozilla/res/samples/xpconnect-sample.html -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.xul -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.css -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.js -lib/mozilla/res/samples/rdf/DOMTree.xul -lib/mozilla/res/samples/rdf/domviewer.html -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.xul -lib/mozilla/res/samples/treeTest1.css -lib/mozilla/res/samples/sliderTest1.xul -lib/mozilla/res/samples/scrollbarTest1.xul -lib/mozilla/res/samples/scrollbarTest2.xul -lib/mozilla/res/samples/find.html -lib/mozilla/res/samples/printsetup.html -lib/mozilla/res/samples/image_props.html -lib/mozilla/res/samples/aform.css -lib/mozilla/res/samples/bform.css -lib/mozilla/res/samples/cform.css -lib/mozilla/res/samples/bg.jpg -lib/mozilla/res/samples/demoform.css -lib/mozilla/res/samples/mozform.css -lib/mozilla/res/samples/xulTest.css -lib/mozilla/res/samples/Anieyes.gif -lib/mozilla/res/samples/gear1.gif -lib/mozilla/res/samples/rock_gra.gif -lib/mozilla/res/samples/beeptest.html -lib/mozilla/res/samples/soundtest.html -lib/mozilla/res/samples/raptor.jpg -lib/mozilla/res/samples/test.wav -lib/mozilla/res/samples/checkboxTest.xul -lib/mozilla/res/samples/sampleimages/right.gif -lib/mozilla/res/samples/sampleimages/down.gif -lib/mozilla/res/samples/sampleimages/left.gif -lib/mozilla/res/samples/sampleimages/up.gif -lib/mozilla/res/samples/sampleimages/bongo.gif -lib/mozilla/res/samples/colorpicker.xul -lib/mozilla/res/samples/dexanimmaster.xul -lib/mozilla/res/samples/dexanimdialog.xul -lib/mozilla/res/samples/dexparammaster.xul -lib/mozilla/res/samples/dexparamdialog.xul -lib/mozilla/res/samples/dexparamdialog.html -lib/mozilla/res/samples/dexsimplemaster.xul -lib/mozilla/res/samples/dexsimpledialog.xul -lib/mozilla/res/samples/tab.xul -lib/mozilla/res/samples/dexopenchrome.xul -lib/mozilla/res/samples/hidetoolicon.xul -lib/mozilla/res/samples/hidetoolicon.css -lib/mozilla/res/samples/xpmenu.xul -lib/mozilla/res/samples/default.htm -lib/mozilla/res/samples/search.js -lib/mozilla/res/samples/search.css -lib/mozilla/res/samples/search.xul -lib/mozilla/res/samples/shared.js -lib/mozilla/res/samples/find.js -lib/mozilla/res/samples/find.xul -lib/mozilla/res/samples/findresults.css -lib/mozilla/res/samples/findresults.xul -lib/mozilla/res/samples/icons.css -lib/mozilla/res/samples/internet.css -lib/mozilla/res/samples/internet.js -lib/mozilla/res/samples/internet.xul -lib/mozilla/res/samples/internetresults.css -lib/mozilla/res/samples/internetresults.js -lib/mozilla/res/samples/internetresults.xul -lib/mozilla/res/test.properties -lib/mozilla/res/unixcharset.properties -lib/mozilla/res/charsetalias.properties -lib/mozilla/res/entityTables/html40Latin1.properties -lib/mozilla/res/strres.properties -lib/mozilla/res/strres-test.html -lib/mozilla/res/strres-test.xul -lib/mozilla/res/strres-test.dtd -lib/mozilla/res/strres-test.js -lib/mozilla/res/html/broken-image.gif -lib/mozilla/res/html/empty_doc.html -lib/mozilla/res/ua.css -lib/mozilla/res/arrow.gif -lib/mozilla/res/rdf/article.gif -lib/mozilla/res/rdf/document.gif -lib/mozilla/res/rdf/folder-closed.gif -lib/mozilla/res/rdf/folder-open.gif -lib/mozilla/res/rdf/loading.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/ignore-test.xul -lib/mozilla/res/rdf/xpidl-test-1.xul -lib/mozilla/res/rdf/datasets/AOL_NetFind.gif -lib/mozilla/res/rdf/datasets/AOL_NetFind.src -lib/mozilla/res/rdf/datasets/Excite.gif -lib/mozilla/res/rdf/datasets/Excite.src -lib/mozilla/res/rdf/datasets/Google.gif -lib/mozilla/res/rdf/datasets/Google.src -lib/mozilla/res/rdf/datasets/GoTo.com.gif -lib/mozilla/res/rdf/datasets/GoTo.com.src -lib/mozilla/res/rdf/datasets/HotBot.gif -lib/mozilla/res/rdf/datasets/HotBot.src -lib/mozilla/res/rdf/datasets/LookSmart.gif -lib/mozilla/res/rdf/datasets/LookSmart.src -lib/mozilla/res/rdf/datasets/Lycos.gif -lib/mozilla/res/rdf/datasets/Lycos.src -lib/mozilla/res/rdf/datasets/Netscape_Open_Directory.gif -lib/mozilla/res/rdf/datasets/Netscape_Open_Directory.src -lib/mozilla/res/rdf/datasets/Snap.com.gif -lib/mozilla/res/rdf/datasets/Snap.com.src -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/throbber/throbbingN.gif -lib/mozilla/res/viewer.properties -lib/mozilla/res/xpinstall/progress.xul -lib/mozilla/res/xpinstall/progress.html -lib/mozilla/res/xpinstall/progress.css -lib/mozilla/res/xpinstall/SoftwareUpdates.rdf -lib/mozilla/res/xpinstall/SoftwareUpdate-Source-1.rdf -lib/mozilla/res/xpinstall/notification.gif -lib/mozilla/res/toolbar/Mail_Forward.gif -lib/mozilla/res/toolbar/Mail_GetMsg.gif -lib/mozilla/res/toolbar/Mail_NewMsg.gif -lib/mozilla/res/toolbar/Mail_Reply.gif -lib/mozilla/res/toolbar/Mail_SendMsg.gif -lib/mozilla/res/toolbar/DialogAddrIcon.gif -lib/mozilla/res/toolbar/DialogAddrIcon_mo.gif -lib/mozilla/res/toolbar/DialogCompIcon.gif -lib/mozilla/res/toolbar/DialogCompIcon_mo.gif -lib/mozilla/res/toolbar/DialogMailIcon.gif -lib/mozilla/res/toolbar/DialogMailIcon_mo.gif -lib/mozilla/res/toolbar/DialogNavIcon.gif -lib/mozilla/res/toolbar/DialogNavIcon_mo.gif -lib/mozilla/res/toolbar/TB_Back.gif -lib/mozilla/res/toolbar/TB_Back_dis.gif -lib/mozilla/res/toolbar/TB_Back_mo.gif -lib/mozilla/res/toolbar/TB_Bookmarks.gif -lib/mozilla/res/toolbar/TB_Edit.gif -lib/mozilla/res/toolbar/TB_Bookmarks_mo.gif -lib/mozilla/res/toolbar/TB_Forward.gif -lib/mozilla/res/toolbar/TB_Forward_dis.gif -lib/mozilla/res/toolbar/TB_Forward_mo.gif -lib/mozilla/res/toolbar/TB_Home.gif -lib/mozilla/res/toolbar/TB_Home_mo.gif -lib/mozilla/res/toolbar/TB_HTab.gif -lib/mozilla/res/toolbar/TB_HTab_mo.gif -lib/mozilla/res/toolbar/TB_LoadImages.gif -lib/mozilla/res/toolbar/TB_Location.gif -lib/mozilla/res/toolbar/TB_Location_mo.gif -lib/mozilla/res/toolbar/TB_MiniAddr.gif -lib/mozilla/res/toolbar/TB_MiniComp.gif -lib/mozilla/res/toolbar/TB_MiniMail.gif -lib/mozilla/res/toolbar/TB_MiniNav.gif -lib/mozilla/res/toolbar/TB_MiniTab.gif -lib/mozilla/res/toolbar/TB_MixSecurity.gif -lib/mozilla/res/toolbar/TB_Netscape.gif -lib/mozilla/res/toolbar/TB_Netscape_mo.gif -lib/mozilla/res/toolbar/TB_PersonalIcon.gif -lib/mozilla/res/toolbar/TB_Places.gif -lib/mozilla/res/toolbar/TB_Places_mo.gif -lib/mozilla/res/toolbar/TB_popup.gif -lib/mozilla/res/toolbar/TB_Print.gif -lib/mozilla/res/toolbar/TB_Print_mo.gif -lib/mozilla/res/toolbar/TB_Reload.gif -lib/mozilla/res/toolbar/TB_Reload_mo.gif -lib/mozilla/res/toolbar/TB_Search.gif -lib/mozilla/res/toolbar/TB_Search_mo.gif -lib/mozilla/res/toolbar/TB_Secure.gif -lib/mozilla/res/toolbar/TB_Secure_mo.gif -lib/mozilla/res/toolbar/TB_Stop.gif -lib/mozilla/res/toolbar/TB_Stop_dis.gif -lib/mozilla/res/toolbar/TB_Stop_mo.gif -lib/mozilla/res/toolbar/TB_Tab.gif -lib/mozilla/res/toolbar/TB_TabSmall.gif -lib/mozilla/res/toolbar/TB_TabSmall_mo.gif -lib/mozilla/res/toolbar/TB_Tab_mo.gif -lib/mozilla/res/toolbar/TB_Unsecure.gif -lib/mozilla/res/toolbar/TB_WhatsRelated.gif -lib/mozilla/res/toolbar/TB_WhatsRelated_mo.gif -lib/mozilla/res/toolbar/StatusBar-insecure.gif -lib/mozilla/res/toolbar/StatusBar-secure.gif -lib/mozilla/res/toolbar/TB_NewBack.gif -lib/mozilla/res/toolbar/TB_NewForward.gif -lib/mozilla/res/toolbar/TB_NewReload.gif -lib/mozilla/res/toolbar/TB_NewStop.gif -lib/mozilla/res/toolbar/TB_NewHome.gif -lib/mozilla/res/toolbar/TB_NewPrint.gif -lib/mozilla/res/toolbar/grippy-horizontal-before.gif -lib/mozilla/res/toolbar/grippy-horizontal-after.gif -lib/mozilla/res/toolbar/grippy-vertical-before.gif -lib/mozilla/res/toolbar/grippy-vertical-after.gif -lib/mozilla/res/FieldSchema.tbl -lib/mozilla/res/URLFieldSchema.tbl -lib/mozilla/res/SchemaConcat.tbl -lib/mozilla/res/mailnews/tests/AccountManagerTest.xul -lib/mozilla/res/mailnews/tests/AccountManagerTest.js -lib/mozilla/libappcores.so -lib/mozilla/libgfx_gtk.so -lib/mozilla/libjsdom.so -lib/mozilla/libmozjs.so -lib/mozilla/libmsgbaseutil.so -lib/mozilla/libnsappshell.so -lib/mozilla/libnspr3.so -lib/mozilla/libplc3.so -lib/mozilla/libplds3.so -lib/mozilla/libraptorgfx.so -lib/mozilla/libraptorhtmlpars.so -lib/mozilla/libraptorplugin.so -lib/mozilla/libraptorwebwidget.so -lib/mozilla/libsecfree.so -lib/mozilla/libtestdynamic.so -lib/mozilla/libwidget_gtk.so -lib/mozilla/libxlibrgb.so -lib/mozilla/libxpcom.so -lib/mozilla/lots -lib/mozilla/mozilla-apprunner.sh -lib/mozilla/nsinstall -lib/mozilla/mozilla-config -lib/mozilla/mozilla-viewer.sh -lib/mozilla/netscape.cfg -lib/mozilla/pop3Test -lib/mozilla/proxytests -lib/mozilla/rdfcat -lib/mozilla/rdfpoll -lib/mozilla/regExport -lib/mozilla/regxpcom -lib/mozilla/run-mozilla.sh -lib/mozilla/smtpTest -lib/mozilla/testimap -lib/mozilla/testmailnews -lib/mozilla/testxpc.js -lib/mozilla/urltest -lib/mozilla/viewer -lib/mozilla/viewer_gtk -lib/mozilla/vreg -lib/mozilla/xpcshell -lib/mozilla/xpctest_array.js -lib/mozilla/xpctest_echo.js -lib/mozilla/xpctest_enum_create.js -lib/mozilla/xpctest_ids.js -lib/mozilla/xpctest_overloaded.js -lib/mozilla/xpctest_primitives.js -lib/mozilla/xpidl -lib/mozilla/xpt_dump -lib/mozilla/xpt_link -lib/mozilla/component.reg -@dirrm lib/mozilla/res/xpinstall -@dirrm lib/mozilla/res/toolbar -@dirrm lib/mozilla/res/throbber -@dirrm lib/mozilla/res/samples/sampleimages -@dirrm lib/mozilla/res/samples/rdf -@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/defaults/profile -@dirrm lib/mozilla/defaults/pref -@dirrm lib/mozilla/defaults -@dirrm lib/mozilla/components -@dirrm lib/mozilla/chrome/xpinstall/locale/en-US -@dirrm lib/mozilla/chrome/xpinstall/locale -@dirrm lib/mozilla/chrome/xpinstall -@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/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/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/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/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 diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile deleted file mode 100644 index 682391d27837..000000000000 --- a/www/seamonkey2/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: mozilla -# Version required: M10 -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD$ -# - -DISTNAME= mozilla-source-M10 -PKGNAME= mozilla-M10 -CATEGORIES= www -MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/m10/src/ - -MAINTAINER= reg@shale.csir.co.za - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - ORBit.2:${PORTSDIR}/devel/ORBit - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -WRKSRC= ${WRKDIR}/mozilla -USE_X_PREFIX= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_NEWGCC= yes -CONFIGURE_ARGS= \ - --disable-cpp-rtti \ - --disable-md \ - --disable-pedantic \ - --disable-xterm-updates \ - --enable-cpp-exceptions \ - --enable-debug \ - --enable-double-buffer \ - --enable-editor \ - --enable-idltool \ - --enable-mailnews \ - --enable-optimize \ - --enable-pics \ - --enable-tests \ - --enable-toolkit=gtk \ - --disable-debug \ - --enable-x11-shm \ - --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}" - -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 9bed47434dd0..000000000000 --- a/www/seamonkey2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mozilla-source-M10.tar.gz) = 3c0d510a04ad3499e9b5c23ffea73e0e diff --git a/www/seamonkey2/files/patch-mi b/www/seamonkey2/files/patch-mi deleted file mode 100644 index 51da7ba70d69..000000000000 --- a/www/seamonkey2/files/patch-mi +++ /dev/null @@ -1,15 +0,0 @@ -This patch make the FreeBSD port build obey the host's local settings -for C, C++ compiler and (optimization) flags. ---- nsprpub/config/FreeBSD.mk.orig Wed Apr 21 17:37:37 1999 -+++ nsprpub/config/FreeBSD.mk Mon Oct 11 13:49:41 1999 -@@ -24,2 +23,0 @@ --CC = gcc --CCC = g++ -@@ -26,0 +25,5 @@ -+CCC = ${CXX} -+ -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = -@@ -31 +33,0 @@ --OS_REL_CFLAGS = -mno-486 -Di386 diff --git a/www/seamonkey2/files/patch-qt b/www/seamonkey2/files/patch-qt deleted file mode 100644 index 352c6117ddc3..000000000000 --- a/www/seamonkey2/files/patch-qt +++ /dev/null @@ -1,8 +0,0 @@ -This patch is not neccessary, since the Qt support in Mozilla appears -broken anyway (Perhaps, it needs Qt-2?). But it should stir the -configure to the right direction... ---- configure.orig Tue Sep 28 17:46:31 1999 -+++ configure Mon Oct 11 15:12:52 1999 -@@ -5342 +5342 @@ -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" 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 ba9fa833f353..000000000000 --- a/www/seamonkey2/pkg-plist +++ /dev/null @@ -1,1242 +0,0 @@ -bin/mozilla -lib/mozilla/CvtURL -lib/mozilla/DumpColors -lib/mozilla/FilesTest -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/TestXPC -lib/mozilla/TestLineBreak -lib/mozilla/TestMSGCompose -lib/mozilla/TestObserverService -lib/mozilla/TestPipes -lib/mozilla/TestProtocols -lib/mozilla/TestRect -lib/mozilla/TestSocketIO -lib/mozilla/TestSocketInput -lib/mozilla/TestSocketTransport -lib/mozilla/TestStreamConv -lib/mozilla/TestTXMgr -lib/mozilla/TestThreads -lib/mozilla/TestXPIDLString -lib/mozilla/TestXPTCInvoke -lib/mozilla/UnicharSelfTest -lib/mozilla/apprunner -lib/mozilla/chrome/registry.rdf -lib/mozilla/chrome/editor/content/default/EditorAppShell.xul -lib/mozilla/chrome/editor/content/default/EditorCommands.js -lib/mozilla/chrome/editor/content/default/TextEditorAppShell.xul -lib/mozilla/chrome/editor/content/default/EditorInitPage.html -lib/mozilla/chrome/editor/content/default/EditorInitPagePlain.html -lib/mozilla/chrome/editor/content/default/EditorStyles1.css -lib/mozilla/chrome/editor/content/default/EditorContent.css -lib/mozilla/chrome/editor/content/default/contentframe.xul -lib/mozilla/chrome/editor/content/default/sidebar-editor.rdf -lib/mozilla/chrome/editor/content/default/sidebar-editor.xul -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/sb-FileWidgetFileHandler.js -lib/mozilla/chrome/editor/content/default/viewsource.xul -lib/mozilla/chrome/editor/content/default/viewsource.js -lib/mozilla/chrome/editor/content/default/editorOverlay.xul -lib/mozilla/chrome/editor/content/default/editorOverlay.js -lib/mozilla/chrome/editor/content/default/EdDialogCommon.js -lib/mozilla/chrome/editor/content/default/EdLinkProps.xul -lib/mozilla/chrome/editor/content/default/EdLinkProps.js -lib/mozilla/chrome/editor/content/default/EdListProps.xul -lib/mozilla/chrome/editor/content/default/EdListProps.js -lib/mozilla/chrome/editor/content/default/EdImageProps.xul -lib/mozilla/chrome/editor/content/default/EdImageProps.js -lib/mozilla/chrome/editor/content/default/EdInsSrc.xul -lib/mozilla/chrome/editor/content/default/EdInsSrc.js -lib/mozilla/chrome/editor/content/default/EdHLineProps.xul -lib/mozilla/chrome/editor/content/default/EdHLineProps.js -lib/mozilla/chrome/editor/content/default/EdSpellCheck.xul -lib/mozilla/chrome/editor/content/default/EdSpellCheck.js -lib/mozilla/chrome/editor/content/default/EdDictionary.xul -lib/mozilla/chrome/editor/content/default/EdDictionary.js -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.xul -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.js -lib/mozilla/chrome/editor/content/default/EdInsertTable.xul -lib/mozilla/chrome/editor/content/default/EdInsertTable.js -lib/mozilla/chrome/editor/content/default/EdTableProps.xul -lib/mozilla/chrome/editor/content/default/EdTableProps.js -lib/mozilla/chrome/editor/content/default/EdMessage.xul -lib/mozilla/chrome/editor/content/default/EdMessage.js -lib/mozilla/chrome/editor/content/default/EdDialogOverlay.xul -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.xul -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.js -lib/mozilla/chrome/editor/skin/default/Editor.css -lib/mozilla/chrome/editor/skin/default/images/ED_Bold.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Bullets.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Left.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Center.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Right.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Justify.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Copy.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Cut.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Outdent.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Find.gif -lib/mozilla/chrome/editor/skin/default/images/ED_HLine.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Image.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Indent.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Italic.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Link.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Numbers.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Paste.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Redo.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Spell.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Table.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Target.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Underline.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Undo.gif -lib/mozilla/chrome/editor/skin/default/images/ED_TextColor.gif -lib/mozilla/chrome/editor/skin/default/images/ED_BackColor.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Align.gif -lib/mozilla/chrome/editor/skin/default/images/ED_ObjectPopup.gif -lib/mozilla/chrome/editor/skin/default/images/ED_NewFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_OpenFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_SaveFile.gif -lib/mozilla/chrome/editor/skin/default/images/ED_SaveMod.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Publish.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Preview.gif -lib/mozilla/chrome/editor/skin/default/images/ED_Print.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignbottom.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignleft.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignmiddle.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgalignright.gif -lib/mozilla/chrome/editor/skin/default/images/ED_imgaligntop.gif -lib/mozilla/chrome/editor/skin/default/EditorDialog.css -lib/mozilla/chrome/editor/locale/en-US/EditorAppShell.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/locale/en-US/editorOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.properties -lib/mozilla/chrome/editor/locale/en-US/EditorHLineProperties.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/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/EdNamedAnchorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EdDialogOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/EdAdvancedEdit.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpinstall.properties -lib/mozilla/chrome/xpinstall/locale/en-US/progress.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpistatus.dtd -lib/mozilla/chrome/profile/content/default/createProfileWizard.js -lib/mozilla/chrome/profile/content/default/createProfileWizard.xul -lib/mozilla/chrome/profile/content/default/profileManager.js -lib/mozilla/chrome/profile/content/default/profileManager.xul -lib/mozilla/chrome/profile/content/default/deleteProfile.xul -lib/mozilla/chrome/profile/content/default/migrateAllProfile.xul -lib/mozilla/chrome/profile/content/default/renameProfile.xul -lib/mozilla/chrome/profile/content/default/newProfile1_1.xul -lib/mozilla/chrome/profile/content/default/newProfile1_2.xul -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.xul -lib/mozilla/chrome/profile/skin/default/profile.css -lib/mozilla/chrome/profile/skin/default/createProfileWizard.css -lib/mozilla/chrome/profile/skin/default/profileManager.css -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.dtd -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/profileManager.dtd -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/profileManagerRename.dtd -lib/mozilla/chrome/profile/locale/en-US/profileMigrationProgress.dtd -lib/mozilla/chrome/navigator/content/default/nsContextMenu.js -lib/mozilla/chrome/navigator/content/default/tooltip.js -lib/mozilla/chrome/navigator/content/default/contentframe.js -lib/mozilla/chrome/navigator/content/default/openLocation.js -lib/mozilla/chrome/navigator/content/default/viewsource.js -lib/mozilla/chrome/navigator/content/default/contentframe.xul -lib/mozilla/chrome/navigator/content/default/navigator.xul -lib/mozilla/chrome/navigator/content/default/navigatorOverlay.xul -lib/mozilla/chrome/navigator/content/default/navigator.js -lib/mozilla/chrome/navigator/content/default/openLocation.xul -lib/mozilla/chrome/navigator/content/default/viewSource.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmYN.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmCheckYN.xul -lib/mozilla/chrome/navigator/skin/default/alertl.gif -lib/mozilla/chrome/navigator/skin/default/errorl.gif -lib/mozilla/chrome/navigator/skin/default/messagel.gif -lib/mozilla/chrome/navigator/skin/default/navigator.css -lib/mozilla/chrome/navigator/skin/default/questionl.gif -lib/mozilla/chrome/navigator/skin/default/contentframe.css -lib/mozilla/chrome/navigator/skin/default/animthrob.gif -lib/mozilla/chrome/navigator/skin/default/animthrob_single.gif -lib/mozilla/chrome/navigator/skin/default/TB_Back.gif -lib/mozilla/chrome/navigator/skin/default/TB_Forward.gif -lib/mozilla/chrome/navigator/skin/default/TB_Home.gif -lib/mozilla/chrome/navigator/skin/default/TB_Location.gif -lib/mozilla/chrome/navigator/skin/default/TB_Location_mo.gif -lib/mozilla/chrome/navigator/skin/default/TB_Netscape.gif -lib/mozilla/chrome/navigator/skin/default/TB_Print.gif -lib/mozilla/chrome/navigator/skin/default/TB_Reload.gif -lib/mozilla/chrome/navigator/skin/default/TB_Search.gif -lib/mozilla/chrome/navigator/skin/default/TB_Stop.gif -lib/mozilla/chrome/navigator/locale/en-US/navigator.dtd -lib/mozilla/chrome/navigator/locale/en-US/openLocation.dtd -lib/mozilla/chrome/navigator/locale/en-US/viewSource.dtd -lib/mozilla/chrome/navigator/locale/en-US/NetSupportConfirmCheckYN.dtd -lib/mozilla/chrome/bookmarks/content/default/bm-panel.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.js -lib/mozilla/chrome/bookmarks/content/default/bookmark-popup.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.html -lib/mozilla/chrome/bookmarks/content/default/bookmarks.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.xul -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/bookmarks/locale/en-US/bm-props.dtd -lib/mozilla/chrome/bookmarks/locale/en-US/bookmarks.dtd -lib/mozilla/chrome/directory/content/default/directory.xul -lib/mozilla/chrome/directory/content/default/directory.js -lib/mozilla/chrome/directory/skin/default/directory.css -lib/mozilla/chrome/directory/locale/en-US/directory.dtd -lib/mozilla/chrome/global/content/default/finddialog.xul -lib/mozilla/chrome/global/content/default/finddialog.js -lib/mozilla/chrome/global/content/default/unknownContent.xul -lib/mozilla/chrome/global/content/default/unknownContent.js -lib/mozilla/chrome/global/content/default/downloadProgress.xul -lib/mozilla/chrome/global/content/default/downloadProgress.js -lib/mozilla/chrome/global/content/default/platformGlobalOverlay.xul -lib/mozilla/chrome/global/content/default/platformDialogOverlay.xul -lib/mozilla/chrome/global/content/default/hiddenWindow.xul -lib/mozilla/chrome/global/content/default/globalOverlay.xul -lib/mozilla/chrome/global/content/default/globalOverlay.js -lib/mozilla/chrome/global/content/default/tasksOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.js -lib/mozilla/chrome/global/content/default/dialogOverlay.xul -lib/mozilla/chrome/global/content/default/dialogOverlay.js -lib/mozilla/chrome/global/content/default/tasksExtension.xul -lib/mozilla/chrome/global/content/default/commonDialog.xul -lib/mozilla/chrome/global/content/default/commonDialog.js -lib/mozilla/chrome/global/content/default/charsetOverlay.xul -lib/mozilla/chrome/global/content/default/charsetOverlay.js -lib/mozilla/chrome/global/content/default/strres.js -lib/mozilla/chrome/global/content/default/about.html -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.js -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.xul -lib/mozilla/chrome/global/locale/en-US/finddialog.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.dtd -lib/mozilla/chrome/global/locale/en-US/platformGlobalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformDialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/globalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/dialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/tasksOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/commonDialog.dtd -lib/mozilla/chrome/global/locale/en-US/charsetOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/charsetDetectorsOverlay.dtd -lib/mozilla/chrome/global/skin/default/dialogs.css -lib/mozilla/chrome/global/skin/default/tasksOverlay.css -lib/mozilla/chrome/global/skin/default/xul.css -lib/mozilla/chrome/global/skin/default/lessCols.gif -lib/mozilla/chrome/global/skin/default/lessCols_mo.gif -lib/mozilla/chrome/global/skin/default/lessCOls_dis.gif -lib/mozilla/chrome/global/skin/default/moreCols.gif -lib/mozilla/chrome/global/skin/default/moreCols_mo.gif -lib/mozilla/chrome/global/skin/default/moreCols_dis.gif -lib/mozilla/chrome/global/skin/default/scrollUp.gif -lib/mozilla/chrome/global/skin/default/scrollUp_mo.gif -lib/mozilla/chrome/global/skin/default/scrollUp_dis.gif -lib/mozilla/chrome/global/skin/default/scrollDown.gif -lib/mozilla/chrome/global/skin/default/scrollDown_mo.gif -lib/mozilla/chrome/global/skin/default/scrollDown_dis.gif -lib/mozilla/chrome/global/skin/default/scroll-left.gif -lib/mozilla/chrome/global/skin/default/scroll-left-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-left-disabled.gif -lib/mozilla/chrome/global/skin/default/menuArrow.gif -lib/mozilla/chrome/global/skin/default/scroll-right.gif -lib/mozilla/chrome/global/skin/default/scroll-right-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-right-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-disabled.gif -lib/mozilla/chrome/global/skin/default/menuArrow_mo.gif -lib/mozilla/chrome/global/skin/default/menuArrow_dis.gif -lib/mozilla/chrome/global/skin/default/menuCheck.gif -lib/mozilla/chrome/global/skin/default/menuCheck_mo.gif -lib/mozilla/chrome/global/skin/default/menuCheck_dis.gif -lib/mozilla/chrome/global/skin/default/opentwisty.gif -lib/mozilla/chrome/global/skin/default/closedtwisty.gif -lib/mozilla/chrome/global/skin/default/alert-icon.gif -lib/mozilla/chrome/global/skin/default/error-icon.gif -lib/mozilla/chrome/global/skin/default/message-icon.gif -lib/mozilla/chrome/global/skin/default/question-icon.gif -lib/mozilla/chrome/global/skin/default/return.gif -lib/mozilla/chrome/global/skin/default/print.gif -lib/mozilla/chrome/global/skin/default/stop.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/TB_MiniAddr.gif -lib/mozilla/chrome/global/skin/default/TB_MiniComp.gif -lib/mozilla/chrome/global/skin/default/TB_MiniMail.gif -lib/mozilla/chrome/global/skin/default/TB_MiniNav.gif -lib/mozilla/chrome/global/skin/default/TB_MiniTab.gif -lib/mozilla/chrome/global/skin/default/TB_Tab.gif -lib/mozilla/chrome/global/skin/default/TB_popup.gif -lib/mozilla/chrome/global/skin/default/TB_Tab_mo.gif -lib/mozilla/chrome/history/content/default/history.xul -lib/mozilla/chrome/history/content/default/history.js -lib/mozilla/chrome/history/content/default/history-test.xul -lib/mozilla/chrome/history/content/default/history-test.js -lib/mozilla/chrome/history/skin/default/history.css -lib/mozilla/chrome/history/locale/en-US/history.dtd -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/dummy-flash.rdf -lib/mozilla/chrome/sidebar/content/default/flash-registry.rdf -lib/mozilla/chrome/sidebar/content/default/flash.js -lib/mozilla/chrome/sidebar/content/default/flash.xul -lib/mozilla/chrome/sidebar/content/default/preview.css -lib/mozilla/chrome/sidebar/content/default/preview.js -lib/mozilla/chrome/sidebar/content/default/preview.xul -lib/mozilla/chrome/sidebar/content/default/sidebar-browser.rdf -lib/mozilla/chrome/sidebar/content/default/sidebar-browser.xul -lib/mozilla/chrome/sidebar/content/default/sidebar-registry.rdf -lib/mozilla/chrome/sidebar/content/default/sidebar.js -lib/mozilla/chrome/sidebar/content/default/sidebar.rdf -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.js -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.xul -lib/mozilla/chrome/sidebar/skin/default/customize-panel.css -lib/mozilla/chrome/sidebar/skin/default/customize.css -lib/mozilla/chrome/sidebar/skin/default/flash.css -lib/mozilla/chrome/sidebar/skin/default/sidebar.css -lib/mozilla/chrome/sidebar/skin/default/sidebarOverlay.css -lib/mozilla/chrome/sidebar/skin/default/corner.gif -lib/mozilla/chrome/sidebar/skin/default/flames.gif -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/showhide.gif -lib/mozilla/chrome/sidebar/skin/default/showhide-inv.gif -lib/mozilla/chrome/sidebar/locale/en-US/customize-panel.dtd -lib/mozilla/chrome/sidebar/locale/en-US/customize.dtd -lib/mozilla/chrome/sidebar/locale/en-US/flash.dtd -lib/mozilla/chrome/sidebar/locale/en-US/preview.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-browser-rdf.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-browser.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebar-registry-rdf.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebarOverlay.dtd -lib/mozilla/chrome/related/content/default/related-panel.xul -lib/mozilla/chrome/related/content/default/related-panel.js -lib/mozilla/chrome/related/skin/default/related-panel.css -lib/mozilla/chrome/related/skin/default/sitemap.gif -lib/mozilla/chrome/related/locale/en-US/related-panel.dtd -lib/mozilla/chrome/regviewer/content/default/regviewer.xul -lib/mozilla/chrome/regviewer/content/default/regviewer.js -lib/mozilla/chrome/regviewer/skin/default/regviewer.css -lib/mozilla/chrome/regviewer/locale/en-US/regviewer.dtd -lib/mozilla/chrome/pref/content/default/PrefsWindow.html -lib/mozilla/chrome/pref/content/default/PrefsWindow.js -lib/mozilla/chrome/pref/content/default/PrefsWindow.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.xul -lib/mozilla/chrome/pref/content/default/pref-colors.xul -lib/mozilla/chrome/pref/content/default/pref-composer.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-fonts.xul -lib/mozilla/chrome/pref/content/default/pref-languages.xul -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.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-select.html -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/preftree.xul -lib/mozilla/chrome/pref/skin/default/pref.css -lib/mozilla/chrome/pref/skin/default/preftree.css -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-colors.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-composer.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-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-smart_browsing.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smartupdate.dtd -lib/mozilla/chrome/pref/locale/en-US/preftree.dtd -lib/mozilla/chrome/wallet/locale/en-US/cookie.properties -lib/mozilla/chrome/wallet/locale/en-US/wallet.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/WalletPreview.properties -lib/mozilla/chrome/wallet/content/default/WalletEditor.xul -lib/mozilla/chrome/wallet/content/default/WalletEditor.js -lib/mozilla/chrome/wallet/content/default/SignonViewer.xul -lib/mozilla/chrome/wallet/content/default/SignonViewer.js -lib/mozilla/chrome/wallet/content/default/CookieViewer.xul -lib/mozilla/chrome/wallet/content/default/CookieViewer.js -lib/mozilla/chrome/wallet/content/default/WalletPreview.xul -lib/mozilla/chrome/wallet/content/default/WalletPreview.js -lib/mozilla/chrome/wallet/skin/default/SignonViewer.css -lib/mozilla/chrome/wallet/skin/default/CookieViewer.css -lib/mozilla/chrome/messenger/content/default/SearchDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchOptions.xul -lib/mozilla/chrome/messenger/content/default/SearchDialog.js -lib/mozilla/chrome/messenger/content/default/FilterListDialog.xul -lib/mozilla/chrome/messenger/content/default/FilterListDialog.js -lib/mozilla/chrome/messenger/content/default/FilterEditor.xul -lib/mozilla/chrome/messenger/content/default/FilterEditor.js -lib/mozilla/chrome/messenger/content/default/AccountManager.xul -lib/mozilla/chrome/messenger/content/default/AccountManager.js -lib/mozilla/chrome/messenger/content/default/am-main.xul -lib/mozilla/chrome/messenger/content/default/am-server.xul -lib/mozilla/chrome/messenger/content/default/am-server.js -lib/mozilla/chrome/messenger/content/default/am-server-top.xul -lib/mozilla/chrome/messenger/content/default/am-copies.xul -lib/mozilla/chrome/messenger/content/default/am-copies.js -lib/mozilla/chrome/messenger/content/default/am-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-smtp.xul -lib/mozilla/chrome/messenger/content/default/pref-mailnews.xul -lib/mozilla/chrome/messenger/content/default/custreceipt.xul -lib/mozilla/chrome/messenger/content/default/pref-winsetting.xul -lib/mozilla/chrome/messenger/content/default/pref-receipts.xul -lib/mozilla/chrome/messenger/content/default/pref-diskspace.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.js -lib/mozilla/chrome/messenger/content/default/aw-accounttype.xul -lib/mozilla/chrome/messenger/content/default/aw-identity.xul -lib/mozilla/chrome/messenger/content/default/aw-server.xul -lib/mozilla/chrome/messenger/content/default/aw-login.xul -lib/mozilla/chrome/messenger/content/default/aw-accname.xul -lib/mozilla/chrome/messenger/content/default/aw-done.xul -lib/mozilla/chrome/messenger/content/default/aw-done.js -lib/mozilla/chrome/messenger/content/default/messenger.xul -lib/mozilla/chrome/messenger/content/default/folderPane.xul -lib/mozilla/chrome/messenger/content/default/threadPane.xul -lib/mozilla/chrome/messenger/content/default/widgetglue.js -lib/mozilla/chrome/messenger/content/default/commandglue.js -lib/mozilla/chrome/messenger/content/default/shareglue.js -lib/mozilla/chrome/messenger/content/default/subscribeDialog.xul -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.xul -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.rdf -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.js -lib/mozilla/chrome/messenger/content/default/msgViewNavigation.js -lib/mozilla/chrome/messenger/content/default/msgMail3PaneWindow.js -lib/mozilla/chrome/messenger/content/default/news-test.xul -lib/mozilla/chrome/messenger/content/default/news-test.js -lib/mozilla/chrome/messenger/content/default/attach.js -lib/mozilla/chrome/messenger/content/default/mime.js -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/custreceipt.dtd -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/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-fullname.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/am-main.dtd -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/am-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-copies.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-server-top.dtd -lib/mozilla/chrome/messenger/locale/en-US/messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/threadpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/folderpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/newFolderNameDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribeDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger-rdf.dtd -lib/mozilla/chrome/messenger/locale/en-US/localMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/vcard.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/imapMsgs.properties -lib/mozilla/chrome/messenger/skin/default/AccountManager.css -lib/mozilla/chrome/messenger/skin/default/wizard.css -lib/mozilla/chrome/messenger/skin/default/winclassic.gif -lib/mozilla/chrome/messenger/skin/default/winwide.gif -lib/mozilla/chrome/messenger/skin/default/messenger.css -lib/mozilla/chrome/messenger/skin/default/folderPane.css -lib/mozilla/chrome/messenger/skin/default/threadPane.css -lib/mozilla/chrome/messenger/skin/default/closedMailFolder.gif -lib/mozilla/chrome/messenger/skin/default/openMailFolder.gif -lib/mozilla/chrome/messenger/skin/default/mailMessage.gif -lib/mozilla/chrome/messenger/skin/default/closedInbox.gif -lib/mozilla/chrome/messenger/skin/default/closedTrash.gif -lib/mozilla/chrome/messenger/skin/default/closedOutbox.gif -lib/mozilla/chrome/messenger/skin/default/getmsg.gif -lib/mozilla/chrome/messenger/skin/default/newmsg.gif -lib/mozilla/chrome/messenger/skin/default/reply.gif -lib/mozilla/chrome/messenger/skin/default/forward.gif -lib/mozilla/chrome/messenger/skin/default/trash.gif -lib/mozilla/chrome/messenger/skin/default/check.gif -lib/mozilla/chrome/messenger/skin/default/dot.gif -lib/mozilla/chrome/messenger/skin/default/subscribe.css -lib/mozilla/chrome/messenger/skin/default/folderHasMail.gif -lib/mozilla/chrome/messenger/skin/default/readcol.gif -lib/mozilla/chrome/messenger/skin/default/readmail.gif -lib/mozilla/chrome/messenger/skin/default/unreadmail.gif -lib/mozilla/chrome/messenger/skin/default/replyall.gif -lib/mozilla/chrome/messenger/skin/default/next.gif -lib/mozilla/chrome/messenger/skin/default/threadcol.gif -lib/mozilla/chrome/messenger/skin/default/unthreadcol.gif -lib/mozilla/chrome/messenger/skin/default/flagcol.gif -lib/mozilla/chrome/messenger/skin/default/flaggedmail.gif -lib/mozilla/chrome/messenger/skin/default/Folder.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraft.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftO.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderDraftShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderFiled.gif -lib/mozilla/chrome/messenger/skin/default/FolderFiledO.gif -lib/mozilla/chrome/messenger/skin/default/FolderInbox.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxO.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderInboxShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderMailServer.gif -lib/mozilla/chrome/messenger/skin/default/FolderNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewO.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewsgroup.gif -lib/mozilla/chrome/messenger/skin/default/FolderNewsgroupNew.gif -lib/mozilla/chrome/messenger/skin/default/FolderO.gif -lib/mozilla/chrome/messenger/skin/default/FolderOutbox.gif -lib/mozilla/chrome/messenger/skin/default/FolderOutboxO.gif -lib/mozilla/chrome/messenger/skin/default/FolderSent.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentO.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderSentShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderServer.gif -lib/mozilla/chrome/messenger/skin/default/FolderServerO.gif -lib/mozilla/chrome/messenger/skin/default/FolderShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplate.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderTemplateShareO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrash.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashO.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashShare.gif -lib/mozilla/chrome/messenger/skin/default/FolderTrashShareO.gif -lib/mozilla/chrome/messenger/skin/default/Server.gif -lib/mozilla/chrome/messenger/skin/default/ServerNews.gif -lib/mozilla/chrome/messenger/skin/default/ServerRemote.gif -lib/mozilla/chrome/messenger/skin/default/ServerNewsLock.gif -lib/mozilla/chrome/messenger/skin/default/newsHost.gif -lib/mozilla/chrome/messenger/skin/default/localMailHost.gif -lib/mozilla/chrome/messenger/skin/default/mailheader-micro.css -lib/mozilla/chrome/messenger/skin/default/mailheader-normal.css -lib/mozilla/chrome/messenger/skin/default/mailheader-all.css -lib/mozilla/chrome/messenger/skin/default/addcard.gif -lib/mozilla/chrome/messenger/skin/default/attach.gif -lib/mozilla/chrome/messenger/skin/default/smile.gif -lib/mozilla/chrome/messenger/skin/default/frown.gif -lib/mozilla/chrome/messenger/skin/default/wink.gif -lib/mozilla/chrome/messenger/skin/default/sick.gif -lib/mozilla/chrome/messenger/skin/default/less.gif -lib/mozilla/chrome/messenger/skin/default/more.gif -lib/mozilla/chrome/messengercompose/content/default/pref-messages.xul -lib/mozilla/chrome/messengercompose/content/default/pref-formatting.xul -lib/mozilla/chrome/messengercompose/content/default/messengercompose.xul -lib/mozilla/chrome/messengercompose/content/default/MsgComposeCommands.js -lib/mozilla/chrome/messengercompose/content/default/defaultTextBody.html -lib/mozilla/chrome/messengercompose/content/default/defaultTextBody.txt -lib/mozilla/chrome/messengercompose/content/default/defaultHtmlBody.html -lib/mozilla/chrome/messengercompose/content/default/addressAutoComplete.js -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.xul -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.xul -lib/mozilla/chrome/messengercompose/locale/en-US/pref-messages.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-formatting.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/messengercompose.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/addressingWidgetOverlay.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/MsgAttachPage.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/composeMsgs.properties -lib/mozilla/chrome/messengercompose/skin/default/messengercompose.css -lib/mozilla/chrome/messengercompose/skin/default/send.gif -lib/mozilla/chrome/messengercompose/skin/default/quote.gif -lib/mozilla/chrome/messengercompose/skin/default/address.gif -lib/mozilla/chrome/messengercompose/skin/default/attach.gif -lib/mozilla/chrome/messengercompose/skin/default/spelling.gif -lib/mozilla/chrome/messengercompose/skin/default/save.gif -lib/mozilla/chrome/messengercompose/skin/default/stop.gif -lib/mozilla/chrome/addressbook/content/default/pref-addressing.xul -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/locale/en-US/pref-addressing.dtd -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/skin/default/addressbook.css -lib/mozilla/chrome/addressbook/skin/default/newcard.gif -lib/mozilla/chrome/addressbook/skin/default/newlist.gif -lib/mozilla/chrome/addressbook/skin/default/property.gif -lib/mozilla/chrome/addressbook/skin/default/abnewmsg.gif -lib/mozilla/chrome/addressbook/skin/default/person.gif -lib/mozilla/chrome/addressbook/skin/default/list.gif -lib/mozilla/chrome/addressbook/skin/default/myaddrbk.gif -lib/mozilla/components/libsample.so -lib/mozilla/components/libnecko.so -lib/mozilla/components/libnecko_about.so -lib/mozilla/components/libnecko_data.so -lib/mozilla/components/libnecko_file.so -lib/mozilla/components/libnecko_resource.so -lib/mozilla/components/libnecko_ftp.so -lib/mozilla/components/libnecko_http.so -lib/mozilla/components/libmimetype.so -lib/mozilla/components/libstreamconv.so -lib/mozilla/components/libconverters.so -lib/mozilla/components/libuconv.so -lib/mozilla/components/libucvja.so -lib/mozilla/components/libucvcn.so -lib/mozilla/components/libucvlatin.so -lib/mozilla/components/libucvtw.so -lib/mozilla/components/libucvtw2.so -lib/mozilla/components/libucvko.so -lib/mozilla/components/libunicharutil.so -lib/mozilla/components/liblwbrk.so -lib/mozilla/components/libnslocale.so -lib/mozilla/components/libstrres.so -lib/mozilla/components/libchardet.so -lib/mozilla/components/libxpconnect.so -lib/mozilla/components/libjsloader.so -lib/mozilla/components/libxpctest.so -lib/mozilla/components/libpref.so -lib/mozilla/components/libnsgif.so -lib/mozilla/components/libnspng.so -lib/mozilla/components/libnsjpg.so -lib/mozilla/components/libjar50.so -lib/mozilla/components/libcaps.so -lib/mozilla/components/libgfxps.so -lib/mozilla/components/libjsurl.so -lib/mozilla/components/libraptorview.so -lib/mozilla/components/libtoolkit_service.so -lib/mozilla/components/libraptorhtml.so -lib/mozilla/components/libmork.so -lib/mozilla/components/libchrome.so -lib/mozilla/components/librdf.so -lib/mozilla/components/librdfdomds.so -lib/mozilla/components/libender.so -lib/mozilla/components/libtxmgr.so -lib/mozilla/components/libtxtsvc.so -lib/mozilla/components/libnsxpi.so -lib/mozilla/components/libxpiflash.so -lib/mozilla/components/libprofile.so -lib/mozilla/components/libnsprefm.so -lib/mozilla/components/libmozbrwsr.so -lib/mozilla/components/libbookmarks.so -lib/mozilla/components/libdirectory.so -lib/mozilla/components/libmozfind.so -lib/mozilla/components/libhistory.so -lib/mozilla/components/libsearch.so -lib/mozilla/components/librelated.so -lib/mozilla/components/libregviewer.so -lib/mozilla/components/libmozucth.so -lib/mozilla/components/libmozxfer.so -lib/mozilla/components/libprefwindow.so -lib/mozilla/components/libcookie.so -lib/mozilla/components/libwallet.so -lib/mozilla/components/libwalletviewers.so -lib/mozilla/components/libmailnews.so -lib/mozilla/components/libmsgdb.so -lib/mozilla/components/libmsgnews.so -lib/mozilla/components/liblocalmail.so -lib/mozilla/components/libmsgcompose.so -lib/mozilla/components/libmime.so -lib/mozilla/components/libmimeemitter.so -lib/mozilla/components/libvcard.so -lib/mozilla/components/libmsgimap.so -lib/mozilla/components/libaddrbook.so -lib/mozilla/components/xpcom_base.xpt -lib/mozilla/components/xpcom_ds.xpt -lib/mozilla/components/xpcom_io.xpt -lib/mozilla/components/xpcom_components.xpt -lib/mozilla/components/nsCategoryManager.js -lib/mozilla/components/xpcom_threads.xpt -lib/mozilla/components/proxyObjInst.xpt -lib/mozilla/components/proxytest.xpt -lib/mozilla/components/sample.xpt -lib/mozilla/components/nsSample.js -lib/mozilla/components/necko_base.xpt -lib/mozilla/components/mime.xpt -lib/mozilla/components/necko_dns.xpt -lib/mozilla/components/necko_socket.xpt -lib/mozilla/components/necko_about.xpt -lib/mozilla/components/necko_data.xpt -lib/mozilla/components/necko_file.xpt -lib/mozilla/components/necko_ftp.xpt -lib/mozilla/components/necko_http.xpt -lib/mozilla/components/necko_stream_converter.xpt -lib/mozilla/components/util.xpt -lib/mozilla/components/uconv.xpt -lib/mozilla/components/unicharutil.xpt -lib/mozilla/components/locale.xpt -lib/mozilla/components/intl.xpt -lib/mozilla/components/xpconnect.xpt -lib/mozilla/components/pref.xpt -lib/mozilla/components/oji.xpt -lib/mozilla/components/jar.xpt -lib/mozilla/components/caps.xpt -lib/mozilla/components/gfx.xpt -lib/mozilla/components/dom.xpt -lib/mozilla/components/widget.xpt -lib/mozilla/components/rdf.xpt -lib/mozilla/components/rdfdomds.xpt -lib/mozilla/components/editor.xpt -lib/mozilla/components/txmgr.xpt -lib/mozilla/components/nsxpi.xpt -lib/mozilla/components/profile.xpt -lib/mozilla/components/prefmigr.xpt -lib/mozilla/components/appshell.xpt -lib/mozilla/components/appcores.xpt -lib/mozilla/components/mozbrwsr.xpt -lib/mozilla/components/mozcomps.xpt -lib/mozilla/components/bookmarks.xpt -lib/mozilla/components/directory.xpt -lib/mozilla/components/mozfind.xpt -lib/mozilla/components/history.xpt -lib/mozilla/components/search.xpt -lib/mozilla/components/related.xpt -lib/mozilla/components/regviewer.xpt -lib/mozilla/components/mozucth.xpt -lib/mozilla/components/mozxfer.xpt -lib/mozilla/components/prefwindow.xpt -lib/mozilla/components/walleteditor.xpt -lib/mozilla/components/signonviewer.xpt -lib/mozilla/components/cookieviewer.xpt -lib/mozilla/components/walletpreview.xpt -lib/mozilla/components/mailnews.xpt -lib/mozilla/components/msgbase.xpt -lib/mozilla/components/msgsearch.xpt -lib/mozilla/components/msgdb.xpt -lib/mozilla/components/msgnews.xpt -lib/mozilla/components/msglocal.xpt -lib/mozilla/components/msgcompose.xpt -lib/mozilla/components/msgimap.xpt -lib/mozilla/components/addrbook.xpt -lib/mozilla/defaults/pref/initpref.js -lib/mozilla/defaults/pref/all.js -lib/mozilla/defaults/pref/mailnews.js -lib/mozilla/defaults/pref/editor.js -lib/mozilla/defaults/pref/config.js -lib/mozilla/defaults/pref/unix.js -lib/mozilla/defaults/pref/xpinstall.js -lib/mozilla/defaults/profile/bookmarks.html -lib/mozilla/htmlrobot -lib/mozilla/libDebugRobot.so -lib/mozilla/libMyService.so -lib/mozilla/res/samples/xpconnect-sample.html -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.xul -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.css -lib/mozilla/res/samples/rdf/DOMDataSourceViewer.js -lib/mozilla/res/samples/rdf/DOMTree.xul -lib/mozilla/res/samples/rdf/domviewer.html -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.xul -lib/mozilla/res/samples/treeTest1.css -lib/mozilla/res/samples/sliderTest1.xul -lib/mozilla/res/samples/scrollbarTest1.xul -lib/mozilla/res/samples/scrollbarTest2.xul -lib/mozilla/res/samples/find.html -lib/mozilla/res/samples/printsetup.html -lib/mozilla/res/samples/image_props.html -lib/mozilla/res/samples/aform.css -lib/mozilla/res/samples/bform.css -lib/mozilla/res/samples/cform.css -lib/mozilla/res/samples/bg.jpg -lib/mozilla/res/samples/demoform.css -lib/mozilla/res/samples/mozform.css -lib/mozilla/res/samples/xulTest.css -lib/mozilla/res/samples/Anieyes.gif -lib/mozilla/res/samples/gear1.gif -lib/mozilla/res/samples/rock_gra.gif -lib/mozilla/res/samples/beeptest.html -lib/mozilla/res/samples/soundtest.html -lib/mozilla/res/samples/raptor.jpg -lib/mozilla/res/samples/test.wav -lib/mozilla/res/samples/checkboxTest.xul -lib/mozilla/res/samples/sampleimages/right.gif -lib/mozilla/res/samples/sampleimages/down.gif -lib/mozilla/res/samples/sampleimages/left.gif -lib/mozilla/res/samples/sampleimages/up.gif -lib/mozilla/res/samples/sampleimages/bongo.gif -lib/mozilla/res/samples/colorpicker.xul -lib/mozilla/res/samples/dexanimmaster.xul -lib/mozilla/res/samples/dexanimdialog.xul -lib/mozilla/res/samples/dexparammaster.xul -lib/mozilla/res/samples/dexparamdialog.xul -lib/mozilla/res/samples/dexparamdialog.html -lib/mozilla/res/samples/dexsimplemaster.xul -lib/mozilla/res/samples/dexsimpledialog.xul -lib/mozilla/res/samples/tab.xul -lib/mozilla/res/samples/dexopenchrome.xul -lib/mozilla/res/samples/hidetoolicon.xul -lib/mozilla/res/samples/hidetoolicon.css -lib/mozilla/res/samples/xpmenu.xul -lib/mozilla/res/samples/default.htm -lib/mozilla/res/samples/search.js -lib/mozilla/res/samples/search.css -lib/mozilla/res/samples/search.xul -lib/mozilla/res/samples/shared.js -lib/mozilla/res/samples/find.js -lib/mozilla/res/samples/find.xul -lib/mozilla/res/samples/findresults.css -lib/mozilla/res/samples/findresults.xul -lib/mozilla/res/samples/icons.css -lib/mozilla/res/samples/internet.css -lib/mozilla/res/samples/internet.js -lib/mozilla/res/samples/internet.xul -lib/mozilla/res/samples/internetresults.css -lib/mozilla/res/samples/internetresults.js -lib/mozilla/res/samples/internetresults.xul -lib/mozilla/res/test.properties -lib/mozilla/res/unixcharset.properties -lib/mozilla/res/charsetalias.properties -lib/mozilla/res/entityTables/html40Latin1.properties -lib/mozilla/res/strres.properties -lib/mozilla/res/strres-test.html -lib/mozilla/res/strres-test.xul -lib/mozilla/res/strres-test.dtd -lib/mozilla/res/strres-test.js -lib/mozilla/res/html/broken-image.gif -lib/mozilla/res/html/empty_doc.html -lib/mozilla/res/ua.css -lib/mozilla/res/arrow.gif -lib/mozilla/res/rdf/article.gif -lib/mozilla/res/rdf/document.gif -lib/mozilla/res/rdf/folder-closed.gif -lib/mozilla/res/rdf/folder-open.gif -lib/mozilla/res/rdf/loading.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/ignore-test.xul -lib/mozilla/res/rdf/xpidl-test-1.xul -lib/mozilla/res/rdf/datasets/AOL_NetFind.gif -lib/mozilla/res/rdf/datasets/AOL_NetFind.src -lib/mozilla/res/rdf/datasets/Excite.gif -lib/mozilla/res/rdf/datasets/Excite.src -lib/mozilla/res/rdf/datasets/Google.gif -lib/mozilla/res/rdf/datasets/Google.src -lib/mozilla/res/rdf/datasets/GoTo.com.gif -lib/mozilla/res/rdf/datasets/GoTo.com.src -lib/mozilla/res/rdf/datasets/HotBot.gif -lib/mozilla/res/rdf/datasets/HotBot.src -lib/mozilla/res/rdf/datasets/LookSmart.gif -lib/mozilla/res/rdf/datasets/LookSmart.src -lib/mozilla/res/rdf/datasets/Lycos.gif -lib/mozilla/res/rdf/datasets/Lycos.src -lib/mozilla/res/rdf/datasets/Netscape_Open_Directory.gif -lib/mozilla/res/rdf/datasets/Netscape_Open_Directory.src -lib/mozilla/res/rdf/datasets/Snap.com.gif -lib/mozilla/res/rdf/datasets/Snap.com.src -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/throbber/throbbingN.gif -lib/mozilla/res/viewer.properties -lib/mozilla/res/xpinstall/progress.xul -lib/mozilla/res/xpinstall/progress.html -lib/mozilla/res/xpinstall/progress.css -lib/mozilla/res/xpinstall/SoftwareUpdates.rdf -lib/mozilla/res/xpinstall/SoftwareUpdate-Source-1.rdf -lib/mozilla/res/xpinstall/notification.gif -lib/mozilla/res/toolbar/Mail_Forward.gif -lib/mozilla/res/toolbar/Mail_GetMsg.gif -lib/mozilla/res/toolbar/Mail_NewMsg.gif -lib/mozilla/res/toolbar/Mail_Reply.gif -lib/mozilla/res/toolbar/Mail_SendMsg.gif -lib/mozilla/res/toolbar/DialogAddrIcon.gif -lib/mozilla/res/toolbar/DialogAddrIcon_mo.gif -lib/mozilla/res/toolbar/DialogCompIcon.gif -lib/mozilla/res/toolbar/DialogCompIcon_mo.gif -lib/mozilla/res/toolbar/DialogMailIcon.gif -lib/mozilla/res/toolbar/DialogMailIcon_mo.gif -lib/mozilla/res/toolbar/DialogNavIcon.gif -lib/mozilla/res/toolbar/DialogNavIcon_mo.gif -lib/mozilla/res/toolbar/TB_Back.gif -lib/mozilla/res/toolbar/TB_Back_dis.gif -lib/mozilla/res/toolbar/TB_Back_mo.gif -lib/mozilla/res/toolbar/TB_Bookmarks.gif -lib/mozilla/res/toolbar/TB_Edit.gif -lib/mozilla/res/toolbar/TB_Bookmarks_mo.gif -lib/mozilla/res/toolbar/TB_Forward.gif -lib/mozilla/res/toolbar/TB_Forward_dis.gif -lib/mozilla/res/toolbar/TB_Forward_mo.gif -lib/mozilla/res/toolbar/TB_Home.gif -lib/mozilla/res/toolbar/TB_Home_mo.gif -lib/mozilla/res/toolbar/TB_HTab.gif -lib/mozilla/res/toolbar/TB_HTab_mo.gif -lib/mozilla/res/toolbar/TB_LoadImages.gif -lib/mozilla/res/toolbar/TB_Location.gif -lib/mozilla/res/toolbar/TB_Location_mo.gif -lib/mozilla/res/toolbar/TB_MiniAddr.gif -lib/mozilla/res/toolbar/TB_MiniComp.gif -lib/mozilla/res/toolbar/TB_MiniMail.gif -lib/mozilla/res/toolbar/TB_MiniNav.gif -lib/mozilla/res/toolbar/TB_MiniTab.gif -lib/mozilla/res/toolbar/TB_MixSecurity.gif -lib/mozilla/res/toolbar/TB_Netscape.gif -lib/mozilla/res/toolbar/TB_Netscape_mo.gif -lib/mozilla/res/toolbar/TB_PersonalIcon.gif -lib/mozilla/res/toolbar/TB_Places.gif -lib/mozilla/res/toolbar/TB_Places_mo.gif -lib/mozilla/res/toolbar/TB_popup.gif -lib/mozilla/res/toolbar/TB_Print.gif -lib/mozilla/res/toolbar/TB_Print_mo.gif -lib/mozilla/res/toolbar/TB_Reload.gif -lib/mozilla/res/toolbar/TB_Reload_mo.gif -lib/mozilla/res/toolbar/TB_Search.gif -lib/mozilla/res/toolbar/TB_Search_mo.gif -lib/mozilla/res/toolbar/TB_Secure.gif -lib/mozilla/res/toolbar/TB_Secure_mo.gif -lib/mozilla/res/toolbar/TB_Stop.gif -lib/mozilla/res/toolbar/TB_Stop_dis.gif -lib/mozilla/res/toolbar/TB_Stop_mo.gif -lib/mozilla/res/toolbar/TB_Tab.gif -lib/mozilla/res/toolbar/TB_TabSmall.gif -lib/mozilla/res/toolbar/TB_TabSmall_mo.gif -lib/mozilla/res/toolbar/TB_Tab_mo.gif -lib/mozilla/res/toolbar/TB_Unsecure.gif -lib/mozilla/res/toolbar/TB_WhatsRelated.gif -lib/mozilla/res/toolbar/TB_WhatsRelated_mo.gif -lib/mozilla/res/toolbar/StatusBar-insecure.gif -lib/mozilla/res/toolbar/StatusBar-secure.gif -lib/mozilla/res/toolbar/TB_NewBack.gif -lib/mozilla/res/toolbar/TB_NewForward.gif -lib/mozilla/res/toolbar/TB_NewReload.gif -lib/mozilla/res/toolbar/TB_NewStop.gif -lib/mozilla/res/toolbar/TB_NewHome.gif -lib/mozilla/res/toolbar/TB_NewPrint.gif -lib/mozilla/res/toolbar/grippy-horizontal-before.gif -lib/mozilla/res/toolbar/grippy-horizontal-after.gif -lib/mozilla/res/toolbar/grippy-vertical-before.gif -lib/mozilla/res/toolbar/grippy-vertical-after.gif -lib/mozilla/res/FieldSchema.tbl -lib/mozilla/res/URLFieldSchema.tbl -lib/mozilla/res/SchemaConcat.tbl -lib/mozilla/res/mailnews/tests/AccountManagerTest.xul -lib/mozilla/res/mailnews/tests/AccountManagerTest.js -lib/mozilla/libappcores.so -lib/mozilla/libgfx_gtk.so -lib/mozilla/libjsdom.so -lib/mozilla/libmozjs.so -lib/mozilla/libmsgbaseutil.so -lib/mozilla/libnsappshell.so -lib/mozilla/libnspr3.so -lib/mozilla/libplc3.so -lib/mozilla/libplds3.so -lib/mozilla/libraptorgfx.so -lib/mozilla/libraptorhtmlpars.so -lib/mozilla/libraptorplugin.so -lib/mozilla/libraptorwebwidget.so -lib/mozilla/libsecfree.so -lib/mozilla/libtestdynamic.so -lib/mozilla/libwidget_gtk.so -lib/mozilla/libxlibrgb.so -lib/mozilla/libxpcom.so -lib/mozilla/lots -lib/mozilla/mozilla-apprunner.sh -lib/mozilla/nsinstall -lib/mozilla/mozilla-config -lib/mozilla/mozilla-viewer.sh -lib/mozilla/netscape.cfg -lib/mozilla/pop3Test -lib/mozilla/proxytests -lib/mozilla/rdfcat -lib/mozilla/rdfpoll -lib/mozilla/regExport -lib/mozilla/regxpcom -lib/mozilla/run-mozilla.sh -lib/mozilla/smtpTest -lib/mozilla/testimap -lib/mozilla/testmailnews -lib/mozilla/testxpc.js -lib/mozilla/urltest -lib/mozilla/viewer -lib/mozilla/viewer_gtk -lib/mozilla/vreg -lib/mozilla/xpcshell -lib/mozilla/xpctest_array.js -lib/mozilla/xpctest_echo.js -lib/mozilla/xpctest_enum_create.js -lib/mozilla/xpctest_ids.js -lib/mozilla/xpctest_overloaded.js -lib/mozilla/xpctest_primitives.js -lib/mozilla/xpidl -lib/mozilla/xpt_dump -lib/mozilla/xpt_link -lib/mozilla/component.reg -@dirrm lib/mozilla/res/xpinstall -@dirrm lib/mozilla/res/toolbar -@dirrm lib/mozilla/res/throbber -@dirrm lib/mozilla/res/samples/sampleimages -@dirrm lib/mozilla/res/samples/rdf -@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/defaults/profile -@dirrm lib/mozilla/defaults/pref -@dirrm lib/mozilla/defaults -@dirrm lib/mozilla/components -@dirrm lib/mozilla/chrome/xpinstall/locale/en-US -@dirrm lib/mozilla/chrome/xpinstall/locale -@dirrm lib/mozilla/chrome/xpinstall -@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/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/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/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/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 diff --git a/www/squid/Makefile b/www/squid/Makefile deleted file mode 100644 index 8b8db7731173..000000000000 --- a/www/squid/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: squid -# Version required: 2.2.STABLE5 -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -DISTNAME= squid-2.2.STABLE5 -PKGNAME= squid-2.2 -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/ -EXTRACT_SUFX= -src.tar.gz - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.2 -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 -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile -NO_LATEST_LINK= yes - -# 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 -# - 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-leakfinfer is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups - -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 8da19255fb05..000000000000 --- a/www/squid/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (squid2.2/squid-2.2.STABLE5-src.tar.gz) = e5b02867a4c58ac5db191041a9c298b6 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 5f7f4d444dee..000000000000 --- a/www/squid/pkg-plist +++ /dev/null @@ -1,69 +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_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 8b8db7731173..000000000000 --- a/www/squid25/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: squid -# Version required: 2.2.STABLE5 -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -DISTNAME= squid-2.2.STABLE5 -PKGNAME= squid-2.2 -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/ -EXTRACT_SUFX= -src.tar.gz - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.2 -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 -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile -NO_LATEST_LINK= yes - -# 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 -# - 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-leakfinfer is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups - -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 8da19255fb05..000000000000 --- a/www/squid25/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (squid2.2/squid-2.2.STABLE5-src.tar.gz) = e5b02867a4c58ac5db191041a9c298b6 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 5f7f4d444dee..000000000000 --- a/www/squid25/pkg-plist +++ /dev/null @@ -1,69 +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_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 8b8db7731173..000000000000 --- a/www/squid26/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: squid -# Version required: 2.2.STABLE5 -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -DISTNAME= squid-2.2.STABLE5 -PKGNAME= squid-2.2 -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/ -EXTRACT_SUFX= -src.tar.gz - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.2 -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 -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile -NO_LATEST_LINK= yes - -# 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 -# - 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-leakfinfer is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups - -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 8da19255fb05..000000000000 --- a/www/squid26/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (squid2.2/squid-2.2.STABLE5-src.tar.gz) = e5b02867a4c58ac5db191041a9c298b6 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 5f7f4d444dee..000000000000 --- a/www/squid26/pkg-plist +++ /dev/null @@ -1,69 +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_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 8b8db7731173..000000000000 --- a/www/squid27/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: squid -# Version required: 2.2.STABLE5 -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -DISTNAME= squid-2.2.STABLE5 -PKGNAME= squid-2.2 -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/ -EXTRACT_SUFX= -src.tar.gz - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.2 -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 -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile -NO_LATEST_LINK= yes - -# 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 -# - 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-leakfinfer is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups - -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 8da19255fb05..000000000000 --- a/www/squid27/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (squid2.2/squid-2.2.STABLE5-src.tar.gz) = e5b02867a4c58ac5db191041a9c298b6 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 5f7f4d444dee..000000000000 --- a/www/squid27/pkg-plist +++ /dev/null @@ -1,69 +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_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 8b8db7731173..000000000000 --- a/www/squid30/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: squid -# Version required: 2.2.STABLE5 -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -DISTNAME= squid-2.2.STABLE5 -PKGNAME= squid-2.2 -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/ -EXTRACT_SUFX= -src.tar.gz - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.2 -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 -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile -NO_LATEST_LINK= yes - -# 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 -# - 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-leakfinfer is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups - -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 8da19255fb05..000000000000 --- a/www/squid30/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (squid2.2/squid-2.2.STABLE5-src.tar.gz) = e5b02867a4c58ac5db191041a9c298b6 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 5f7f4d444dee..000000000000 --- a/www/squid30/pkg-plist +++ /dev/null @@ -1,69 +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_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 8b8db7731173..000000000000 --- a/www/squid31/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: squid -# Version required: 2.2.STABLE5 -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -DISTNAME= squid-2.2.STABLE5 -PKGNAME= squid-2.2 -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/ -EXTRACT_SUFX= -src.tar.gz - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.2 -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 -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile -NO_LATEST_LINK= yes - -# 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 -# - 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-leakfinfer is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups - -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 8da19255fb05..000000000000 --- a/www/squid31/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (squid2.2/squid-2.2.STABLE5-src.tar.gz) = e5b02867a4c58ac5db191041a9c298b6 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 5f7f4d444dee..000000000000 --- a/www/squid31/pkg-plist +++ /dev/null @@ -1,69 +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_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 c1f8ee7320fd..000000000000 --- a/www/tidy-devel/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: tidy -# Version required: 0.10.99.1 -# Date created: 27 Oct 1998 -# Whom: Abel Chow <achow@transoft.net> -# -# $FreeBSD$ -# - -DISTNAME= tidy22oct99 -PKGNAME= tidy-0.10.99.1 -CATEGORIES= www -MASTER_SITES= http://www.w3.org/People/Raggett/ -EXTRACT_SUFX= .tgz -MAN1= tidy.1 - -MAINTAINER= saken@hotel.rmta.org - -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 04b5ea27f302..000000000000 --- a/www/tidy-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tidy22oct99.tgz) = bef4ee086fc26dd209c02aea4108b81b diff --git a/www/tidy-devel/files/patch-aa b/www/tidy-devel/files/patch-aa deleted file mode 100644 index b07d2911a746..000000000000 --- a/www/tidy-devel/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig Sun Dec 20 13:43:23 1998 -+++ Makefile Sun Dec 20 13:45:24 1998 -@@ -1,8 +1,8 @@ - # Makefile - for tidy - --CC= gcc -+#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 d178ef5b3673..000000000000 --- a/www/tidy-devel/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- platform.h.orig Sat Nov 13 23:41:32 1999 -+++ platform.h Sat Nov 13 23:42:40 1999 -@@ -17,17 +17,17 @@ - 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 --*/ - -+#include <sys/types.h> - #include <ctype.h> - #include <stdio.h> - #include <setjmp.h> /* for longjmp on error exit */ - #include <stdlib.h> - #include <stdarg.h> /* may need <varargs.h> for Unix V */ - #include <string.h> --#include <malloc.h> - #include <assert.h> - - #ifdef SUPPORT_GETPWNAM 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-ad b/www/webalizer/files/patch-ad deleted file mode 100644 index d0c305c1ac57..000000000000 --- a/www/webalizer/files/patch-ad +++ /dev/null @@ -1,38 +0,0 @@ ---- graphs.c.orig Tue Jun 15 06:33:40 1999 -+++ graphs.c Sat Jul 31 10:43:48 1999 -@@ -285,7 +285,7 @@ - /* save gif image */ - if ((out = fopen(fname, "wb")) != NULL) - { -- gdImageGif(im, out); -+ gdImagePng(im, out); - fclose(out); - } - /* deallocate memory */ -@@ -501,7 +501,7 @@ - /* open file for writing */ - if ((out = fopen(fname, "wb")) != NULL) - { -- gdImageGif(im, out); -+ gdImagePng(im, out); - fclose(out); - } - /* deallocate memory */ -@@ -614,7 +614,7 @@ - /* save as gif file */ - if ( (out = fopen(fname, "wb")) != NULL) - { -- gdImageGif(im, out); -+ gdImagePng(im, out); - fclose(out); - } - /* deallocate memory */ -@@ -700,7 +700,7 @@ - /* save gif image */ - if ((out = fopen(fname, "wb")) != NULL) - { -- gdImageGif(im, out); -+ gdImagePng(im, out); - fclose(out); - } - /* deallocate memory */ diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile deleted file mode 100644 index a99067ad9882..000000000000 --- a/www/webcheck/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: linbot -# Version required: 0.8 -# Date created: 19 September 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# -# $FreeBSD$ -# - -DISTNAME= linbot-0.9 -CATEGORIES= www python -MASTER_SITES= http://starship.skyport.net/crew/marduk/linbot/download/ - -MAINTAINER= billf@FreeBSD.org - -RUN_DEPENDS= python:${PORTSDIR}/lang/python - -NO_BUILD= yeah - -MAN1= linbot.1 - -do-install: - ${MKDIR} ${PREFIX}/share/linbot - ${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot - ${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot - ${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1 - ${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 d4638a7e3e8e..000000000000 --- a/www/webcheck/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (linbot-0.9.tar.gz) = a92ef2783e80468f6910188490fb46df 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 021f553c1116..000000000000 --- a/www/webcheck/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -@exec mkdir -p %D/share/linbot -share/linbot/config.py -share/linbot/linbot.py -share/linbot/myUrlLib.py -share/linbot/robotparser.py -share/linbot/linbot.css -@exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot -@unexec rm -rf %D/share/linbot -@unexec rm %D/bin/linbot diff --git a/www/zope210/Makefile b/www/zope210/Makefile deleted file mode 100644 index bd9314dfbeab..000000000000 --- a/www/zope210/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: Zope -# Version required: 2.0.1 -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ - -DISTNAME= Zope-${VERSION}-src -PKGNAME= zope-${VERSION} -CATEGORIES= www python -MASTER_SITES= http://www.zope.org/Products/Zope/${VERSION}/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.ORG - -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= ${PREFIX}/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. -VERSION= 2.0.0b5 -PLIST_SUB= ZOPEBASEDIR=www/Zope-${VERSION} CGIBINDIR=share/apache/cgi-bin VERSION=${VERSION} -WEBBASEDIR?= ${PREFIX}/www -ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION} -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 ; \ - ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ - ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ - ${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-${VERSION}-Changes." ; \ - ${CP} -p ${FILESDIR}/apache.conf.Zope-${VERSION}-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-${VERSION}..." ; \ - ${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-${VERSION}-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 a46aa9babf79..000000000000 --- a/www/zope210/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Zope-2.0.0b5-src.tgz) = 22916a3b0852ee5eba3c2b42e160bc31 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/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 b424c2d1ebd2..000000000000 --- a/www/zope210/pkg-descr +++ /dev/null @@ -1,27 +0,0 @@ -Zope is Copyrighted (C) Digital Creations. All rights reserved. This is -what they themselves say about it: - -"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 2f17d679e5c5..000000000000 --- a/www/zope210/pkg-plist +++ /dev/null @@ -1,1108 +0,0 @@ -etc/apache/apache.conf.Zope-%%VERSION%%-Changes -etc/rc.d/zope.sh -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -%%ZOPEBASEDIR%%/zpasswd.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/w_pcgi.py -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/zProcessManager.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.lock -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.in -@unexec mv -f %D/%%ZOPEBASEDIR%%/var/Data.fs /tmp/Data.fs.bak -%%ZOPEBASEDIR%%/var/.cvsignore -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Test/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/lib/python/zlib.so -%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon.py -%%ZOPEBASEDIR%%/lib/python/zLOG.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/sedscript -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/config.c -%%ZOPEBASEDIR%%/lib/python/cStringIO.so -%%ZOPEBASEDIR%%/lib/python/cPickle.so -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/config.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickle.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/regress -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/.cvsignore -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj.exp -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript -%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.1.0.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.0.1.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Persistence.pyc -%%ZOPEBASEDIR%%/lib/python/Persistence.py -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/pasteDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findOpt.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Makefile -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.pyc -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib104_tar.gz -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h -%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c -%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c -%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/config.c -%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c -%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.sh -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.fl -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/Zope.cgi.orig -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/LICENSE.txt -@dirrm %%ZOPEBASEDIR%%/var -@dirrm %%ZOPEBASEDIR%%/utilities -@dirrm %%ZOPEBASEDIR%%/sbin -@dirrm %%ZOPEBASEDIR%%/pcgi/Win32 -@dirrm %%ZOPEBASEDIR%%/pcgi/Util -@dirrm %%ZOPEBASEDIR%%/pcgi/Test -@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote -@dirrm %%ZOPEBASEDIR%%/pcgi/Example -@dirrm %%ZOPEBASEDIR%%/pcgi -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/src -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@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/ZRDB/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Record -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/ diff --git a/www/zope211/Makefile b/www/zope211/Makefile deleted file mode 100644 index bd9314dfbeab..000000000000 --- a/www/zope211/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: Zope -# Version required: 2.0.1 -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ - -DISTNAME= Zope-${VERSION}-src -PKGNAME= zope-${VERSION} -CATEGORIES= www python -MASTER_SITES= http://www.zope.org/Products/Zope/${VERSION}/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.ORG - -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= ${PREFIX}/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. -VERSION= 2.0.0b5 -PLIST_SUB= ZOPEBASEDIR=www/Zope-${VERSION} CGIBINDIR=share/apache/cgi-bin VERSION=${VERSION} -WEBBASEDIR?= ${PREFIX}/www -ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION} -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 ; \ - ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ - ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ - ${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-${VERSION}-Changes." ; \ - ${CP} -p ${FILESDIR}/apache.conf.Zope-${VERSION}-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-${VERSION}..." ; \ - ${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-${VERSION}-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 a46aa9babf79..000000000000 --- a/www/zope211/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Zope-2.0.0b5-src.tgz) = 22916a3b0852ee5eba3c2b42e160bc31 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/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 b424c2d1ebd2..000000000000 --- a/www/zope211/pkg-descr +++ /dev/null @@ -1,27 +0,0 @@ -Zope is Copyrighted (C) Digital Creations. All rights reserved. This is -what they themselves say about it: - -"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 2f17d679e5c5..000000000000 --- a/www/zope211/pkg-plist +++ /dev/null @@ -1,1108 +0,0 @@ -etc/apache/apache.conf.Zope-%%VERSION%%-Changes -etc/rc.d/zope.sh -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -%%ZOPEBASEDIR%%/zpasswd.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/w_pcgi.py -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/zProcessManager.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.lock -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.in -@unexec mv -f %D/%%ZOPEBASEDIR%%/var/Data.fs /tmp/Data.fs.bak -%%ZOPEBASEDIR%%/var/.cvsignore -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Test/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/lib/python/zlib.so -%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon.py -%%ZOPEBASEDIR%%/lib/python/zLOG.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/sedscript -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/config.c -%%ZOPEBASEDIR%%/lib/python/cStringIO.so -%%ZOPEBASEDIR%%/lib/python/cPickle.so -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/config.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickle.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/regress -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/.cvsignore -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj.exp -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript -%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.1.0.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.0.1.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Persistence.pyc -%%ZOPEBASEDIR%%/lib/python/Persistence.py -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/pasteDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findOpt.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Makefile -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.pyc -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib104_tar.gz -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h -%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c -%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c -%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/config.c -%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c -%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.sh -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.fl -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/Zope.cgi.orig -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/LICENSE.txt -@dirrm %%ZOPEBASEDIR%%/var -@dirrm %%ZOPEBASEDIR%%/utilities -@dirrm %%ZOPEBASEDIR%%/sbin -@dirrm %%ZOPEBASEDIR%%/pcgi/Win32 -@dirrm %%ZOPEBASEDIR%%/pcgi/Util -@dirrm %%ZOPEBASEDIR%%/pcgi/Test -@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote -@dirrm %%ZOPEBASEDIR%%/pcgi/Example -@dirrm %%ZOPEBASEDIR%%/pcgi -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/src -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@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/ZRDB/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Record -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/ diff --git a/www/zope213/Makefile b/www/zope213/Makefile deleted file mode 100644 index bd9314dfbeab..000000000000 --- a/www/zope213/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: Zope -# Version required: 2.0.1 -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ - -DISTNAME= Zope-${VERSION}-src -PKGNAME= zope-${VERSION} -CATEGORIES= www python -MASTER_SITES= http://www.zope.org/Products/Zope/${VERSION}/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.ORG - -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= ${PREFIX}/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. -VERSION= 2.0.0b5 -PLIST_SUB= ZOPEBASEDIR=www/Zope-${VERSION} CGIBINDIR=share/apache/cgi-bin VERSION=${VERSION} -WEBBASEDIR?= ${PREFIX}/www -ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION} -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 ; \ - ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ - ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ - ${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-${VERSION}-Changes." ; \ - ${CP} -p ${FILESDIR}/apache.conf.Zope-${VERSION}-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-${VERSION}..." ; \ - ${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-${VERSION}-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 a46aa9babf79..000000000000 --- a/www/zope213/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Zope-2.0.0b5-src.tgz) = 22916a3b0852ee5eba3c2b42e160bc31 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/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 b424c2d1ebd2..000000000000 --- a/www/zope213/pkg-descr +++ /dev/null @@ -1,27 +0,0 @@ -Zope is Copyrighted (C) Digital Creations. All rights reserved. This is -what they themselves say about it: - -"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 2f17d679e5c5..000000000000 --- a/www/zope213/pkg-plist +++ /dev/null @@ -1,1108 +0,0 @@ -etc/apache/apache.conf.Zope-%%VERSION%%-Changes -etc/rc.d/zope.sh -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -%%ZOPEBASEDIR%%/zpasswd.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/w_pcgi.py -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/zProcessManager.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.lock -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.in -@unexec mv -f %D/%%ZOPEBASEDIR%%/var/Data.fs /tmp/Data.fs.bak -%%ZOPEBASEDIR%%/var/.cvsignore -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Test/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/lib/python/zlib.so -%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon.py -%%ZOPEBASEDIR%%/lib/python/zLOG.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/sedscript -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/config.c -%%ZOPEBASEDIR%%/lib/python/cStringIO.so -%%ZOPEBASEDIR%%/lib/python/cPickle.so -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/config.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickle.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/regress -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/.cvsignore -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj.exp -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript -%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.1.0.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.0.1.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Persistence.pyc -%%ZOPEBASEDIR%%/lib/python/Persistence.py -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/pasteDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findOpt.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Makefile -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.pyc -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib104_tar.gz -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h -%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c -%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c -%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/config.c -%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c -%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.sh -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.fl -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/Zope.cgi.orig -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/LICENSE.txt -@dirrm %%ZOPEBASEDIR%%/var -@dirrm %%ZOPEBASEDIR%%/utilities -@dirrm %%ZOPEBASEDIR%%/sbin -@dirrm %%ZOPEBASEDIR%%/pcgi/Win32 -@dirrm %%ZOPEBASEDIR%%/pcgi/Util -@dirrm %%ZOPEBASEDIR%%/pcgi/Test -@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote -@dirrm %%ZOPEBASEDIR%%/pcgi/Example -@dirrm %%ZOPEBASEDIR%%/pcgi -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/src -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@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/ZRDB/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Record -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/ diff --git a/www/zope28/Makefile b/www/zope28/Makefile deleted file mode 100644 index bd9314dfbeab..000000000000 --- a/www/zope28/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: Zope -# Version required: 2.0.1 -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ - -DISTNAME= Zope-${VERSION}-src -PKGNAME= zope-${VERSION} -CATEGORIES= www python -MASTER_SITES= http://www.zope.org/Products/Zope/${VERSION}/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.ORG - -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= ${PREFIX}/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. -VERSION= 2.0.0b5 -PLIST_SUB= ZOPEBASEDIR=www/Zope-${VERSION} CGIBINDIR=share/apache/cgi-bin VERSION=${VERSION} -WEBBASEDIR?= ${PREFIX}/www -ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION} -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 ; \ - ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ - ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ - ${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-${VERSION}-Changes." ; \ - ${CP} -p ${FILESDIR}/apache.conf.Zope-${VERSION}-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-${VERSION}..." ; \ - ${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-${VERSION}-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 a46aa9babf79..000000000000 --- a/www/zope28/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Zope-2.0.0b5-src.tgz) = 22916a3b0852ee5eba3c2b42e160bc31 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/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 b424c2d1ebd2..000000000000 --- a/www/zope28/pkg-descr +++ /dev/null @@ -1,27 +0,0 @@ -Zope is Copyrighted (C) Digital Creations. All rights reserved. This is -what they themselves say about it: - -"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 2f17d679e5c5..000000000000 --- a/www/zope28/pkg-plist +++ /dev/null @@ -1,1108 +0,0 @@ -etc/apache/apache.conf.Zope-%%VERSION%%-Changes -etc/rc.d/zope.sh -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -%%ZOPEBASEDIR%%/zpasswd.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/w_pcgi.py -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/zProcessManager.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.lock -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.in -@unexec mv -f %D/%%ZOPEBASEDIR%%/var/Data.fs /tmp/Data.fs.bak -%%ZOPEBASEDIR%%/var/.cvsignore -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Test/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/lib/python/zlib.so -%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon.py -%%ZOPEBASEDIR%%/lib/python/zLOG.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/sedscript -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/config.c -%%ZOPEBASEDIR%%/lib/python/cStringIO.so -%%ZOPEBASEDIR%%/lib/python/cPickle.so -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/config.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickle.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/regress -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/.cvsignore -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj.exp -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript -%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.1.0.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.0.1.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Persistence.pyc -%%ZOPEBASEDIR%%/lib/python/Persistence.py -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/pasteDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findOpt.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Makefile -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.pyc -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib104_tar.gz -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h -%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c -%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c -%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/config.c -%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c -%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.sh -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.fl -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/Zope.cgi.orig -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/LICENSE.txt -@dirrm %%ZOPEBASEDIR%%/var -@dirrm %%ZOPEBASEDIR%%/utilities -@dirrm %%ZOPEBASEDIR%%/sbin -@dirrm %%ZOPEBASEDIR%%/pcgi/Win32 -@dirrm %%ZOPEBASEDIR%%/pcgi/Util -@dirrm %%ZOPEBASEDIR%%/pcgi/Test -@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote -@dirrm %%ZOPEBASEDIR%%/pcgi/Example -@dirrm %%ZOPEBASEDIR%%/pcgi -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/src -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@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/ZRDB/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Record -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/ diff --git a/www/zope29/Makefile b/www/zope29/Makefile deleted file mode 100644 index bd9314dfbeab..000000000000 --- a/www/zope29/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: Zope -# Version required: 2.0.1 -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ - -DISTNAME= Zope-${VERSION}-src -PKGNAME= zope-${VERSION} -CATEGORIES= www python -MASTER_SITES= http://www.zope.org/Products/Zope/${VERSION}/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.ORG - -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= ${PREFIX}/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. -VERSION= 2.0.0b5 -PLIST_SUB= ZOPEBASEDIR=www/Zope-${VERSION} CGIBINDIR=share/apache/cgi-bin VERSION=${VERSION} -WEBBASEDIR?= ${PREFIX}/www -ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION} -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 ; \ - ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ - ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ - ${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-${VERSION}-Changes." ; \ - ${CP} -p ${FILESDIR}/apache.conf.Zope-${VERSION}-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-${VERSION}..." ; \ - ${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-${VERSION}-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 a46aa9babf79..000000000000 --- a/www/zope29/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Zope-2.0.0b5-src.tgz) = 22916a3b0852ee5eba3c2b42e160bc31 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/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 b424c2d1ebd2..000000000000 --- a/www/zope29/pkg-descr +++ /dev/null @@ -1,27 +0,0 @@ -Zope is Copyrighted (C) Digital Creations. All rights reserved. This is -what they themselves say about it: - -"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 2f17d679e5c5..000000000000 --- a/www/zope29/pkg-plist +++ /dev/null @@ -1,1108 +0,0 @@ -etc/apache/apache.conf.Zope-%%VERSION%%-Changes -etc/rc.d/zope.sh -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -%%ZOPEBASEDIR%%/zpasswd.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/w_pcgi.py -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/zProcessManager.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.lock -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.in -@unexec mv -f %D/%%ZOPEBASEDIR%%/var/Data.fs /tmp/Data.fs.bak -%%ZOPEBASEDIR%%/var/.cvsignore -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Test/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/lib/python/zlib.so -%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon.py -%%ZOPEBASEDIR%%/lib/python/zLOG.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/sedscript -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/config.c -%%ZOPEBASEDIR%%/lib/python/cStringIO.so -%%ZOPEBASEDIR%%/lib/python/cPickle.so -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/config.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickle.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/regress -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/.cvsignore -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj.exp -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript -%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.1.0.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.0.1.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Persistence.pyc -%%ZOPEBASEDIR%%/lib/python/Persistence.py -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/pasteDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findOpt.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Makefile -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.pyc -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib104_tar.gz -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h -%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c -%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c -%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/config.c -%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c -%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.sh -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.fl -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/Zope.cgi.orig -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/LICENSE.txt -@dirrm %%ZOPEBASEDIR%%/var -@dirrm %%ZOPEBASEDIR%%/utilities -@dirrm %%ZOPEBASEDIR%%/sbin -@dirrm %%ZOPEBASEDIR%%/pcgi/Win32 -@dirrm %%ZOPEBASEDIR%%/pcgi/Util -@dirrm %%ZOPEBASEDIR%%/pcgi/Test -@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote -@dirrm %%ZOPEBASEDIR%%/pcgi/Example -@dirrm %%ZOPEBASEDIR%%/pcgi -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/src -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@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/ZRDB/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Record -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/ |