diff options
Diffstat (limited to 'www')
489 files changed, 4 insertions, 48544 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile deleted file mode 100644 index 30b386619cf9..000000000000 --- a/www/apache20/Makefile +++ /dev/null @@ -1,152 +0,0 @@ -# New ports collection makefile for: apache2 -# Date created: 7 April 2001 -# Whom: Hye-Shik Chang <perky@fallin.lv> -# -# $FreeBSD$ -# - -PORTNAME= apache -PORTVERSION= 2.0.44 -CATEGORIES= www ipv6 -MASTER_SITES= http://www.apache.org/dist/httpd/ \ - http://apache.mirrorcentral.com/dist/httpd/ \ - http://apache.missouri.edu/dist/httpd/ \ - http://ftp.epix.net/apache/dist/httpd/ \ - ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \ - ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/dist/httpd,} \ - http://www.freebsd.org/gifs/:freebsd \ - http://www2.freebsd.org/gifs/:freebsd -DISTNAME= httpd-${PORTVERSION} -DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd -EXTRACT_ONLY= ${DISTNAME}.tar.gz - -MAINTAINER?= perky@FreeBSD.org -COMMENT?= Version 2 of the extremely popular Apache http server - -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 - -LATEST_LINK= apache2 - -WITH_MPM?= prefork # or worker, perchild -HTTP_PORT?= 80 - -HAS_CONFIGURE= yes -USE_PERL5= yes -USE_REINPLACE= yes -CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ - --enable-layout=FreeBSD \ - --with-perl=${PERL5} \ - --enable-so \ - --with-mpm=${WITH_MPM} \ - --with-port=${HTTP_PORT} \ - --with-expat=${LOCALBASE} \ - --libdir=${PREFIX_RELDEST}/lib/apache2 \ - --includedir=${PREFIX_RELDEST}/include/apache2 -CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" -SHARED_MODULES= all cgid deflate ext_filter proxy proxy-connect proxy-ftp \ - proxy-http -PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} -RC_SUB= -e 's,@@PREFIX@@,${PREFIX_RELDEST},g' -MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes - -.if defined(NOPORTDOCS) -MAKE_ENV+= NOPORTDOCS=yes -.endif - -.if !defined(IPV6_V6ONLY) -CONFIGURE_ARGS+= --enable-v4-mapped -.endif - -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_SUEXEC) -SUEXEC_DOCROOT?= ${PREFIX_RELDEST}/www/data -SUEXEC_USERDIR?= public_html -CONFIGURE_ARGS+= --enable-suexec \ - --with-suexec-caller=www \ - --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ - --with-suexec-userdir="${SUEXEC_USERDIR}" \ - --with-suexec-docroot="${SUEXEC_DOCROOT}" \ - --with-suexec-safepath="${PREFIX_RELDEST}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ - --with-suexec-logfile="/var/log/httpd-suexec.log" \ - --with-suexec-bin="${PREFIX_RELDEST}/sbin/suexec" -PLIST_SUB+= SUEXEC="" -.else -PLIST_SUB+= SUEXEC="@comment " -.endif - -.if ${WITH_MPM} != "prefork" -PKGNAMESUFFIX= -${WITH_MPM} -WITH_THREADS= yes -.if ${WITH_MPM} == "worker" -PLIST_SUB+= PREFORK="@comment " WORKER="" -.else -PLIST_SUB+= PREFORK="@comment " WORKER="@comment " -.endif -.else -PLIST_SUB+= PREFORK="" WORKER="@comment " -.endif - -.if defined(WITH_THREADS) -CONFIGURE_ARGS+= --enable-threads -CFLAGS+= -DFREEBSD_THREAD_HACK -SHARED_MODULES+= cache file-cache disk-cache mem_cache -PLIST_SUB+= THREADS="" -.else -PLIST_SUB+= THREADS="@comment " -.endif - -.if !defined(WITHOUT_SSL) -SHARED_MODULES+= ssl -CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} -PLIST_SUB+= MODSSL="" -RC_SUB+= -e 's,@@SSL@@,ssl,g' -.else -PLIST_SUB+= MODSSL="@comment " -RC_SUB+= -e 's,@@SSL@@,,g' -.endif - -.if defined(WITH_EXPERIMENTAL) -SHARED_MODULES+= bucketeer case_filter case_filter_in ext_filter charset_lite \ - optional_hook_export optional_hook_import \ - optional_fn_import optional_fn_export -PLIST_SUB+= EXPERIMENTAL="" -.else -PLIST_SUB+= EXPERIMENTAL="@comment " -.endif - -CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} - -MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apxs.8 logresolve.8 rotatelogs.8 suexec.8 - -post-extract: - @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif - -post-patch: - @cd ${WRKSRC}/docs/docroot && \ - for f in index.html.*; do (\ - ${REINPLACE_CMD} -e 's,apache_pb,icons/freebsd.gif"\ - ALT="[Powered by FreeBSD]"><IMG SRC="apache_pb2_ani,g' $$f \ - ); done - @${RM} -f ${WRKSRC}/docs/docroot/*.bak - @${SED} ${RC_SUB} ${FILESDIR}/apache.sh >${WRKDIR}/apache2.sh - @${SED} ${RC_SUB} ${FILESDIR}/config.layout >>${WRKSRC}/config.layout - @${RM} -f ${WRKSRC}/docs/manual/index.html.ko.euc-kr - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/apache2.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache2.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/apache2.sh ${PREFIX}/etc/rc.d/apache2.sh; \ - fi - -.include <bsd.port.post.mk> diff --git a/www/apache20/distinfo b/www/apache20/distinfo deleted file mode 100644 index 2f0ffa4038be..000000000000 --- a/www/apache20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (httpd-2.0.44.tar.gz) = 786c8d62bf18c6c88d2d82a9443cd1e1 -MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 diff --git a/www/apache20/files/apache.sh b/www/apache20/files/apache.sh deleted file mode 100644 index ab1a71895d0c..000000000000 --- a/www/apache20/files/apache.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -PREFIX=@@PREFIX@@ - -case "$1" in -start) - [ "@@SSL@@" = "ssl" -a -f "$PREFIX/etc/apache2/ssl.crt/server.crt" ] && SSL=ssl - [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && echo -n ' apache2' - ;; -stop) - [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/apache20/files/config.layout b/www/apache20/files/config.layout deleted file mode 100644 index e1f6e37ef756..000000000000 --- a/www/apache20/files/config.layout +++ /dev/null @@ -1,22 +0,0 @@ -<Layout FreeBSD> - prefix: /usr/local - exec_prefix: ${prefix} - bindir: ${exec_prefix}/bin - sbindir: ${exec_prefix}/sbin - libexecdir: ${exec_prefix}/libexec/apache2 - mandir: ${prefix}/man - sysconfdir: ${prefix}/etc/apache2 - datadir: ${prefix}/www - installbuilddir: ${prefix}/share/apache2/build - errordir: ${datadir}/error - iconsdir: ${datadir}/icons - htdocsdir: ${datadir}/data - manualdir: ${prefix}/share/doc/apache2 - cgidir: ${datadir}/cgi-bin - includedir: ${prefix}/include/apache2 - localstatedir: /var - runtimedir: ${localstatedir}/run - logfiledir: ${localstatedir}/log - proxycachedir: ${datadir}/proxy - infodir: ${exec_prefix}/share/info -</Layout> diff --git a/www/apache20/files/patch-Makefile.in b/www/apache20/files/patch-Makefile.in deleted file mode 100644 index 728fb88af957..000000000000 --- a/www/apache20/files/patch-Makefile.in +++ /dev/null @@ -1,109 +0,0 @@ ---- Makefile.in.orig Mon Sep 30 08:34:40 2002 -+++ Makefile.in Thu Oct 3 21:05:42 2002 -@@ -36,10 +36,13 @@ - if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \ - $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ - fi; \ -+ cp -f $$i $$i-dist; \ -+ $(INSTALL_DATA) $$i-dist $(DESTDIR)$(sysconfdir); \ - done; \ - for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \ - cd $$j ; \ - for i in *-std*.conf; do \ -+ [ -f `echo "$$i"|sed 's,\.in$$,_nonex,g'` ] || continue; \ - ( \ - n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \ - if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \ -@@ -57,6 +60,9 @@ - if test "x$$j" = "xssl"; then \ - echo "<IfDefine SSL>"; \ - fi; \ -+ if [ `echo "$$j" | egrep 'cgid|cache|dav|digest|proxy'` ]; then \ -+ echo -n "#"; \ -+ fi; \ - if test $$j != "^EOL^"; then \ - echo "LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \ - fi; \ -@@ -106,45 +112,33 @@ - doxygen $(top_srcdir)/docs/doxygen.conf - - install-htdocs: -- -@if [ -d $(DESTDIR)$(htdocsdir) ]; then \ -- echo "[PRESERVING EXISTING HTDOCS SUBDIR: $(DESTDIR)$(htdocsdir)]"; \ -- else \ -- echo Installing HTML documents ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \ -- test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \ -- cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -+ @echo Installing HTML documents -+ @test -d $(DESTDIR)$(htdocsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir)-dist -+ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)-dist) -+ @test -e $(DESTDIR)$(htdocsdir) || ln -sf $(DESTDIR)$(htdocsdir)-dist $(DESTDIR)$(htdocsdir) -+ -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir)-dist && find . -name "CVS" -print | xargs rm -rf - - install-error: -- -@if [ -d $(DESTDIR)$(errordir) ]; then \ -- echo "[PRESERVING EXISTING ERROR SUBDIR: $(DESTDIR)$(errordir)]"; \ -- else \ -- echo Installing error documents ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(errordir) ; \ -- cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) ; \ -- test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -+ @echo Installing error documents -+ @test -d $(DESTDIR)$(errordir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(errordir)-dist -+ cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir)-dist -+ -@test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir)-dist && find . -name "CVS" -print | xargs rm -rf -+ @test -e $(DESTDIR)$(errordir) || ln -sf $(DESTDIR)$(errordir)-dist $(DESTDIR)$(errordir) - - install-icons: -- -@if [ -d $(DESTDIR)$(iconsdir) ]; then \ -- echo "[PRESERVING EXISTING ICONS SUBDIR: $(DESTDIR)$(iconsdir)]"; \ -- else \ -- echo Installing icons ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir) ; \ -- cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) ; \ -- test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -- -+ @echo Installing icons -+ @test -d $(DESTDIR)$(iconsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir)-dist -+ cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir)-dist -+ -@test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir)-dist && find . -name "CVS" -print | xargs rm -rf -+ @test -e $(DESTDIR)$(iconsdir) || ln -sf $(DESTDIR)$(iconsdir)-dist $(DESTDIR)$(iconsdir) -+ - install-cgi: -- -@if [ -d $(DESTDIR)$(cgidir) ];then \ -- echo "[PRESERVING EXISTING CGI SUBDIR: $(DESTDIR)$(cgidir)]"; \ -- else \ -- echo Installing CGIs ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(cgidir) ; \ -- cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) ; \ -- test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -- -+ @echo Installing CGIs -+ @test -d $(DESTDIR)$(cgidir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir)-dist -+ cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir)-dist -+ -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir)-dist && find . -name "CVS" -print | xargs rm -rf -+ @test -e $(DESTDIR)$(cgidir) || ln -sf $(DESTDIR)$(cgidir)-dist $(DESTDIR)$(cgidir) -+ - install-other: - @test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir) - @test -d $(DESTDIR)$(runtimedir) || $(MKINSTALLDIRS) $(DESTDIR)$(runtimedir) -@@ -185,11 +179,13 @@ - @test -d $(DESTDIR)$(mandir) || $(MKINSTALLDIRS) $(DESTDIR)$(mandir) - @test -d $(DESTDIR)$(mandir)/man1 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1 - @test -d $(DESTDIR)$(mandir)/man8 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man8 -- @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) - @cp -p $(top_srcdir)/docs/man/*.1 $(DESTDIR)$(mandir)/man1 - @cp -p $(top_srcdir)/docs/man/*.8 $(DESTDIR)$(mandir)/man8 -+.if !defined(NOPORTDOCS) -+ @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) - @(cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir)) - @(cd $(DESTDIR)$(manualdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null ) || true -+.endif - - install-suexec: - @if test -f $(builddir)/support/suexec; then \ diff --git a/www/apache20/files/patch-configure b/www/apache20/files/patch-configure deleted file mode 100644 index 7a85d2f86f30..000000000000 --- a/www/apache20/files/patch-configure +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig Thu Oct 3 14:43:28 2002 -+++ configure Wed Jan 8 19:58:11 2003 -@@ -1520,7 +1520,7 @@ - $srcdir/config.layout > $pldconf - layout_name=$LAYOUT - . $pldconf -- rm $pldconf -+ rm -f $pldconf - for var in prefix exec_prefix bindir sbindir libexecdir mandir \ - sysconfdir datadir errordir iconsdir htdocsdir cgidir \ - includedir localstatedir runtimedir logfiledir libdir \ -@@ -2627,7 +2627,7 @@ - esac - - # The eval makes quoting arguments work. -- if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "$apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir" -+ if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "$apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir" - then : - echo "srclib/apr configured properly" - else -@@ -2908,7 +2908,7 @@ - esac - - # The eval makes quoting arguments work. -- if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "--with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir" -+ if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "--with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir" - then : - echo "srclib/apr-util configured properly" - else -@@ -15652,6 +15652,9 @@ - - cat >>confdefs.h <<_ACEOF - #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf" -+#define DEFAULT_ERRORLOG "${rel_logfiledir}/httpd-error.log" -+#define AP_TYPES_CONFIG_FILE "${rel_sysconfdir}/mime.types" -+#define DOCUMENT_LOCATION "${rel_htdocsdir}" - _ACEOF - - diff --git a/www/apache20/files/patch-docs:conf:httpd-std.conf.in b/www/apache20/files/patch-docs:conf:httpd-std.conf.in deleted file mode 100644 index d87b8bdcc679..000000000000 --- a/www/apache20/files/patch-docs:conf:httpd-std.conf.in +++ /dev/null @@ -1,56 +0,0 @@ ---- docs/conf/httpd-std.conf.in.orig Wed Apr 24 07:24:35 2002 -+++ docs/conf/httpd-std.conf.in Tue May 7 19:29:28 2002 -@@ -68,7 +68,7 @@ - # - <IfModule !mpm_netware.c> - <IfModule !perchild.c> --#ScoreBoardFile @rel_logfiledir@/apache_runtime_status -+#ScoreBoardFile @rel_runtimedir@/apache_runtime_status - </IfModule> - </IfModule> - -@@ -263,8 +263,8 @@ - # when the value of (unsigned)Group is above 60000; - # don't use Group #-1 on these systems! - # --User nobody --Group #-1 -+User www -+Group www - </IfModule> - </IfModule> - -@@ -450,7 +450,7 @@ - # logged here. If you *do* define an error logfile for a <VirtualHost> - # container, that host's errors will be logged there and not here. - # --ErrorLog @rel_logfiledir@/error_log -+ErrorLog @rel_logfiledir@/httpd-error.log - - # - # LogLevel: Control the number of messages logged to the error_log. -@@ -475,20 +475,20 @@ - # define per-<VirtualHost> access logfiles, transactions will be - # logged therein and *not* in this file. - # --CustomLog @rel_logfiledir@/access_log common -+#CustomLog @rel_logfiledir@/httpd-access.log common - - # - # If you would like to have agent and referer logfiles, uncomment the - # following directives. - # --#CustomLog @rel_logfiledir@/referer_log referer --#CustomLog @rel_logfiledir@/agent_log agent -+#CustomLog @rel_logfiledir@/httpd-referer.log referer -+#CustomLog @rel_logfiledir@/httpd-agent.log agent - - # - # If you prefer a single logfile with access, agent, and referer information - # (Combined Logfile Format) you can use the following directive. - # --#CustomLog @rel_logfiledir@/access_log combined -+CustomLog @rel_logfiledir@/httpd-access.log combined - - # - # Optionally add a line containing the server version and virtual host diff --git a/www/apache20/files/patch-docs:conf:ssl-std.conf b/www/apache20/files/patch-docs:conf:ssl-std.conf deleted file mode 100644 index 39ea9c6e7483..000000000000 --- a/www/apache20/files/patch-docs:conf:ssl-std.conf +++ /dev/null @@ -1,107 +0,0 @@ ---- docs/conf/ssl-std.conf.orig Fri May 17 04:05:24 2002 -+++ docs/conf/ssl-std.conf Tue Jun 18 23:15:32 2002 -@@ -55,15 +55,15 @@ - # Configure the SSL Session Cache: First the mechanism - # to use and second the expiring timeout (in seconds). - #SSLSessionCache none --#SSLSessionCache shmht:logs/ssl_scache(512000) --#SSLSessionCache shmcb:logs/ssl_scache(512000) --SSLSessionCache dbm:logs/ssl_scache -+#SSLSessionCache shmht:/var/log/httpd-ssl_scache(512000) -+#SSLSessionCache shmcb:/var/log/httpd-ssl_scache(512000) -+SSLSessionCache dbm:/var/log/httpd-ssl_scache - SSLSessionCacheTimeout 300 - - # Semaphore: - # Configure the path to the mutual exclusion semaphore the - # SSL engine uses internally for inter-process synchronization. --SSLMutex file:logs/ssl_mutex -+SSLMutex file:/var/log/httpd-ssl_mutex - - # Pseudo Random Number Generator (PRNG): - # Configure one or more sources to seed the PRNG of the -@@ -89,11 +89,11 @@ - <VirtualHost _default_:443> - - # General setup for the virtual host --DocumentRoot "@@ServerRoot@@/htdocs" -+DocumentRoot "@@ServerRoot@@/www/data" - ServerName new.host.name:443 - ServerAdmin you@your.address --ErrorLog logs/error_log --TransferLog logs/access_log -+ErrorLog /var/log/httpd-error.log -+TransferLog /var/log/httpd-access.log - - # SSL Engine Switch: - # Enable/Disable SSL for this virtual host. -@@ -111,16 +111,16 @@ - # in mind that if you have both an RSA and a DSA certificate you - # can configure both in parallel (to also allow the use of DSA - # ciphers, etc.) --SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server.crt --#SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server-dsa.crt -+SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server.crt -+#SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server-dsa.crt - - # Server Private Key: - # If the key is not combined with the certificate, use this - # directive to point at the key file. Keep in mind that if - # you've both a RSA and a DSA private key you can configure - # both in parallel (to also allow the use of DSA ciphers, etc.) --SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server.key --#SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server-dsa.key -+SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server.key -+#SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server-dsa.key - - # Server Certificate Chain: - # Point SSLCertificateChainFile at a file containing the -@@ -129,7 +129,7 @@ - # the referenced file can be the same as SSLCertificateFile - # when the CA certificates are directly appended to the server - # certificate for convinience. --#SSLCertificateChainFile @@ServerRoot@@/conf/ssl.crt/ca.crt -+#SSLCertificateChainFile @@ServerRoot@@/etc/apache2/ssl.crt/ca.crt - - # Certificate Authority (CA): - # Set the CA certificate verification path where to find CA -@@ -138,8 +138,8 @@ - # Note: Inside SSLCACertificatePath you need hash symlinks - # to point to the certificate files. Use the provided - # Makefile to update the hash symlinks after changes. --#SSLCACertificatePath @@ServerRoot@@/conf/ssl.crt --#SSLCACertificateFile @@ServerRoot@@/conf/ssl.crt/ca-bundle.crt -+#SSLCACertificatePath @@ServerRoot@@/etc/apache2/ssl.crt -+#SSLCACertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/ca-bundle.crt - - # Certificate Revocation Lists (CRL): - # Set the CA revocation path where to find CA CRLs for client -@@ -148,8 +148,8 @@ - # Note: Inside SSLCARevocationPath you need hash symlinks - # to point to the certificate files. Use the provided - # Makefile to update the hash symlinks after changes. --#SSLCARevocationPath @@ServerRoot@@/conf/ssl.crl --#SSLCARevocationFile @@ServerRoot@@/conf/ssl.crl/ca-bundle.crl -+#SSLCARevocationPath @@ServerRoot@@/etc/apache2/ssl.crl -+#SSLCARevocationFile @@ServerRoot@@/etc/apache2/ssl.crl/ca-bundle.crl - - # Client Authentication (Type): - # Client certificate verification type and depth. Types are -@@ -209,7 +209,7 @@ - <Files ~ "\.(cgi|shtml|phtml|php3?)$"> - SSLOptions +StdEnvVars - </Files> --<Directory "@@ServerRoot@@/cgi-bin"> -+<Directory "@@ServerRoot@@/www/cgi-bin"> - SSLOptions +StdEnvVars - </Directory> - -@@ -244,7 +244,7 @@ - # Per-Server Logging: - # The home of a custom SSL log file. Use this when you want a - # compact non-error SSL logfile on a virtual host basis. --CustomLog logs/ssl_request_log \ -+CustomLog /var/log/httpd-ssl_request.log \ - "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" - - </VirtualHost> diff --git a/www/apache20/files/patch-server:main.c b/www/apache20/files/patch-server:main.c deleted file mode 100644 index d297d4425fdb..000000000000 --- a/www/apache20/files/patch-server:main.c +++ /dev/null @@ -1,36 +0,0 @@ ---- server/main.c.orig Thu Jun 13 04:34:56 2002 -+++ server/main.c Sun Jul 21 08:54:09 2002 -@@ -78,6 +78,11 @@ - #include "ap_mpm.h" - #include "mpm_common.h" - -+#ifdef FREEBSD_THREAD_HACK -+#include <unistd.h> -+AP_DECLARE(int) ap_exists_config_define(const char *name); -+#endif -+ - /* WARNING: Win32 binds http_main.c dynamically to the server. Please place - * extern functions and global data in another appropriate module. - * -@@ -558,6 +563,21 @@ - destroy_and_exit_process(process, 1); - } - -+#ifdef FREEBSD_THREAD_HACK -+ { -+ int r; -+ -+ if (! ap_exists_config_define("NO_DETACH")) { -+ if ((r = fork()) > 0) -+ return 0; -+ if (r == -1) { -+ perror("fork"); -+ return 0; -+ } -+ setsid(); -+ } -+ } -+#endif - ap_process_config_tree(server_conf, ap_conftree, process->pconf, ptemp); - ap_fixup_virtual_hosts(pconf, server_conf); - ap_fini_vhost_config(pconf, server_conf); diff --git a/www/apache20/files/patch-srclib:apr:include:apr.h b/www/apache20/files/patch-srclib:apr:include:apr.h deleted file mode 100644 index f6e2e55f0de5..000000000000 --- a/www/apache20/files/patch-srclib:apr:include:apr.h +++ /dev/null @@ -1,17 +0,0 @@ ---- srclib/apr/include/apr.h.in.orig Fri Nov 15 17:33:00 2002 -+++ srclib/apr/include/apr.h.in Fri Nov 15 17:33:10 2002 -@@ -299,11 +299,11 @@ - #endif - - /* header files for PATH_MAX, _POSIX_PATH_MAX */ --#if APR_HAVE_SYS_SYSLIMITS_H --#include <sys/syslimits.h> --#endif - #if APR_HAVE_LIMITS_H - #include <limits.h> -+#endif -+#if APR_HAVE_SYS_SYSLIMITS_H -+#include <sys/syslimits.h> - #endif - - #if defined(PATH_MAX) diff --git a/www/apache20/files/patch-srclib:apr:include:apr_atomic.h b/www/apache20/files/patch-srclib:apr:include:apr_atomic.h deleted file mode 100644 index 14d1dd444ba3..000000000000 --- a/www/apache20/files/patch-srclib:apr:include:apr_atomic.h +++ /dev/null @@ -1,17 +0,0 @@ ---- srclib/apr/include/apr_atomic.h.orig Wed May 1 03:41:59 2002 -+++ srclib/apr/include/apr_atomic.h Tue May 7 19:37:45 2002 -@@ -175,10 +175,10 @@ - #include <machine/atomic.h> - - #define apr_atomic_t apr_uint32_t --#define apr_atomic_add(mem, val) atomic_add_int(mem,val) --#define apr_atomic_dec(mem) atomic_subtract_int(mem,1) --#define apr_atomic_inc(mem) atomic_add_int(mem,1) --#define apr_atomic_set(mem, val) atomic_set_int(mem, val) -+#define apr_atomic_add(mem, val) (atomic_add_int(mem,val),mem) -+#define apr_atomic_dec(mem) (atomic_subtract_int(mem,1),mem) -+#define apr_atomic_inc(mem) (atomic_add_int(mem,1),mem) -+#define apr_atomic_set(mem, val) (atomic_set_int(mem, val),mem) - #define apr_atomic_read(mem) (*mem) - - #define APR_ATOMIC_NEED_CAS_DEFAULT 1 diff --git a/www/apache20/files/patch-srclib:apr:threadproc:unix:procsup.c b/www/apache20/files/patch-srclib:apr:threadproc:unix:procsup.c deleted file mode 100644 index 13c663af7bd4..000000000000 --- a/www/apache20/files/patch-srclib:apr:threadproc:unix:procsup.c +++ /dev/null @@ -1,18 +0,0 @@ ---- srclib/apr/threadproc/unix/procsup.c.orig Mon Apr 8 22:08:18 2002 -+++ srclib/apr/threadproc/unix/procsup.c Sun Jul 21 08:45:44 2002 -@@ -59,6 +59,7 @@ - int x; - - chdir("/"); -+#ifndef FREEBSD_THREAD_HACK - #if !defined(MPE) && !defined(OS2) && !defined(TPF) && !defined(BEOS) - /* Don't detach for MPE because child processes can't survive the death of - * the parent. */ -@@ -89,6 +90,7 @@ - if (setpgid(0, 0) == -1) { - return errno; - } -+#endif - #endif - - /* close out the standard file descriptors */ diff --git a/www/apache20/files/patch-support:apachectl.in b/www/apache20/files/patch-support:apachectl.in deleted file mode 100644 index 57d2af876b8f..000000000000 --- a/www/apache20/files/patch-support:apachectl.in +++ /dev/null @@ -1,21 +0,0 @@ ---- support/apachectl.in.orig Mon May 27 20:46:01 2002 -+++ support/apachectl.in Thu Jul 11 21:12:36 2002 -@@ -31,8 +31,8 @@ - HTTPD='@exp_sbindir@/@progname@' - # - # pick up any necessary environment variables --if test -f @exp_bindir@/envvars; then -- . @exp_bindir@/envvars -+if test -f @exp_sbindir@/envvars; then -+ . @exp_sbindir@/envvars - fi - # - # a command that outputs a formatted text version of the HTML at the -@@ -46,6 +46,7 @@ - # - # -------------------- -------------------- - # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| -+eval `limits -e -C daemon` >/dev/null 2>&1 - - ERROR=0 - if [ "x$ARGV" = "x" ] ; then diff --git a/www/apache20/files/patch-support:log_server_status.in b/www/apache20/files/patch-support:log_server_status.in deleted file mode 100644 index 136bafb9ff1a..000000000000 --- a/www/apache20/files/patch-support:log_server_status.in +++ /dev/null @@ -1,20 +0,0 @@ ---- support/log_server_status.in.orig Tue Jun 18 23:21:53 2002 -+++ support/log_server_status.in Tue Jun 18 23:23:08 2002 -@@ -63,7 +63,7 @@ - # - require 'sys/socket.ph'; - --$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" -+$wherelog = "@logfiledir@/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log" - $server = "localhost"; # Name of server, could be "www.foo.com" - $port = "80"; # Port on server - $request = "/status/?auto"; # Request to send -@@ -96,7 +96,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-descr b/www/apache20/pkg-descr deleted file mode 100644 index edb36c918c7c..000000000000 --- a/www/apache20/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Apache is an HTTP server designed as a plug-in replacement for the NCSA -server version 1.3 (or 1.4). It fixes numerous bugs in the NCSA server and -includes many frequently requested new features, and has an API which -allows it to be extended to meet users' needs more easily. - -WWW: http://www.apache.org/ diff --git a/www/apache20/pkg-install b/www/apache20/pkg-install deleted file mode 100644 index 3bb99133ae49..000000000000 --- a/www/apache20/pkg-install +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi - -exit 0 diff --git a/www/apache20/pkg-plist b/www/apache20/pkg-plist deleted file mode 100644 index 98c1f6b61c40..000000000000 --- a/www/apache20/pkg-plist +++ /dev/null @@ -1,1041 +0,0 @@ -@unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi -etc/apache2/highperformance-std.conf -@exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf -@unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi -etc/apache2/httpd-std.conf -@exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf -@unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic-dist; then rm -f %D/etc/apache2/magic; fi -etc/apache2/magic-dist -@exec [ -f %B/magic ] || cp %B/%f %B/magic -@unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types-dist; then rm -f %D/etc/apache2/mime.types; fi -etc/apache2/mime.types-dist -@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types -@unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi -etc/apache2/ssl-std.conf -@exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf -etc/rc.d/apache2.sh -include/apache2/ap_compat.h -include/apache2/ap_config.h -include/apache2/ap_config_auto.h -include/apache2/ap_config_layout.h -include/apache2/ap_listen.h -include/apache2/ap_mmn.h -include/apache2/ap_mpm.h -include/apache2/ap_provider.h -include/apache2/ap_regkey.h -include/apache2/ap_release.h -include/apache2/apr.h -include/apache2/apr_allocator.h -include/apache2/apr_anylock.h -include/apache2/apr_atomic.h -include/apache2/apr_base64.h -include/apache2/apr_buckets.h -include/apache2/apr_compat.h -include/apache2/apr_date.h -include/apache2/apr_dbm.h -include/apache2/apr_dso.h -include/apache2/apr_errno.h -include/apache2/apr_file_info.h -include/apache2/apr_file_io.h -include/apache2/apr_fnmatch.h -include/apache2/apr_general.h -include/apache2/apr_getopt.h -include/apache2/apr_global_mutex.h -include/apache2/apr_hash.h -include/apache2/apr_hooks.h -include/apache2/apr_inherit.h -include/apache2/apr_ldap.h -include/apache2/apr_ldap_url.h -include/apache2/apr_lib.h -include/apache2/apr_md4.h -include/apache2/apr_md5.h -include/apache2/apr_mmap.h -include/apache2/apr_network_io.h -include/apache2/apr_optional.h -include/apache2/apr_optional_hooks.h -include/apache2/apr_poll.h -include/apache2/apr_pools.h -include/apache2/apr_portable.h -include/apache2/apr_proc_mutex.h -include/apache2/apr_queue.h -include/apache2/apr_reslist.h -include/apache2/apr_ring.h -include/apache2/apr_rmm.h -include/apache2/apr_sdbm.h -include/apache2/apr_sha1.h -include/apache2/apr_shm.h -include/apache2/apr_signal.h -include/apache2/apr_strings.h -include/apache2/apr_strmatch.h -include/apache2/apr_support.h -include/apache2/apr_tables.h -include/apache2/apr_thread_cond.h -include/apache2/apr_thread_mutex.h -include/apache2/apr_thread_proc.h -include/apache2/apr_thread_rwlock.h -include/apache2/apr_time.h -include/apache2/apr_uri.h -include/apache2/apr_user.h -include/apache2/apr_uuid.h -include/apache2/apr_version.h -include/apache2/apr_want.h -include/apache2/apr_xlate.h -include/apache2/apr_xml.h -include/apache2/apu.h -include/apache2/apu_compat.h -include/apache2/apu_version.h -%%WORKER%%include/apache2/fdqueue.h -include/apache2/http_config.h -include/apache2/http_connection.h -include/apache2/http_core.h -include/apache2/http_log.h -include/apache2/http_main.h -include/apache2/http_protocol.h -include/apache2/http_request.h -include/apache2/http_vhost.h -include/apache2/httpd.h -include/apache2/mod_cgi.h -include/apache2/mod_core.h -include/apache2/mod_dav.h -include/apache2/mod_include.h -include/apache2/mod_log_config.h -include/apache2/mod_proxy.h -include/apache2/mod_ssl.h -include/apache2/mpm.h -include/apache2/mpm_common.h -include/apache2/mpm_default.h -include/apache2/os.h -include/apache2/pcre.h -include/apache2/pcreposix.h -%%WORKER%%include/apache2/pod.h -include/apache2/rfc1413.h -include/apache2/scoreboard.h -include/apache2/ssl_expr.h -include/apache2/ssl_expr_parse.h -include/apache2/ssl_toolkit_compat.h -include/apache2/ssl_util_ssl.h -include/apache2/ssl_util_table.h -include/apache2/unixd.h -include/apache2/util_cfgtree.h -include/apache2/util_charset.h -include/apache2/util_ebcdic.h -include/apache2/util_filter.h -include/apache2/util_ldap.h -include/apache2/util_md5.h -include/apache2/util_script.h -include/apache2/util_time.h -include/apache2/util_xml.h -lib/apache2/apr-config -lib/apache2/apr.exp -lib/apache2/aprutil.exp -lib/apache2/apu-config -lib/apache2/libapr.a -lib/apache2/libapr.la -lib/apache2/libapr.so -lib/apache2/libapr.so.9 -lib/apache2/libaprutil.a -lib/apache2/libaprutil.la -lib/apache2/libaprutil.so -lib/apache2/libaprutil.so.9 -libexec/apache2/httpd.exp -libexec/apache2/mod_access.so -libexec/apache2/mod_actions.so -libexec/apache2/mod_alias.so -libexec/apache2/mod_asis.so -libexec/apache2/mod_auth.so -libexec/apache2/mod_auth_anon.so -libexec/apache2/mod_auth_dbm.so -libexec/apache2/mod_auth_digest.so -libexec/apache2/mod_autoindex.so -%%EXPERIMENTAL%%libexec/apache2/mod_bucketeer.so -%%THREADS%%libexec/apache2/mod_cache.so -%%EXPERIMENTAL%%libexec/apache2/mod_case_filter.so -%%EXPERIMENTAL%%libexec/apache2/mod_case_filter_in.so -libexec/apache2/mod_cern_meta.so -%%PREFORK%%libexec/apache2/mod_cgi.so -libexec/apache2/mod_cgid.so -%%EXPERIMENTAL%%libexec/apache2/mod_charset_lite.so -libexec/apache2/mod_dav.so -libexec/apache2/mod_dav_fs.so -libexec/apache2/mod_deflate.so -libexec/apache2/mod_dir.so -%%THREADS%%libexec/apache2/mod_disk_cache.so -libexec/apache2/mod_env.so -libexec/apache2/mod_expires.so -libexec/apache2/mod_ext_filter.so -%%THREADS%%libexec/apache2/mod_file_cache.so -libexec/apache2/mod_headers.so -libexec/apache2/mod_imap.so -libexec/apache2/mod_include.so -libexec/apache2/mod_info.so -libexec/apache2/mod_log_config.so -%%THREADS%%libexec/apache2/mod_mem_cache.so -libexec/apache2/mod_mime.so -libexec/apache2/mod_mime_magic.so -libexec/apache2/mod_negotiation.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_hook_export.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_hook_import.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_fn_import.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_fn_export.so -libexec/apache2/mod_proxy.so -libexec/apache2/mod_proxy_connect.so -libexec/apache2/mod_proxy_ftp.so -libexec/apache2/mod_proxy_http.so -libexec/apache2/mod_rewrite.so -libexec/apache2/mod_setenvif.so -libexec/apache2/mod_speling.so -%%MODSSL%%libexec/apache2/mod_ssl.so -libexec/apache2/mod_status.so -%%SUEXEC%%libexec/apache2/mod_suexec.so -libexec/apache2/mod_unique_id.so -libexec/apache2/mod_userdir.so -libexec/apache2/mod_usertrack.so -libexec/apache2/mod_vhost_alias.so -sbin/ab -sbin/apachectl -sbin/apxs -sbin/checkgid -sbin/dbmmanage -sbin/envvars -sbin/envvars-std -sbin/htdbm -sbin/htdigest -sbin/htpasswd -sbin/httpd -sbin/logresolve -sbin/rotatelogs -%%SUEXEC%%sbin/suexec -share/apache2/build/config_vars.mk -share/apache2/build/instdso.sh -share/apache2/build/library.mk -share/apache2/build/libtool -share/apache2/build/ltlib.mk -share/apache2/build/program.mk -share/apache2/build/rules.mk -share/apache2/build/special.mk -%%PORTDOCS%%share/doc/apache2/LICENSE -%%PORTDOCS%%share/doc/apache2/bind.html.en -%%PORTDOCS%%share/doc/apache2/bind.html.ja.jis -%%PORTDOCS%%share/doc/apache2/bind.xml -%%PORTDOCS%%share/doc/apache2/bind.xml.ja -%%PORTDOCS%%share/doc/apache2/cgi_path.html.en -%%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis -%%PORTDOCS%%share/doc/apache2/cgi_path.xml -%%PORTDOCS%%share/doc/apache2/cgi_path.xml.ja -%%PORTDOCS%%share/doc/apache2/configuring.html.en -%%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis -%%PORTDOCS%%share/doc/apache2/configuring.xml -%%PORTDOCS%%share/doc/apache2/configuring.xml.ja -%%PORTDOCS%%share/doc/apache2/content-negotiation.html.en -%%PORTDOCS%%share/doc/apache2/content-negotiation.html.ja.jis -%%PORTDOCS%%share/doc/apache2/content-negotiation.xml -%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ja -%%PORTDOCS%%share/doc/apache2/custom-error.html.en -%%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis -%%PORTDOCS%%share/doc/apache2/custom-error.xml -%%PORTDOCS%%share/doc/apache2/custom-error.xml.ja -%%PORTDOCS%%share/doc/apache2/developer/API.html -%%PORTDOCS%%share/doc/apache2/developer/debugging.html -%%PORTDOCS%%share/doc/apache2/developer/documenting.html -%%PORTDOCS%%share/doc/apache2/developer/filters.html -%%PORTDOCS%%share/doc/apache2/developer/footer.html -%%PORTDOCS%%share/doc/apache2/developer/header.html -%%PORTDOCS%%share/doc/apache2/developer/hooks.html -%%PORTDOCS%%share/doc/apache2/developer/index.html -%%PORTDOCS%%share/doc/apache2/developer/layeredio.html -%%PORTDOCS%%share/doc/apache2/developer/modules.html.en -%%PORTDOCS%%share/doc/apache2/developer/modules.html.ja.jis -%%PORTDOCS%%share/doc/apache2/developer/request.html -%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html -%%PORTDOCS%%share/doc/apache2/dns-caveats.html.en -%%PORTDOCS%%share/doc/apache2/dns-caveats.html.ja.jis -%%PORTDOCS%%share/doc/apache2/dns-caveats.xml -%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ja -%%PORTDOCS%%share/doc/apache2/dso.html.en -%%PORTDOCS%%share/doc/apache2/dso.html.ja.jis -%%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/dso.xml -%%PORTDOCS%%share/doc/apache2/dso.xml.ja -%%PORTDOCS%%share/doc/apache2/env.html.en -%%PORTDOCS%%share/doc/apache2/env.html.ja.jis -%%PORTDOCS%%share/doc/apache2/env.xml -%%PORTDOCS%%share/doc/apache2/env.xml.ja -%%PORTDOCS%%share/doc/apache2/faq/index.html -%%PORTDOCS%%share/doc/apache2/filter.html.en -%%PORTDOCS%%share/doc/apache2/filter.html.ja.jis -%%PORTDOCS%%share/doc/apache2/filter.xml -%%PORTDOCS%%share/doc/apache2/filter.xml.ja -%%PORTDOCS%%share/doc/apache2/footer.html -%%PORTDOCS%%share/doc/apache2/glossary.html.en -%%PORTDOCS%%share/doc/apache2/glossary.xml -%%PORTDOCS%%share/doc/apache2/handler.html.en -%%PORTDOCS%%share/doc/apache2/handler.html.ja.jis -%%PORTDOCS%%share/doc/apache2/handler.xml -%%PORTDOCS%%share/doc/apache2/handler.xml.ja -%%PORTDOCS%%share/doc/apache2/header.html -%%PORTDOCS%%share/doc/apache2/howto/auth.html.en -%%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis -%%PORTDOCS%%share/doc/apache2/howto/cgi.html.en -%%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis -%%PORTDOCS%%share/doc/apache2/howto/cgi.xml -%%PORTDOCS%%share/doc/apache2/howto/cgi.xml.ja -%%PORTDOCS%%share/doc/apache2/howto/footer.html -%%PORTDOCS%%share/doc/apache2/howto/header.html -%%PORTDOCS%%share/doc/apache2/howto/htaccess.html.en -%%PORTDOCS%%share/doc/apache2/howto/htaccess.xml -%%PORTDOCS%%share/doc/apache2/howto/index.html.en -%%PORTDOCS%%share/doc/apache2/howto/index.xml -%%PORTDOCS%%share/doc/apache2/howto/public_html.html.en -%%PORTDOCS%%share/doc/apache2/howto/public_html.xml -%%PORTDOCS%%share/doc/apache2/howto/ssi.html.en -%%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis -%%PORTDOCS%%share/doc/apache2/howto/ssi.xml -%%PORTDOCS%%share/doc/apache2/howto/ssi.xml.ja -%%PORTDOCS%%share/doc/apache2/images/apache_header.gif -%%PORTDOCS%%share/doc/apache2/images/apache_header.png -%%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif -%%PORTDOCS%%share/doc/apache2/images/custom_errordocs.png -%%PORTDOCS%%share/doc/apache2/images/down.gif -%%PORTDOCS%%share/doc/apache2/images/favicon.ico -%%PORTDOCS%%share/doc/apache2/images/feather.gif -%%PORTDOCS%%share/doc/apache2/images/home.gif -%%PORTDOCS%%share/doc/apache2/images/home.png -%%PORTDOCS%%share/doc/apache2/images/index.gif -%%PORTDOCS%%share/doc/apache2/images/index.png -%%PORTDOCS%%share/doc/apache2/images/left.gif -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.fig -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.gif -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.png -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.fig -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.gif -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.png -%%PORTDOCS%%share/doc/apache2/images/pixel.gif -%%PORTDOCS%%share/doc/apache2/images/pixel.png -%%PORTDOCS%%share/doc/apache2/images/right.gif -%%PORTDOCS%%share/doc/apache2/images/sub.gif -%%PORTDOCS%%share/doc/apache2/images/sub.png -%%PORTDOCS%%share/doc/apache2/images/up.gif -%%PORTDOCS%%share/doc/apache2/index.html.de -%%PORTDOCS%%share/doc/apache2/index.html.en -%%PORTDOCS%%share/doc/apache2/index.html.fr -%%PORTDOCS%%share/doc/apache2/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/install.html.de -%%PORTDOCS%%share/doc/apache2/install.html.en -%%PORTDOCS%%share/doc/apache2/install.html.ja.jis -%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/install.html.ru.koi8-r -%%PORTDOCS%%share/doc/apache2/install.xml -%%PORTDOCS%%share/doc/apache2/install.xml.de -%%PORTDOCS%%share/doc/apache2/install.xml.ja -%%PORTDOCS%%share/doc/apache2/install.xml.ru -%%PORTDOCS%%share/doc/apache2/invoking.html.de -%%PORTDOCS%%share/doc/apache2/invoking.html.en -%%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis -%%PORTDOCS%%share/doc/apache2/invoking.xml -%%PORTDOCS%%share/doc/apache2/invoking.xml.de -%%PORTDOCS%%share/doc/apache2/invoking.xml.ja -%%PORTDOCS%%share/doc/apache2/logs.html.en -%%PORTDOCS%%share/doc/apache2/logs.html.ja.jis -%%PORTDOCS%%share/doc/apache2/logs.xml -%%PORTDOCS%%share/doc/apache2/logs.xml.ja -%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html -%%PORTDOCS%%share/doc/apache2/misc/descriptors.html -%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html -%%PORTDOCS%%share/doc/apache2/misc/footer.html -%%PORTDOCS%%share/doc/apache2/misc/header.html -%%PORTDOCS%%share/doc/apache2/misc/index.html.en -%%PORTDOCS%%share/doc/apache2/misc/index.xml -%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html -%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html.en -%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml -%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html.en -%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml -%%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en -%%PORTDOCS%%share/doc/apache2/misc/security_tips.xml -%%PORTDOCS%%share/doc/apache2/misc/tutorials.html -%%PORTDOCS%%share/doc/apache2/mod/beos.html.en -%%PORTDOCS%%share/doc/apache2/mod/beos.xml -%%PORTDOCS%%share/doc/apache2/mod/core.html.en -%%PORTDOCS%%share/doc/apache2/mod/core.xml -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/directives.html.de -%%PORTDOCS%%share/doc/apache2/mod/directives.html.en -%%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/directives.xml -%%PORTDOCS%%share/doc/apache2/mod/directives.xml.de -%%PORTDOCS%%share/doc/apache2/mod/directives.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/footer.html -%%PORTDOCS%%share/doc/apache2/mod/header.html -%%PORTDOCS%%share/doc/apache2/mod/index.html.de -%%PORTDOCS%%share/doc/apache2/mod/index.html.en -%%PORTDOCS%%share/doc/apache2/mod/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/index.xml -%%PORTDOCS%%share/doc/apache2/mod/index.xml.de -%%PORTDOCS%%share/doc/apache2/mod/index.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/leader.html.en -%%PORTDOCS%%share/doc/apache2/mod/leader.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_example.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_logio.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_status.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml -%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en -%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml -%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml -%%PORTDOCS%%share/doc/apache2/mod/perchild.html.en -%%PORTDOCS%%share/doc/apache2/mod/perchild.xml -%%PORTDOCS%%share/doc/apache2/mod/prefork.html.en -%%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/prefork.xml -%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.de -%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.en -%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml -%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.de -%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/threadpool.html.en -%%PORTDOCS%%share/doc/apache2/mod/threadpool.xml -%%PORTDOCS%%share/doc/apache2/mod/worker.html.en -%%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/worker.xml -%%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja -%%PORTDOCS%%share/doc/apache2/mpm.html.en -%%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/mpm.xml -%%PORTDOCS%%share/doc/apache2/mpm.xml.ja -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.fr -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ja.jis -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ru.koi8-r -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ja -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ru -%%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en -%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml -%%PORTDOCS%%share/doc/apache2/platform/footer.html -%%PORTDOCS%%share/doc/apache2/platform/header.html -%%PORTDOCS%%share/doc/apache2/platform/index.html.en -%%PORTDOCS%%share/doc/apache2/platform/index.xml -%%PORTDOCS%%share/doc/apache2/platform/netware.html.en -%%PORTDOCS%%share/doc/apache2/platform/netware.xml -%%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en -%%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml -%%PORTDOCS%%share/doc/apache2/platform/win_compiling.html.en -%%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml -%%PORTDOCS%%share/doc/apache2/platform/windows.html.en -%%PORTDOCS%%share/doc/apache2/platform/windows.xml -%%PORTDOCS%%share/doc/apache2/programs/ab.html -%%PORTDOCS%%share/doc/apache2/programs/apachectl.html.en -%%PORTDOCS%%share/doc/apache2/programs/apachectl.xml -%%PORTDOCS%%share/doc/apache2/programs/apxs.html -%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html -%%PORTDOCS%%share/doc/apache2/programs/footer.html -%%PORTDOCS%%share/doc/apache2/programs/header.html -%%PORTDOCS%%share/doc/apache2/programs/htdigest.html -%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html -%%PORTDOCS%%share/doc/apache2/programs/httpd.html.en -%%PORTDOCS%%share/doc/apache2/programs/httpd.xml -%%PORTDOCS%%share/doc/apache2/programs/index.html.en -%%PORTDOCS%%share/doc/apache2/programs/index.xml -%%PORTDOCS%%share/doc/apache2/programs/logresolve.html -%%PORTDOCS%%share/doc/apache2/programs/other.html -%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html -%%PORTDOCS%%share/doc/apache2/programs/suexec.html -%%PORTDOCS%%share/doc/apache2/search/manual-index.cgi -%%PORTDOCS%%share/doc/apache2/sections.html.en -%%PORTDOCS%%share/doc/apache2/sections.html.ja.jis -%%PORTDOCS%%share/doc/apache2/sections.xml -%%PORTDOCS%%share/doc/apache2/server-wide.html.en -%%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis -%%PORTDOCS%%share/doc/apache2/server-wide.xml -%%PORTDOCS%%share/doc/apache2/server-wide.xml.ja -%%PORTDOCS%%share/doc/apache2/sitemap.html.de -%%PORTDOCS%%share/doc/apache2/sitemap.html.en -%%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis -%%PORTDOCS%%share/doc/apache2/sitemap.xml -%%PORTDOCS%%share/doc/apache2/sitemap.xml.de -%%PORTDOCS%%share/doc/apache2/sitemap.xml.ja -%%PORTDOCS%%share/doc/apache2/ssl/footer.html -%%PORTDOCS%%share/doc/apache2/ssl/header.html -%%PORTDOCS%%share/doc/apache2/ssl/index.html.en -%%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/ssl/index.xml -%%PORTDOCS%%share/doc/apache2/ssl/index.xml.ja -%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg -%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif -%%PORTDOCS%%share/doc/apache2/stopping.html.de -%%PORTDOCS%%share/doc/apache2/stopping.html.en -%%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis -%%PORTDOCS%%share/doc/apache2/stopping.xml -%%PORTDOCS%%share/doc/apache2/stopping.xml.de -%%PORTDOCS%%share/doc/apache2/stopping.xml.ja -%%PORTDOCS%%share/doc/apache2/style/common.dtd -%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css -%%PORTDOCS%%share/doc/apache2/style/css/manual-print.css -%%PORTDOCS%%share/doc/apache2/style/css/manual.css -%%PORTDOCS%%share/doc/apache2/style/lang/de.xml -%%PORTDOCS%%share/doc/apache2/style/lang/en.xml -%%PORTDOCS%%share/doc/apache2/style/lang/ja.xml -%%PORTDOCS%%share/doc/apache2/style/lang/ru.xml -%%PORTDOCS%%share/doc/apache2/style/lang/sv.xml -%%PORTDOCS%%share/doc/apache2/style/manual.de.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.en.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.ru.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl -%%PORTDOCS%%share/doc/apache2/style/manualpage.dtd -%%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd -%%PORTDOCS%%share/doc/apache2/style/sitemap.dtd -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-lat1.ent -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-special.ent -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-symbol.ent -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-strict.dtd -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-transitional.dtd -%%PORTDOCS%%share/doc/apache2/style/xsl/common.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/quickreference.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl -%%PORTDOCS%%share/doc/apache2/suexec.html.en -%%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis -%%PORTDOCS%%share/doc/apache2/suexec.xml -%%PORTDOCS%%share/doc/apache2/suexec.xml.ja -%%PORTDOCS%%share/doc/apache2/upgrading.html.de -%%PORTDOCS%%share/doc/apache2/upgrading.html.en -%%PORTDOCS%%share/doc/apache2/upgrading.html.fr -%%PORTDOCS%%share/doc/apache2/upgrading.html.ja.jis -%%PORTDOCS%%share/doc/apache2/upgrading.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/upgrading.html.ru.koi8-r -%%PORTDOCS%%share/doc/apache2/upgrading.xml -%%PORTDOCS%%share/doc/apache2/upgrading.xml.de -%%PORTDOCS%%share/doc/apache2/upgrading.xml.ja -%%PORTDOCS%%share/doc/apache2/upgrading.xml.ru -%%PORTDOCS%%share/doc/apache2/urlmapping.html.en -%%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis -%%PORTDOCS%%share/doc/apache2/urlmapping.xml -%%PORTDOCS%%share/doc/apache2/urlmapping.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/details.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/details.xml -%%PORTDOCS%%share/doc/apache2/vhosts/examples.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/footer.html -%%PORTDOCS%%share/doc/apache2/vhosts/header.html -%%PORTDOCS%%share/doc/apache2/vhosts/index.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/vhosts/index.xml -%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml -%%PORTDOCS%%share/doc/apache2/vhosts/mass.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml -@exec mkdir -p %D/www -@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi -@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin -www/cgi-bin-dist/printenv -www/cgi-bin-dist/test-cgi -@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi -@exec [ ! -d %D/www/data ] && ln -fs %D/www/data-dist %D/www/data -www/data-dist/apache_pb.gif -www/data-dist/apache_pb.png -www/data-dist/apache_pb2.gif -www/data-dist/apache_pb2.png -www/data-dist/apache_pb2_ani.gif -www/data-dist/index.html.ca -www/data-dist/index.html.cz.iso8859-2 -www/data-dist/index.html.de -www/data-dist/index.html.dk -www/data-dist/index.html.ee -www/data-dist/index.html.el -www/data-dist/index.html.en -www/data-dist/index.html.es -www/data-dist/index.html.et -www/data-dist/index.html.fr -www/data-dist/index.html.he.iso8859-8 -www/data-dist/index.html.hr.iso8859-2 -www/data-dist/index.html.it -www/data-dist/index.html.ja.iso2022-jp -www/data-dist/index.html.ko.euc-kr -www/data-dist/index.html.lb.utf8 -www/data-dist/index.html.nl -www/data-dist/index.html.nn -www/data-dist/index.html.no -www/data-dist/index.html.po.iso8859-2 -www/data-dist/index.html.pt -www/data-dist/index.html.pt-br -www/data-dist/index.html.ru.cp-1251 -www/data-dist/index.html.ru.cp866 -www/data-dist/index.html.ru.iso-ru -www/data-dist/index.html.ru.koi8-r -www/data-dist/index.html.ru.utf8 -www/data-dist/index.html.se -www/data-dist/index.html.var -www/data-dist/index.html.zh -@unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi -@exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error -www/error-dist/HTTP_BAD_GATEWAY.html.var -www/error-dist/HTTP_BAD_REQUEST.html.var -www/error-dist/HTTP_FORBIDDEN.html.var -www/error-dist/HTTP_GONE.html.var -www/error-dist/HTTP_INTERNAL_SERVER_ERROR.html.var -www/error-dist/HTTP_LENGTH_REQUIRED.html.var -www/error-dist/HTTP_METHOD_NOT_ALLOWED.html.var -www/error-dist/HTTP_NOT_ACCEPTABLE.html.var -www/error-dist/HTTP_NOT_FOUND.html.var -www/error-dist/HTTP_NOT_IMPLEMENTED.html.var -www/error-dist/HTTP_PRECONDITION_FAILED.html.var -www/error-dist/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var -www/error-dist/HTTP_REQUEST_TIME_OUT.html.var -www/error-dist/HTTP_REQUEST_URI_TOO_LARGE.html.var -www/error-dist/HTTP_SERVICE_UNAVAILABLE.html.var -www/error-dist/HTTP_UNAUTHORIZED.html.var -www/error-dist/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var -www/error-dist/HTTP_VARIANT_ALSO_VARIES.html.var -www/error-dist/README -www/error-dist/contact.html.var -www/error-dist/include/bottom.html -www/error-dist/include/spacer.html -www/error-dist/include/top.html -@unexec if [ -L %D/www/icons ]; then rm -f %D/www/icons; fi -@exec [ ! -d %D/www/icons ] && ln -fs %D/www/icons-dist %D/www/icons -www/icons-dist/README -www/icons-dist/a.gif -www/icons-dist/a.png -www/icons-dist/alert.black.gif -www/icons-dist/alert.black.png -www/icons-dist/alert.red.gif -www/icons-dist/alert.red.png -www/icons-dist/apache_pb.gif -www/icons-dist/apache_pb.png -www/icons-dist/apache_pb2.gif -www/icons-dist/apache_pb2.png -www/icons-dist/apache_pb2_ani.gif -www/icons-dist/back.gif -www/icons-dist/back.png -www/icons-dist/ball.gray.gif -www/icons-dist/ball.gray.png -www/icons-dist/ball.red.gif -www/icons-dist/ball.red.png -www/icons-dist/binary.gif -www/icons-dist/binary.png -www/icons-dist/binhex.gif -www/icons-dist/binhex.png -www/icons-dist/blank.gif -www/icons-dist/blank.png -www/icons-dist/bomb.gif -www/icons-dist/bomb.png -www/icons-dist/box1.gif -www/icons-dist/box1.png -www/icons-dist/box2.gif -www/icons-dist/box2.png -www/icons-dist/broken.gif -www/icons-dist/broken.png -www/icons-dist/burst.gif -www/icons-dist/burst.png -www/icons-dist/c.gif -www/icons-dist/c.png -www/icons-dist/comp.blue.gif -www/icons-dist/comp.blue.png -www/icons-dist/comp.gray.gif -www/icons-dist/comp.gray.png -www/icons-dist/compressed.gif -www/icons-dist/compressed.png -www/icons-dist/continued.gif -www/icons-dist/continued.png -www/icons-dist/dir.gif -www/icons-dist/dir.png -www/icons-dist/diskimg.gif -www/icons-dist/diskimg.png -www/icons-dist/down.gif -www/icons-dist/down.png -www/icons-dist/dvi.gif -www/icons-dist/dvi.png -www/icons-dist/f.gif -www/icons-dist/f.png -www/icons-dist/folder.gif -www/icons-dist/folder.open.gif -www/icons-dist/folder.open.png -www/icons-dist/folder.png -www/icons-dist/folder.sec.gif -www/icons-dist/folder.sec.png -www/icons-dist/forward.gif -www/icons-dist/forward.png -www/icons-dist/freebsd.gif -www/icons-dist/generic.gif -www/icons-dist/generic.png -www/icons-dist/generic.red.gif -www/icons-dist/generic.red.png -www/icons-dist/generic.sec.gif -www/icons-dist/generic.sec.png -www/icons-dist/hand.right.gif -www/icons-dist/hand.right.png -www/icons-dist/hand.up.gif -www/icons-dist/hand.up.png -www/icons-dist/icon.sheet.gif -www/icons-dist/icon.sheet.png -www/icons-dist/image1.gif -www/icons-dist/image1.png -www/icons-dist/image2.gif -www/icons-dist/image2.png -www/icons-dist/image3.gif -www/icons-dist/image3.png -www/icons-dist/index.gif -www/icons-dist/index.png -www/icons-dist/layout.gif -www/icons-dist/layout.png -www/icons-dist/left.gif -www/icons-dist/left.png -www/icons-dist/link.gif -www/icons-dist/link.png -www/icons-dist/movie.gif -www/icons-dist/movie.png -www/icons-dist/p.gif -www/icons-dist/p.png -www/icons-dist/patch.gif -www/icons-dist/patch.png -www/icons-dist/pdf.gif -www/icons-dist/pdf.png -www/icons-dist/pie0.gif -www/icons-dist/pie0.png -www/icons-dist/pie1.gif -www/icons-dist/pie1.png -www/icons-dist/pie2.gif -www/icons-dist/pie2.png -www/icons-dist/pie3.gif -www/icons-dist/pie3.png -www/icons-dist/pie4.gif -www/icons-dist/pie4.png -www/icons-dist/pie5.gif -www/icons-dist/pie5.png -www/icons-dist/pie6.gif -www/icons-dist/pie6.png -www/icons-dist/pie7.gif -www/icons-dist/pie7.png -www/icons-dist/pie8.gif -www/icons-dist/pie8.png -www/icons-dist/portal.gif -www/icons-dist/portal.png -www/icons-dist/ps.gif -www/icons-dist/ps.png -www/icons-dist/quill.gif -www/icons-dist/quill.png -www/icons-dist/right.gif -www/icons-dist/right.png -www/icons-dist/screw1.gif -www/icons-dist/screw1.png -www/icons-dist/screw2.gif -www/icons-dist/screw2.png -www/icons-dist/script.gif -www/icons-dist/script.png -www/icons-dist/small/README.txt -www/icons-dist/small/back.gif -www/icons-dist/small/back.png -www/icons-dist/small/binary.gif -www/icons-dist/small/binary.png -www/icons-dist/small/binhex.gif -www/icons-dist/small/binhex.png -www/icons-dist/small/blank.gif -www/icons-dist/small/blank.png -www/icons-dist/small/broken.gif -www/icons-dist/small/broken.png -www/icons-dist/small/burst.gif -www/icons-dist/small/burst.png -www/icons-dist/small/comp1.gif -www/icons-dist/small/comp1.png -www/icons-dist/small/comp2.gif -www/icons-dist/small/comp2.png -www/icons-dist/small/compressed.gif -www/icons-dist/small/compressed.png -www/icons-dist/small/continued.gif -www/icons-dist/small/continued.png -www/icons-dist/small/dir.gif -www/icons-dist/small/dir.png -www/icons-dist/small/dir2.gif -www/icons-dist/small/dir2.png -www/icons-dist/small/doc.gif -www/icons-dist/small/doc.png -www/icons-dist/small/forward.gif -www/icons-dist/small/forward.png -www/icons-dist/small/generic.gif -www/icons-dist/small/generic.png -www/icons-dist/small/generic2.gif -www/icons-dist/small/generic2.png -www/icons-dist/small/generic3.gif -www/icons-dist/small/generic3.png -www/icons-dist/small/image.gif -www/icons-dist/small/image.png -www/icons-dist/small/image2.gif -www/icons-dist/small/image2.png -www/icons-dist/small/index.gif -www/icons-dist/small/index.png -www/icons-dist/small/key.gif -www/icons-dist/small/key.png -www/icons-dist/small/movie.gif -www/icons-dist/small/movie.png -www/icons-dist/small/patch.gif -www/icons-dist/small/patch.png -www/icons-dist/small/ps.gif -www/icons-dist/small/ps.png -www/icons-dist/small/rainbow.gif -www/icons-dist/small/rainbow.png -www/icons-dist/small/sound.gif -www/icons-dist/small/sound.png -www/icons-dist/small/sound2.gif -www/icons-dist/small/sound2.png -www/icons-dist/small/tar.gif -www/icons-dist/small/tar.png -www/icons-dist/small/text.gif -www/icons-dist/small/text.png -www/icons-dist/small/transfer.gif -www/icons-dist/small/transfer.png -www/icons-dist/small/unknown.gif -www/icons-dist/small/unknown.png -www/icons-dist/small/uu.gif -www/icons-dist/small/uu.png -www/icons-dist/sound1.gif -www/icons-dist/sound1.png -www/icons-dist/sound2.gif -www/icons-dist/sound2.png -www/icons-dist/sphere1.gif -www/icons-dist/sphere1.png -www/icons-dist/sphere2.gif -www/icons-dist/sphere2.png -www/icons-dist/tar.gif -www/icons-dist/tar.png -www/icons-dist/tex.gif -www/icons-dist/tex.png -www/icons-dist/text.gif -www/icons-dist/text.png -www/icons-dist/transfer.gif -www/icons-dist/transfer.png -www/icons-dist/unknown.gif -www/icons-dist/unknown.png -www/icons-dist/up.gif -www/icons-dist/up.png -www/icons-dist/uu.gif -www/icons-dist/uu.png -www/icons-dist/uuencoded.gif -www/icons-dist/uuencoded.png -www/icons-dist/world1.gif -www/icons-dist/world1.png -www/icons-dist/world2.gif -www/icons-dist/world2.png -@dirrm www/icons-dist/small -@dirrm www/icons-dist -@dirrm www/error-dist/include -@dirrm www/error-dist -@dirrm www/data-dist -@dirrm www/cgi-bin-dist -@dirrm www -%%PORTDOCS%%@dirrm share/doc/apache2/vhosts -%%PORTDOCS%%@dirrm share/doc/apache2/style/xsl -%%PORTDOCS%%@dirrm share/doc/apache2/style/w3c -%%PORTDOCS%%@dirrm share/doc/apache2/style/lang -%%PORTDOCS%%@dirrm share/doc/apache2/style/css -%%PORTDOCS%%@dirrm share/doc/apache2/style -%%PORTDOCS%%@dirrm share/doc/apache2/ssl -%%PORTDOCS%%@dirrm share/doc/apache2/search -%%PORTDOCS%%@dirrm share/doc/apache2/programs -%%PORTDOCS%%@dirrm share/doc/apache2/platform -%%PORTDOCS%%@dirrm share/doc/apache2/mod -%%PORTDOCS%%@dirrm share/doc/apache2/misc -%%PORTDOCS%%@dirrm share/doc/apache2/images -%%PORTDOCS%%@dirrm share/doc/apache2/howto -%%PORTDOCS%%@dirrm share/doc/apache2/faq -%%PORTDOCS%%@dirrm share/doc/apache2/developer -%%PORTDOCS%%@dirrm share/doc/apache2 -@dirrm share/apache2/build -@dirrm share/apache2 -@dirrm libexec/apache2 -@dirrm lib/apache2 -@dirrm include/apache2 -@dirrm etc/apache2 diff --git a/www/apache21/Makefile b/www/apache21/Makefile deleted file mode 100644 index 30b386619cf9..000000000000 --- a/www/apache21/Makefile +++ /dev/null @@ -1,152 +0,0 @@ -# New ports collection makefile for: apache2 -# Date created: 7 April 2001 -# Whom: Hye-Shik Chang <perky@fallin.lv> -# -# $FreeBSD$ -# - -PORTNAME= apache -PORTVERSION= 2.0.44 -CATEGORIES= www ipv6 -MASTER_SITES= http://www.apache.org/dist/httpd/ \ - http://apache.mirrorcentral.com/dist/httpd/ \ - http://apache.missouri.edu/dist/httpd/ \ - http://ftp.epix.net/apache/dist/httpd/ \ - ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \ - ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/dist/httpd,} \ - http://www.freebsd.org/gifs/:freebsd \ - http://www2.freebsd.org/gifs/:freebsd -DISTNAME= httpd-${PORTVERSION} -DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd -EXTRACT_ONLY= ${DISTNAME}.tar.gz - -MAINTAINER?= perky@FreeBSD.org -COMMENT?= Version 2 of the extremely popular Apache http server - -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 - -LATEST_LINK= apache2 - -WITH_MPM?= prefork # or worker, perchild -HTTP_PORT?= 80 - -HAS_CONFIGURE= yes -USE_PERL5= yes -USE_REINPLACE= yes -CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ - --enable-layout=FreeBSD \ - --with-perl=${PERL5} \ - --enable-so \ - --with-mpm=${WITH_MPM} \ - --with-port=${HTTP_PORT} \ - --with-expat=${LOCALBASE} \ - --libdir=${PREFIX_RELDEST}/lib/apache2 \ - --includedir=${PREFIX_RELDEST}/include/apache2 -CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" -SHARED_MODULES= all cgid deflate ext_filter proxy proxy-connect proxy-ftp \ - proxy-http -PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} -RC_SUB= -e 's,@@PREFIX@@,${PREFIX_RELDEST},g' -MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes - -.if defined(NOPORTDOCS) -MAKE_ENV+= NOPORTDOCS=yes -.endif - -.if !defined(IPV6_V6ONLY) -CONFIGURE_ARGS+= --enable-v4-mapped -.endif - -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_SUEXEC) -SUEXEC_DOCROOT?= ${PREFIX_RELDEST}/www/data -SUEXEC_USERDIR?= public_html -CONFIGURE_ARGS+= --enable-suexec \ - --with-suexec-caller=www \ - --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ - --with-suexec-userdir="${SUEXEC_USERDIR}" \ - --with-suexec-docroot="${SUEXEC_DOCROOT}" \ - --with-suexec-safepath="${PREFIX_RELDEST}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ - --with-suexec-logfile="/var/log/httpd-suexec.log" \ - --with-suexec-bin="${PREFIX_RELDEST}/sbin/suexec" -PLIST_SUB+= SUEXEC="" -.else -PLIST_SUB+= SUEXEC="@comment " -.endif - -.if ${WITH_MPM} != "prefork" -PKGNAMESUFFIX= -${WITH_MPM} -WITH_THREADS= yes -.if ${WITH_MPM} == "worker" -PLIST_SUB+= PREFORK="@comment " WORKER="" -.else -PLIST_SUB+= PREFORK="@comment " WORKER="@comment " -.endif -.else -PLIST_SUB+= PREFORK="" WORKER="@comment " -.endif - -.if defined(WITH_THREADS) -CONFIGURE_ARGS+= --enable-threads -CFLAGS+= -DFREEBSD_THREAD_HACK -SHARED_MODULES+= cache file-cache disk-cache mem_cache -PLIST_SUB+= THREADS="" -.else -PLIST_SUB+= THREADS="@comment " -.endif - -.if !defined(WITHOUT_SSL) -SHARED_MODULES+= ssl -CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} -PLIST_SUB+= MODSSL="" -RC_SUB+= -e 's,@@SSL@@,ssl,g' -.else -PLIST_SUB+= MODSSL="@comment " -RC_SUB+= -e 's,@@SSL@@,,g' -.endif - -.if defined(WITH_EXPERIMENTAL) -SHARED_MODULES+= bucketeer case_filter case_filter_in ext_filter charset_lite \ - optional_hook_export optional_hook_import \ - optional_fn_import optional_fn_export -PLIST_SUB+= EXPERIMENTAL="" -.else -PLIST_SUB+= EXPERIMENTAL="@comment " -.endif - -CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} - -MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apxs.8 logresolve.8 rotatelogs.8 suexec.8 - -post-extract: - @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif - -post-patch: - @cd ${WRKSRC}/docs/docroot && \ - for f in index.html.*; do (\ - ${REINPLACE_CMD} -e 's,apache_pb,icons/freebsd.gif"\ - ALT="[Powered by FreeBSD]"><IMG SRC="apache_pb2_ani,g' $$f \ - ); done - @${RM} -f ${WRKSRC}/docs/docroot/*.bak - @${SED} ${RC_SUB} ${FILESDIR}/apache.sh >${WRKDIR}/apache2.sh - @${SED} ${RC_SUB} ${FILESDIR}/config.layout >>${WRKSRC}/config.layout - @${RM} -f ${WRKSRC}/docs/manual/index.html.ko.euc-kr - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/apache2.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache2.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/apache2.sh ${PREFIX}/etc/rc.d/apache2.sh; \ - fi - -.include <bsd.port.post.mk> diff --git a/www/apache21/distinfo b/www/apache21/distinfo deleted file mode 100644 index 2f0ffa4038be..000000000000 --- a/www/apache21/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (httpd-2.0.44.tar.gz) = 786c8d62bf18c6c88d2d82a9443cd1e1 -MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 diff --git a/www/apache21/files/apache.sh b/www/apache21/files/apache.sh deleted file mode 100644 index ab1a71895d0c..000000000000 --- a/www/apache21/files/apache.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -PREFIX=@@PREFIX@@ - -case "$1" in -start) - [ "@@SSL@@" = "ssl" -a -f "$PREFIX/etc/apache2/ssl.crt/server.crt" ] && SSL=ssl - [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && echo -n ' apache2' - ;; -stop) - [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/apache21/files/config.layout b/www/apache21/files/config.layout deleted file mode 100644 index e1f6e37ef756..000000000000 --- a/www/apache21/files/config.layout +++ /dev/null @@ -1,22 +0,0 @@ -<Layout FreeBSD> - prefix: /usr/local - exec_prefix: ${prefix} - bindir: ${exec_prefix}/bin - sbindir: ${exec_prefix}/sbin - libexecdir: ${exec_prefix}/libexec/apache2 - mandir: ${prefix}/man - sysconfdir: ${prefix}/etc/apache2 - datadir: ${prefix}/www - installbuilddir: ${prefix}/share/apache2/build - errordir: ${datadir}/error - iconsdir: ${datadir}/icons - htdocsdir: ${datadir}/data - manualdir: ${prefix}/share/doc/apache2 - cgidir: ${datadir}/cgi-bin - includedir: ${prefix}/include/apache2 - localstatedir: /var - runtimedir: ${localstatedir}/run - logfiledir: ${localstatedir}/log - proxycachedir: ${datadir}/proxy - infodir: ${exec_prefix}/share/info -</Layout> diff --git a/www/apache21/files/patch-Makefile.in b/www/apache21/files/patch-Makefile.in deleted file mode 100644 index 728fb88af957..000000000000 --- a/www/apache21/files/patch-Makefile.in +++ /dev/null @@ -1,109 +0,0 @@ ---- Makefile.in.orig Mon Sep 30 08:34:40 2002 -+++ Makefile.in Thu Oct 3 21:05:42 2002 -@@ -36,10 +36,13 @@ - if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \ - $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ - fi; \ -+ cp -f $$i $$i-dist; \ -+ $(INSTALL_DATA) $$i-dist $(DESTDIR)$(sysconfdir); \ - done; \ - for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \ - cd $$j ; \ - for i in *-std*.conf; do \ -+ [ -f `echo "$$i"|sed 's,\.in$$,_nonex,g'` ] || continue; \ - ( \ - n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \ - if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \ -@@ -57,6 +60,9 @@ - if test "x$$j" = "xssl"; then \ - echo "<IfDefine SSL>"; \ - fi; \ -+ if [ `echo "$$j" | egrep 'cgid|cache|dav|digest|proxy'` ]; then \ -+ echo -n "#"; \ -+ fi; \ - if test $$j != "^EOL^"; then \ - echo "LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \ - fi; \ -@@ -106,45 +112,33 @@ - doxygen $(top_srcdir)/docs/doxygen.conf - - install-htdocs: -- -@if [ -d $(DESTDIR)$(htdocsdir) ]; then \ -- echo "[PRESERVING EXISTING HTDOCS SUBDIR: $(DESTDIR)$(htdocsdir)]"; \ -- else \ -- echo Installing HTML documents ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \ -- test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \ -- cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -+ @echo Installing HTML documents -+ @test -d $(DESTDIR)$(htdocsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir)-dist -+ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)-dist) -+ @test -e $(DESTDIR)$(htdocsdir) || ln -sf $(DESTDIR)$(htdocsdir)-dist $(DESTDIR)$(htdocsdir) -+ -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir)-dist && find . -name "CVS" -print | xargs rm -rf - - install-error: -- -@if [ -d $(DESTDIR)$(errordir) ]; then \ -- echo "[PRESERVING EXISTING ERROR SUBDIR: $(DESTDIR)$(errordir)]"; \ -- else \ -- echo Installing error documents ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(errordir) ; \ -- cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) ; \ -- test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -+ @echo Installing error documents -+ @test -d $(DESTDIR)$(errordir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(errordir)-dist -+ cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir)-dist -+ -@test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir)-dist && find . -name "CVS" -print | xargs rm -rf -+ @test -e $(DESTDIR)$(errordir) || ln -sf $(DESTDIR)$(errordir)-dist $(DESTDIR)$(errordir) - - install-icons: -- -@if [ -d $(DESTDIR)$(iconsdir) ]; then \ -- echo "[PRESERVING EXISTING ICONS SUBDIR: $(DESTDIR)$(iconsdir)]"; \ -- else \ -- echo Installing icons ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir) ; \ -- cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) ; \ -- test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -- -+ @echo Installing icons -+ @test -d $(DESTDIR)$(iconsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir)-dist -+ cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir)-dist -+ -@test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir)-dist && find . -name "CVS" -print | xargs rm -rf -+ @test -e $(DESTDIR)$(iconsdir) || ln -sf $(DESTDIR)$(iconsdir)-dist $(DESTDIR)$(iconsdir) -+ - install-cgi: -- -@if [ -d $(DESTDIR)$(cgidir) ];then \ -- echo "[PRESERVING EXISTING CGI SUBDIR: $(DESTDIR)$(cgidir)]"; \ -- else \ -- echo Installing CGIs ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(cgidir) ; \ -- cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) ; \ -- test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -- -+ @echo Installing CGIs -+ @test -d $(DESTDIR)$(cgidir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir)-dist -+ cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir)-dist -+ -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir)-dist && find . -name "CVS" -print | xargs rm -rf -+ @test -e $(DESTDIR)$(cgidir) || ln -sf $(DESTDIR)$(cgidir)-dist $(DESTDIR)$(cgidir) -+ - install-other: - @test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir) - @test -d $(DESTDIR)$(runtimedir) || $(MKINSTALLDIRS) $(DESTDIR)$(runtimedir) -@@ -185,11 +179,13 @@ - @test -d $(DESTDIR)$(mandir) || $(MKINSTALLDIRS) $(DESTDIR)$(mandir) - @test -d $(DESTDIR)$(mandir)/man1 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1 - @test -d $(DESTDIR)$(mandir)/man8 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man8 -- @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) - @cp -p $(top_srcdir)/docs/man/*.1 $(DESTDIR)$(mandir)/man1 - @cp -p $(top_srcdir)/docs/man/*.8 $(DESTDIR)$(mandir)/man8 -+.if !defined(NOPORTDOCS) -+ @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) - @(cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir)) - @(cd $(DESTDIR)$(manualdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null ) || true -+.endif - - install-suexec: - @if test -f $(builddir)/support/suexec; then \ diff --git a/www/apache21/files/patch-configure b/www/apache21/files/patch-configure deleted file mode 100644 index 7a85d2f86f30..000000000000 --- a/www/apache21/files/patch-configure +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig Thu Oct 3 14:43:28 2002 -+++ configure Wed Jan 8 19:58:11 2003 -@@ -1520,7 +1520,7 @@ - $srcdir/config.layout > $pldconf - layout_name=$LAYOUT - . $pldconf -- rm $pldconf -+ rm -f $pldconf - for var in prefix exec_prefix bindir sbindir libexecdir mandir \ - sysconfdir datadir errordir iconsdir htdocsdir cgidir \ - includedir localstatedir runtimedir logfiledir libdir \ -@@ -2627,7 +2627,7 @@ - esac - - # The eval makes quoting arguments work. -- if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "$apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir" -+ if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "$apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir" - then : - echo "srclib/apr configured properly" - else -@@ -2908,7 +2908,7 @@ - esac - - # The eval makes quoting arguments work. -- if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "--with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir" -+ if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "--with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir" - then : - echo "srclib/apr-util configured properly" - else -@@ -15652,6 +15652,9 @@ - - cat >>confdefs.h <<_ACEOF - #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf" -+#define DEFAULT_ERRORLOG "${rel_logfiledir}/httpd-error.log" -+#define AP_TYPES_CONFIG_FILE "${rel_sysconfdir}/mime.types" -+#define DOCUMENT_LOCATION "${rel_htdocsdir}" - _ACEOF - - diff --git a/www/apache21/files/patch-docs:conf:httpd-std.conf.in b/www/apache21/files/patch-docs:conf:httpd-std.conf.in deleted file mode 100644 index d87b8bdcc679..000000000000 --- a/www/apache21/files/patch-docs:conf:httpd-std.conf.in +++ /dev/null @@ -1,56 +0,0 @@ ---- docs/conf/httpd-std.conf.in.orig Wed Apr 24 07:24:35 2002 -+++ docs/conf/httpd-std.conf.in Tue May 7 19:29:28 2002 -@@ -68,7 +68,7 @@ - # - <IfModule !mpm_netware.c> - <IfModule !perchild.c> --#ScoreBoardFile @rel_logfiledir@/apache_runtime_status -+#ScoreBoardFile @rel_runtimedir@/apache_runtime_status - </IfModule> - </IfModule> - -@@ -263,8 +263,8 @@ - # when the value of (unsigned)Group is above 60000; - # don't use Group #-1 on these systems! - # --User nobody --Group #-1 -+User www -+Group www - </IfModule> - </IfModule> - -@@ -450,7 +450,7 @@ - # logged here. If you *do* define an error logfile for a <VirtualHost> - # container, that host's errors will be logged there and not here. - # --ErrorLog @rel_logfiledir@/error_log -+ErrorLog @rel_logfiledir@/httpd-error.log - - # - # LogLevel: Control the number of messages logged to the error_log. -@@ -475,20 +475,20 @@ - # define per-<VirtualHost> access logfiles, transactions will be - # logged therein and *not* in this file. - # --CustomLog @rel_logfiledir@/access_log common -+#CustomLog @rel_logfiledir@/httpd-access.log common - - # - # If you would like to have agent and referer logfiles, uncomment the - # following directives. - # --#CustomLog @rel_logfiledir@/referer_log referer --#CustomLog @rel_logfiledir@/agent_log agent -+#CustomLog @rel_logfiledir@/httpd-referer.log referer -+#CustomLog @rel_logfiledir@/httpd-agent.log agent - - # - # If you prefer a single logfile with access, agent, and referer information - # (Combined Logfile Format) you can use the following directive. - # --#CustomLog @rel_logfiledir@/access_log combined -+CustomLog @rel_logfiledir@/httpd-access.log combined - - # - # Optionally add a line containing the server version and virtual host diff --git a/www/apache21/files/patch-docs:conf:ssl-std.conf b/www/apache21/files/patch-docs:conf:ssl-std.conf deleted file mode 100644 index 39ea9c6e7483..000000000000 --- a/www/apache21/files/patch-docs:conf:ssl-std.conf +++ /dev/null @@ -1,107 +0,0 @@ ---- docs/conf/ssl-std.conf.orig Fri May 17 04:05:24 2002 -+++ docs/conf/ssl-std.conf Tue Jun 18 23:15:32 2002 -@@ -55,15 +55,15 @@ - # Configure the SSL Session Cache: First the mechanism - # to use and second the expiring timeout (in seconds). - #SSLSessionCache none --#SSLSessionCache shmht:logs/ssl_scache(512000) --#SSLSessionCache shmcb:logs/ssl_scache(512000) --SSLSessionCache dbm:logs/ssl_scache -+#SSLSessionCache shmht:/var/log/httpd-ssl_scache(512000) -+#SSLSessionCache shmcb:/var/log/httpd-ssl_scache(512000) -+SSLSessionCache dbm:/var/log/httpd-ssl_scache - SSLSessionCacheTimeout 300 - - # Semaphore: - # Configure the path to the mutual exclusion semaphore the - # SSL engine uses internally for inter-process synchronization. --SSLMutex file:logs/ssl_mutex -+SSLMutex file:/var/log/httpd-ssl_mutex - - # Pseudo Random Number Generator (PRNG): - # Configure one or more sources to seed the PRNG of the -@@ -89,11 +89,11 @@ - <VirtualHost _default_:443> - - # General setup for the virtual host --DocumentRoot "@@ServerRoot@@/htdocs" -+DocumentRoot "@@ServerRoot@@/www/data" - ServerName new.host.name:443 - ServerAdmin you@your.address --ErrorLog logs/error_log --TransferLog logs/access_log -+ErrorLog /var/log/httpd-error.log -+TransferLog /var/log/httpd-access.log - - # SSL Engine Switch: - # Enable/Disable SSL for this virtual host. -@@ -111,16 +111,16 @@ - # in mind that if you have both an RSA and a DSA certificate you - # can configure both in parallel (to also allow the use of DSA - # ciphers, etc.) --SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server.crt --#SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server-dsa.crt -+SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server.crt -+#SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server-dsa.crt - - # Server Private Key: - # If the key is not combined with the certificate, use this - # directive to point at the key file. Keep in mind that if - # you've both a RSA and a DSA private key you can configure - # both in parallel (to also allow the use of DSA ciphers, etc.) --SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server.key --#SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server-dsa.key -+SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server.key -+#SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server-dsa.key - - # Server Certificate Chain: - # Point SSLCertificateChainFile at a file containing the -@@ -129,7 +129,7 @@ - # the referenced file can be the same as SSLCertificateFile - # when the CA certificates are directly appended to the server - # certificate for convinience. --#SSLCertificateChainFile @@ServerRoot@@/conf/ssl.crt/ca.crt -+#SSLCertificateChainFile @@ServerRoot@@/etc/apache2/ssl.crt/ca.crt - - # Certificate Authority (CA): - # Set the CA certificate verification path where to find CA -@@ -138,8 +138,8 @@ - # Note: Inside SSLCACertificatePath you need hash symlinks - # to point to the certificate files. Use the provided - # Makefile to update the hash symlinks after changes. --#SSLCACertificatePath @@ServerRoot@@/conf/ssl.crt --#SSLCACertificateFile @@ServerRoot@@/conf/ssl.crt/ca-bundle.crt -+#SSLCACertificatePath @@ServerRoot@@/etc/apache2/ssl.crt -+#SSLCACertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/ca-bundle.crt - - # Certificate Revocation Lists (CRL): - # Set the CA revocation path where to find CA CRLs for client -@@ -148,8 +148,8 @@ - # Note: Inside SSLCARevocationPath you need hash symlinks - # to point to the certificate files. Use the provided - # Makefile to update the hash symlinks after changes. --#SSLCARevocationPath @@ServerRoot@@/conf/ssl.crl --#SSLCARevocationFile @@ServerRoot@@/conf/ssl.crl/ca-bundle.crl -+#SSLCARevocationPath @@ServerRoot@@/etc/apache2/ssl.crl -+#SSLCARevocationFile @@ServerRoot@@/etc/apache2/ssl.crl/ca-bundle.crl - - # Client Authentication (Type): - # Client certificate verification type and depth. Types are -@@ -209,7 +209,7 @@ - <Files ~ "\.(cgi|shtml|phtml|php3?)$"> - SSLOptions +StdEnvVars - </Files> --<Directory "@@ServerRoot@@/cgi-bin"> -+<Directory "@@ServerRoot@@/www/cgi-bin"> - SSLOptions +StdEnvVars - </Directory> - -@@ -244,7 +244,7 @@ - # Per-Server Logging: - # The home of a custom SSL log file. Use this when you want a - # compact non-error SSL logfile on a virtual host basis. --CustomLog logs/ssl_request_log \ -+CustomLog /var/log/httpd-ssl_request.log \ - "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" - - </VirtualHost> diff --git a/www/apache21/files/patch-server:main.c b/www/apache21/files/patch-server:main.c deleted file mode 100644 index d297d4425fdb..000000000000 --- a/www/apache21/files/patch-server:main.c +++ /dev/null @@ -1,36 +0,0 @@ ---- server/main.c.orig Thu Jun 13 04:34:56 2002 -+++ server/main.c Sun Jul 21 08:54:09 2002 -@@ -78,6 +78,11 @@ - #include "ap_mpm.h" - #include "mpm_common.h" - -+#ifdef FREEBSD_THREAD_HACK -+#include <unistd.h> -+AP_DECLARE(int) ap_exists_config_define(const char *name); -+#endif -+ - /* WARNING: Win32 binds http_main.c dynamically to the server. Please place - * extern functions and global data in another appropriate module. - * -@@ -558,6 +563,21 @@ - destroy_and_exit_process(process, 1); - } - -+#ifdef FREEBSD_THREAD_HACK -+ { -+ int r; -+ -+ if (! ap_exists_config_define("NO_DETACH")) { -+ if ((r = fork()) > 0) -+ return 0; -+ if (r == -1) { -+ perror("fork"); -+ return 0; -+ } -+ setsid(); -+ } -+ } -+#endif - ap_process_config_tree(server_conf, ap_conftree, process->pconf, ptemp); - ap_fixup_virtual_hosts(pconf, server_conf); - ap_fini_vhost_config(pconf, server_conf); diff --git a/www/apache21/files/patch-srclib:apr:include:apr.h b/www/apache21/files/patch-srclib:apr:include:apr.h deleted file mode 100644 index f6e2e55f0de5..000000000000 --- a/www/apache21/files/patch-srclib:apr:include:apr.h +++ /dev/null @@ -1,17 +0,0 @@ ---- srclib/apr/include/apr.h.in.orig Fri Nov 15 17:33:00 2002 -+++ srclib/apr/include/apr.h.in Fri Nov 15 17:33:10 2002 -@@ -299,11 +299,11 @@ - #endif - - /* header files for PATH_MAX, _POSIX_PATH_MAX */ --#if APR_HAVE_SYS_SYSLIMITS_H --#include <sys/syslimits.h> --#endif - #if APR_HAVE_LIMITS_H - #include <limits.h> -+#endif -+#if APR_HAVE_SYS_SYSLIMITS_H -+#include <sys/syslimits.h> - #endif - - #if defined(PATH_MAX) diff --git a/www/apache21/files/patch-srclib:apr:include:apr_atomic.h b/www/apache21/files/patch-srclib:apr:include:apr_atomic.h deleted file mode 100644 index 14d1dd444ba3..000000000000 --- a/www/apache21/files/patch-srclib:apr:include:apr_atomic.h +++ /dev/null @@ -1,17 +0,0 @@ ---- srclib/apr/include/apr_atomic.h.orig Wed May 1 03:41:59 2002 -+++ srclib/apr/include/apr_atomic.h Tue May 7 19:37:45 2002 -@@ -175,10 +175,10 @@ - #include <machine/atomic.h> - - #define apr_atomic_t apr_uint32_t --#define apr_atomic_add(mem, val) atomic_add_int(mem,val) --#define apr_atomic_dec(mem) atomic_subtract_int(mem,1) --#define apr_atomic_inc(mem) atomic_add_int(mem,1) --#define apr_atomic_set(mem, val) atomic_set_int(mem, val) -+#define apr_atomic_add(mem, val) (atomic_add_int(mem,val),mem) -+#define apr_atomic_dec(mem) (atomic_subtract_int(mem,1),mem) -+#define apr_atomic_inc(mem) (atomic_add_int(mem,1),mem) -+#define apr_atomic_set(mem, val) (atomic_set_int(mem, val),mem) - #define apr_atomic_read(mem) (*mem) - - #define APR_ATOMIC_NEED_CAS_DEFAULT 1 diff --git a/www/apache21/files/patch-srclib:apr:threadproc:unix:procsup.c b/www/apache21/files/patch-srclib:apr:threadproc:unix:procsup.c deleted file mode 100644 index 13c663af7bd4..000000000000 --- a/www/apache21/files/patch-srclib:apr:threadproc:unix:procsup.c +++ /dev/null @@ -1,18 +0,0 @@ ---- srclib/apr/threadproc/unix/procsup.c.orig Mon Apr 8 22:08:18 2002 -+++ srclib/apr/threadproc/unix/procsup.c Sun Jul 21 08:45:44 2002 -@@ -59,6 +59,7 @@ - int x; - - chdir("/"); -+#ifndef FREEBSD_THREAD_HACK - #if !defined(MPE) && !defined(OS2) && !defined(TPF) && !defined(BEOS) - /* Don't detach for MPE because child processes can't survive the death of - * the parent. */ -@@ -89,6 +90,7 @@ - if (setpgid(0, 0) == -1) { - return errno; - } -+#endif - #endif - - /* close out the standard file descriptors */ diff --git a/www/apache21/files/patch-support:apachectl.in b/www/apache21/files/patch-support:apachectl.in deleted file mode 100644 index 57d2af876b8f..000000000000 --- a/www/apache21/files/patch-support:apachectl.in +++ /dev/null @@ -1,21 +0,0 @@ ---- support/apachectl.in.orig Mon May 27 20:46:01 2002 -+++ support/apachectl.in Thu Jul 11 21:12:36 2002 -@@ -31,8 +31,8 @@ - HTTPD='@exp_sbindir@/@progname@' - # - # pick up any necessary environment variables --if test -f @exp_bindir@/envvars; then -- . @exp_bindir@/envvars -+if test -f @exp_sbindir@/envvars; then -+ . @exp_sbindir@/envvars - fi - # - # a command that outputs a formatted text version of the HTML at the -@@ -46,6 +46,7 @@ - # - # -------------------- -------------------- - # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| -+eval `limits -e -C daemon` >/dev/null 2>&1 - - ERROR=0 - if [ "x$ARGV" = "x" ] ; then diff --git a/www/apache21/files/patch-support:log_server_status.in b/www/apache21/files/patch-support:log_server_status.in deleted file mode 100644 index 136bafb9ff1a..000000000000 --- a/www/apache21/files/patch-support:log_server_status.in +++ /dev/null @@ -1,20 +0,0 @@ ---- support/log_server_status.in.orig Tue Jun 18 23:21:53 2002 -+++ support/log_server_status.in Tue Jun 18 23:23:08 2002 -@@ -63,7 +63,7 @@ - # - require 'sys/socket.ph'; - --$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" -+$wherelog = "@logfiledir@/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log" - $server = "localhost"; # Name of server, could be "www.foo.com" - $port = "80"; # Port on server - $request = "/status/?auto"; # Request to send -@@ -96,7 +96,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-descr b/www/apache21/pkg-descr deleted file mode 100644 index edb36c918c7c..000000000000 --- a/www/apache21/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Apache is an HTTP server designed as a plug-in replacement for the NCSA -server version 1.3 (or 1.4). It fixes numerous bugs in the NCSA server and -includes many frequently requested new features, and has an API which -allows it to be extended to meet users' needs more easily. - -WWW: http://www.apache.org/ diff --git a/www/apache21/pkg-install b/www/apache21/pkg-install deleted file mode 100644 index 8073016ebac9..000000000000 --- a/www/apache21/pkg-install +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/www/apache21/Attic/pkg-install,v 1.3 2001-10-29 20:05:37 ache Exp $ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi - -exit 0 diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist deleted file mode 100644 index 98c1f6b61c40..000000000000 --- a/www/apache21/pkg-plist +++ /dev/null @@ -1,1041 +0,0 @@ -@unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi -etc/apache2/highperformance-std.conf -@exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf -@unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi -etc/apache2/httpd-std.conf -@exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf -@unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic-dist; then rm -f %D/etc/apache2/magic; fi -etc/apache2/magic-dist -@exec [ -f %B/magic ] || cp %B/%f %B/magic -@unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types-dist; then rm -f %D/etc/apache2/mime.types; fi -etc/apache2/mime.types-dist -@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types -@unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi -etc/apache2/ssl-std.conf -@exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf -etc/rc.d/apache2.sh -include/apache2/ap_compat.h -include/apache2/ap_config.h -include/apache2/ap_config_auto.h -include/apache2/ap_config_layout.h -include/apache2/ap_listen.h -include/apache2/ap_mmn.h -include/apache2/ap_mpm.h -include/apache2/ap_provider.h -include/apache2/ap_regkey.h -include/apache2/ap_release.h -include/apache2/apr.h -include/apache2/apr_allocator.h -include/apache2/apr_anylock.h -include/apache2/apr_atomic.h -include/apache2/apr_base64.h -include/apache2/apr_buckets.h -include/apache2/apr_compat.h -include/apache2/apr_date.h -include/apache2/apr_dbm.h -include/apache2/apr_dso.h -include/apache2/apr_errno.h -include/apache2/apr_file_info.h -include/apache2/apr_file_io.h -include/apache2/apr_fnmatch.h -include/apache2/apr_general.h -include/apache2/apr_getopt.h -include/apache2/apr_global_mutex.h -include/apache2/apr_hash.h -include/apache2/apr_hooks.h -include/apache2/apr_inherit.h -include/apache2/apr_ldap.h -include/apache2/apr_ldap_url.h -include/apache2/apr_lib.h -include/apache2/apr_md4.h -include/apache2/apr_md5.h -include/apache2/apr_mmap.h -include/apache2/apr_network_io.h -include/apache2/apr_optional.h -include/apache2/apr_optional_hooks.h -include/apache2/apr_poll.h -include/apache2/apr_pools.h -include/apache2/apr_portable.h -include/apache2/apr_proc_mutex.h -include/apache2/apr_queue.h -include/apache2/apr_reslist.h -include/apache2/apr_ring.h -include/apache2/apr_rmm.h -include/apache2/apr_sdbm.h -include/apache2/apr_sha1.h -include/apache2/apr_shm.h -include/apache2/apr_signal.h -include/apache2/apr_strings.h -include/apache2/apr_strmatch.h -include/apache2/apr_support.h -include/apache2/apr_tables.h -include/apache2/apr_thread_cond.h -include/apache2/apr_thread_mutex.h -include/apache2/apr_thread_proc.h -include/apache2/apr_thread_rwlock.h -include/apache2/apr_time.h -include/apache2/apr_uri.h -include/apache2/apr_user.h -include/apache2/apr_uuid.h -include/apache2/apr_version.h -include/apache2/apr_want.h -include/apache2/apr_xlate.h -include/apache2/apr_xml.h -include/apache2/apu.h -include/apache2/apu_compat.h -include/apache2/apu_version.h -%%WORKER%%include/apache2/fdqueue.h -include/apache2/http_config.h -include/apache2/http_connection.h -include/apache2/http_core.h -include/apache2/http_log.h -include/apache2/http_main.h -include/apache2/http_protocol.h -include/apache2/http_request.h -include/apache2/http_vhost.h -include/apache2/httpd.h -include/apache2/mod_cgi.h -include/apache2/mod_core.h -include/apache2/mod_dav.h -include/apache2/mod_include.h -include/apache2/mod_log_config.h -include/apache2/mod_proxy.h -include/apache2/mod_ssl.h -include/apache2/mpm.h -include/apache2/mpm_common.h -include/apache2/mpm_default.h -include/apache2/os.h -include/apache2/pcre.h -include/apache2/pcreposix.h -%%WORKER%%include/apache2/pod.h -include/apache2/rfc1413.h -include/apache2/scoreboard.h -include/apache2/ssl_expr.h -include/apache2/ssl_expr_parse.h -include/apache2/ssl_toolkit_compat.h -include/apache2/ssl_util_ssl.h -include/apache2/ssl_util_table.h -include/apache2/unixd.h -include/apache2/util_cfgtree.h -include/apache2/util_charset.h -include/apache2/util_ebcdic.h -include/apache2/util_filter.h -include/apache2/util_ldap.h -include/apache2/util_md5.h -include/apache2/util_script.h -include/apache2/util_time.h -include/apache2/util_xml.h -lib/apache2/apr-config -lib/apache2/apr.exp -lib/apache2/aprutil.exp -lib/apache2/apu-config -lib/apache2/libapr.a -lib/apache2/libapr.la -lib/apache2/libapr.so -lib/apache2/libapr.so.9 -lib/apache2/libaprutil.a -lib/apache2/libaprutil.la -lib/apache2/libaprutil.so -lib/apache2/libaprutil.so.9 -libexec/apache2/httpd.exp -libexec/apache2/mod_access.so -libexec/apache2/mod_actions.so -libexec/apache2/mod_alias.so -libexec/apache2/mod_asis.so -libexec/apache2/mod_auth.so -libexec/apache2/mod_auth_anon.so -libexec/apache2/mod_auth_dbm.so -libexec/apache2/mod_auth_digest.so -libexec/apache2/mod_autoindex.so -%%EXPERIMENTAL%%libexec/apache2/mod_bucketeer.so -%%THREADS%%libexec/apache2/mod_cache.so -%%EXPERIMENTAL%%libexec/apache2/mod_case_filter.so -%%EXPERIMENTAL%%libexec/apache2/mod_case_filter_in.so -libexec/apache2/mod_cern_meta.so -%%PREFORK%%libexec/apache2/mod_cgi.so -libexec/apache2/mod_cgid.so -%%EXPERIMENTAL%%libexec/apache2/mod_charset_lite.so -libexec/apache2/mod_dav.so -libexec/apache2/mod_dav_fs.so -libexec/apache2/mod_deflate.so -libexec/apache2/mod_dir.so -%%THREADS%%libexec/apache2/mod_disk_cache.so -libexec/apache2/mod_env.so -libexec/apache2/mod_expires.so -libexec/apache2/mod_ext_filter.so -%%THREADS%%libexec/apache2/mod_file_cache.so -libexec/apache2/mod_headers.so -libexec/apache2/mod_imap.so -libexec/apache2/mod_include.so -libexec/apache2/mod_info.so -libexec/apache2/mod_log_config.so -%%THREADS%%libexec/apache2/mod_mem_cache.so -libexec/apache2/mod_mime.so -libexec/apache2/mod_mime_magic.so -libexec/apache2/mod_negotiation.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_hook_export.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_hook_import.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_fn_import.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_fn_export.so -libexec/apache2/mod_proxy.so -libexec/apache2/mod_proxy_connect.so -libexec/apache2/mod_proxy_ftp.so -libexec/apache2/mod_proxy_http.so -libexec/apache2/mod_rewrite.so -libexec/apache2/mod_setenvif.so -libexec/apache2/mod_speling.so -%%MODSSL%%libexec/apache2/mod_ssl.so -libexec/apache2/mod_status.so -%%SUEXEC%%libexec/apache2/mod_suexec.so -libexec/apache2/mod_unique_id.so -libexec/apache2/mod_userdir.so -libexec/apache2/mod_usertrack.so -libexec/apache2/mod_vhost_alias.so -sbin/ab -sbin/apachectl -sbin/apxs -sbin/checkgid -sbin/dbmmanage -sbin/envvars -sbin/envvars-std -sbin/htdbm -sbin/htdigest -sbin/htpasswd -sbin/httpd -sbin/logresolve -sbin/rotatelogs -%%SUEXEC%%sbin/suexec -share/apache2/build/config_vars.mk -share/apache2/build/instdso.sh -share/apache2/build/library.mk -share/apache2/build/libtool -share/apache2/build/ltlib.mk -share/apache2/build/program.mk -share/apache2/build/rules.mk -share/apache2/build/special.mk -%%PORTDOCS%%share/doc/apache2/LICENSE -%%PORTDOCS%%share/doc/apache2/bind.html.en -%%PORTDOCS%%share/doc/apache2/bind.html.ja.jis -%%PORTDOCS%%share/doc/apache2/bind.xml -%%PORTDOCS%%share/doc/apache2/bind.xml.ja -%%PORTDOCS%%share/doc/apache2/cgi_path.html.en -%%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis -%%PORTDOCS%%share/doc/apache2/cgi_path.xml -%%PORTDOCS%%share/doc/apache2/cgi_path.xml.ja -%%PORTDOCS%%share/doc/apache2/configuring.html.en -%%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis -%%PORTDOCS%%share/doc/apache2/configuring.xml -%%PORTDOCS%%share/doc/apache2/configuring.xml.ja -%%PORTDOCS%%share/doc/apache2/content-negotiation.html.en -%%PORTDOCS%%share/doc/apache2/content-negotiation.html.ja.jis -%%PORTDOCS%%share/doc/apache2/content-negotiation.xml -%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ja -%%PORTDOCS%%share/doc/apache2/custom-error.html.en -%%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis -%%PORTDOCS%%share/doc/apache2/custom-error.xml -%%PORTDOCS%%share/doc/apache2/custom-error.xml.ja -%%PORTDOCS%%share/doc/apache2/developer/API.html -%%PORTDOCS%%share/doc/apache2/developer/debugging.html -%%PORTDOCS%%share/doc/apache2/developer/documenting.html -%%PORTDOCS%%share/doc/apache2/developer/filters.html -%%PORTDOCS%%share/doc/apache2/developer/footer.html -%%PORTDOCS%%share/doc/apache2/developer/header.html -%%PORTDOCS%%share/doc/apache2/developer/hooks.html -%%PORTDOCS%%share/doc/apache2/developer/index.html -%%PORTDOCS%%share/doc/apache2/developer/layeredio.html -%%PORTDOCS%%share/doc/apache2/developer/modules.html.en -%%PORTDOCS%%share/doc/apache2/developer/modules.html.ja.jis -%%PORTDOCS%%share/doc/apache2/developer/request.html -%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html -%%PORTDOCS%%share/doc/apache2/dns-caveats.html.en -%%PORTDOCS%%share/doc/apache2/dns-caveats.html.ja.jis -%%PORTDOCS%%share/doc/apache2/dns-caveats.xml -%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ja -%%PORTDOCS%%share/doc/apache2/dso.html.en -%%PORTDOCS%%share/doc/apache2/dso.html.ja.jis -%%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/dso.xml -%%PORTDOCS%%share/doc/apache2/dso.xml.ja -%%PORTDOCS%%share/doc/apache2/env.html.en -%%PORTDOCS%%share/doc/apache2/env.html.ja.jis -%%PORTDOCS%%share/doc/apache2/env.xml -%%PORTDOCS%%share/doc/apache2/env.xml.ja -%%PORTDOCS%%share/doc/apache2/faq/index.html -%%PORTDOCS%%share/doc/apache2/filter.html.en -%%PORTDOCS%%share/doc/apache2/filter.html.ja.jis -%%PORTDOCS%%share/doc/apache2/filter.xml -%%PORTDOCS%%share/doc/apache2/filter.xml.ja -%%PORTDOCS%%share/doc/apache2/footer.html -%%PORTDOCS%%share/doc/apache2/glossary.html.en -%%PORTDOCS%%share/doc/apache2/glossary.xml -%%PORTDOCS%%share/doc/apache2/handler.html.en -%%PORTDOCS%%share/doc/apache2/handler.html.ja.jis -%%PORTDOCS%%share/doc/apache2/handler.xml -%%PORTDOCS%%share/doc/apache2/handler.xml.ja -%%PORTDOCS%%share/doc/apache2/header.html -%%PORTDOCS%%share/doc/apache2/howto/auth.html.en -%%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis -%%PORTDOCS%%share/doc/apache2/howto/cgi.html.en -%%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis -%%PORTDOCS%%share/doc/apache2/howto/cgi.xml -%%PORTDOCS%%share/doc/apache2/howto/cgi.xml.ja -%%PORTDOCS%%share/doc/apache2/howto/footer.html -%%PORTDOCS%%share/doc/apache2/howto/header.html -%%PORTDOCS%%share/doc/apache2/howto/htaccess.html.en -%%PORTDOCS%%share/doc/apache2/howto/htaccess.xml -%%PORTDOCS%%share/doc/apache2/howto/index.html.en -%%PORTDOCS%%share/doc/apache2/howto/index.xml -%%PORTDOCS%%share/doc/apache2/howto/public_html.html.en -%%PORTDOCS%%share/doc/apache2/howto/public_html.xml -%%PORTDOCS%%share/doc/apache2/howto/ssi.html.en -%%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis -%%PORTDOCS%%share/doc/apache2/howto/ssi.xml -%%PORTDOCS%%share/doc/apache2/howto/ssi.xml.ja -%%PORTDOCS%%share/doc/apache2/images/apache_header.gif -%%PORTDOCS%%share/doc/apache2/images/apache_header.png -%%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif -%%PORTDOCS%%share/doc/apache2/images/custom_errordocs.png -%%PORTDOCS%%share/doc/apache2/images/down.gif -%%PORTDOCS%%share/doc/apache2/images/favicon.ico -%%PORTDOCS%%share/doc/apache2/images/feather.gif -%%PORTDOCS%%share/doc/apache2/images/home.gif -%%PORTDOCS%%share/doc/apache2/images/home.png -%%PORTDOCS%%share/doc/apache2/images/index.gif -%%PORTDOCS%%share/doc/apache2/images/index.png -%%PORTDOCS%%share/doc/apache2/images/left.gif -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.fig -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.gif -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.png -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.fig -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.gif -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.png -%%PORTDOCS%%share/doc/apache2/images/pixel.gif -%%PORTDOCS%%share/doc/apache2/images/pixel.png -%%PORTDOCS%%share/doc/apache2/images/right.gif -%%PORTDOCS%%share/doc/apache2/images/sub.gif -%%PORTDOCS%%share/doc/apache2/images/sub.png -%%PORTDOCS%%share/doc/apache2/images/up.gif -%%PORTDOCS%%share/doc/apache2/index.html.de -%%PORTDOCS%%share/doc/apache2/index.html.en -%%PORTDOCS%%share/doc/apache2/index.html.fr -%%PORTDOCS%%share/doc/apache2/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/install.html.de -%%PORTDOCS%%share/doc/apache2/install.html.en -%%PORTDOCS%%share/doc/apache2/install.html.ja.jis -%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/install.html.ru.koi8-r -%%PORTDOCS%%share/doc/apache2/install.xml -%%PORTDOCS%%share/doc/apache2/install.xml.de -%%PORTDOCS%%share/doc/apache2/install.xml.ja -%%PORTDOCS%%share/doc/apache2/install.xml.ru -%%PORTDOCS%%share/doc/apache2/invoking.html.de -%%PORTDOCS%%share/doc/apache2/invoking.html.en -%%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis -%%PORTDOCS%%share/doc/apache2/invoking.xml -%%PORTDOCS%%share/doc/apache2/invoking.xml.de -%%PORTDOCS%%share/doc/apache2/invoking.xml.ja -%%PORTDOCS%%share/doc/apache2/logs.html.en -%%PORTDOCS%%share/doc/apache2/logs.html.ja.jis -%%PORTDOCS%%share/doc/apache2/logs.xml -%%PORTDOCS%%share/doc/apache2/logs.xml.ja -%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html -%%PORTDOCS%%share/doc/apache2/misc/descriptors.html -%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html -%%PORTDOCS%%share/doc/apache2/misc/footer.html -%%PORTDOCS%%share/doc/apache2/misc/header.html -%%PORTDOCS%%share/doc/apache2/misc/index.html.en -%%PORTDOCS%%share/doc/apache2/misc/index.xml -%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html -%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html.en -%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml -%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html.en -%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml -%%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en -%%PORTDOCS%%share/doc/apache2/misc/security_tips.xml -%%PORTDOCS%%share/doc/apache2/misc/tutorials.html -%%PORTDOCS%%share/doc/apache2/mod/beos.html.en -%%PORTDOCS%%share/doc/apache2/mod/beos.xml -%%PORTDOCS%%share/doc/apache2/mod/core.html.en -%%PORTDOCS%%share/doc/apache2/mod/core.xml -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/directives.html.de -%%PORTDOCS%%share/doc/apache2/mod/directives.html.en -%%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/directives.xml -%%PORTDOCS%%share/doc/apache2/mod/directives.xml.de -%%PORTDOCS%%share/doc/apache2/mod/directives.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/footer.html -%%PORTDOCS%%share/doc/apache2/mod/header.html -%%PORTDOCS%%share/doc/apache2/mod/index.html.de -%%PORTDOCS%%share/doc/apache2/mod/index.html.en -%%PORTDOCS%%share/doc/apache2/mod/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/index.xml -%%PORTDOCS%%share/doc/apache2/mod/index.xml.de -%%PORTDOCS%%share/doc/apache2/mod/index.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/leader.html.en -%%PORTDOCS%%share/doc/apache2/mod/leader.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_example.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_logio.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_status.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml -%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en -%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml -%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml -%%PORTDOCS%%share/doc/apache2/mod/perchild.html.en -%%PORTDOCS%%share/doc/apache2/mod/perchild.xml -%%PORTDOCS%%share/doc/apache2/mod/prefork.html.en -%%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/prefork.xml -%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.de -%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.en -%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml -%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.de -%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/threadpool.html.en -%%PORTDOCS%%share/doc/apache2/mod/threadpool.xml -%%PORTDOCS%%share/doc/apache2/mod/worker.html.en -%%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/worker.xml -%%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja -%%PORTDOCS%%share/doc/apache2/mpm.html.en -%%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/mpm.xml -%%PORTDOCS%%share/doc/apache2/mpm.xml.ja -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.fr -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ja.jis -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ru.koi8-r -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ja -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ru -%%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en -%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml -%%PORTDOCS%%share/doc/apache2/platform/footer.html -%%PORTDOCS%%share/doc/apache2/platform/header.html -%%PORTDOCS%%share/doc/apache2/platform/index.html.en -%%PORTDOCS%%share/doc/apache2/platform/index.xml -%%PORTDOCS%%share/doc/apache2/platform/netware.html.en -%%PORTDOCS%%share/doc/apache2/platform/netware.xml -%%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en -%%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml -%%PORTDOCS%%share/doc/apache2/platform/win_compiling.html.en -%%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml -%%PORTDOCS%%share/doc/apache2/platform/windows.html.en -%%PORTDOCS%%share/doc/apache2/platform/windows.xml -%%PORTDOCS%%share/doc/apache2/programs/ab.html -%%PORTDOCS%%share/doc/apache2/programs/apachectl.html.en -%%PORTDOCS%%share/doc/apache2/programs/apachectl.xml -%%PORTDOCS%%share/doc/apache2/programs/apxs.html -%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html -%%PORTDOCS%%share/doc/apache2/programs/footer.html -%%PORTDOCS%%share/doc/apache2/programs/header.html -%%PORTDOCS%%share/doc/apache2/programs/htdigest.html -%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html -%%PORTDOCS%%share/doc/apache2/programs/httpd.html.en -%%PORTDOCS%%share/doc/apache2/programs/httpd.xml -%%PORTDOCS%%share/doc/apache2/programs/index.html.en -%%PORTDOCS%%share/doc/apache2/programs/index.xml -%%PORTDOCS%%share/doc/apache2/programs/logresolve.html -%%PORTDOCS%%share/doc/apache2/programs/other.html -%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html -%%PORTDOCS%%share/doc/apache2/programs/suexec.html -%%PORTDOCS%%share/doc/apache2/search/manual-index.cgi -%%PORTDOCS%%share/doc/apache2/sections.html.en -%%PORTDOCS%%share/doc/apache2/sections.html.ja.jis -%%PORTDOCS%%share/doc/apache2/sections.xml -%%PORTDOCS%%share/doc/apache2/server-wide.html.en -%%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis -%%PORTDOCS%%share/doc/apache2/server-wide.xml -%%PORTDOCS%%share/doc/apache2/server-wide.xml.ja -%%PORTDOCS%%share/doc/apache2/sitemap.html.de -%%PORTDOCS%%share/doc/apache2/sitemap.html.en -%%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis -%%PORTDOCS%%share/doc/apache2/sitemap.xml -%%PORTDOCS%%share/doc/apache2/sitemap.xml.de -%%PORTDOCS%%share/doc/apache2/sitemap.xml.ja -%%PORTDOCS%%share/doc/apache2/ssl/footer.html -%%PORTDOCS%%share/doc/apache2/ssl/header.html -%%PORTDOCS%%share/doc/apache2/ssl/index.html.en -%%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/ssl/index.xml -%%PORTDOCS%%share/doc/apache2/ssl/index.xml.ja -%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg -%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif -%%PORTDOCS%%share/doc/apache2/stopping.html.de -%%PORTDOCS%%share/doc/apache2/stopping.html.en -%%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis -%%PORTDOCS%%share/doc/apache2/stopping.xml -%%PORTDOCS%%share/doc/apache2/stopping.xml.de -%%PORTDOCS%%share/doc/apache2/stopping.xml.ja -%%PORTDOCS%%share/doc/apache2/style/common.dtd -%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css -%%PORTDOCS%%share/doc/apache2/style/css/manual-print.css -%%PORTDOCS%%share/doc/apache2/style/css/manual.css -%%PORTDOCS%%share/doc/apache2/style/lang/de.xml -%%PORTDOCS%%share/doc/apache2/style/lang/en.xml -%%PORTDOCS%%share/doc/apache2/style/lang/ja.xml -%%PORTDOCS%%share/doc/apache2/style/lang/ru.xml -%%PORTDOCS%%share/doc/apache2/style/lang/sv.xml -%%PORTDOCS%%share/doc/apache2/style/manual.de.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.en.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.ru.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl -%%PORTDOCS%%share/doc/apache2/style/manualpage.dtd -%%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd -%%PORTDOCS%%share/doc/apache2/style/sitemap.dtd -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-lat1.ent -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-special.ent -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-symbol.ent -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-strict.dtd -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-transitional.dtd -%%PORTDOCS%%share/doc/apache2/style/xsl/common.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/quickreference.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl -%%PORTDOCS%%share/doc/apache2/suexec.html.en -%%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis -%%PORTDOCS%%share/doc/apache2/suexec.xml -%%PORTDOCS%%share/doc/apache2/suexec.xml.ja -%%PORTDOCS%%share/doc/apache2/upgrading.html.de -%%PORTDOCS%%share/doc/apache2/upgrading.html.en -%%PORTDOCS%%share/doc/apache2/upgrading.html.fr -%%PORTDOCS%%share/doc/apache2/upgrading.html.ja.jis -%%PORTDOCS%%share/doc/apache2/upgrading.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/upgrading.html.ru.koi8-r -%%PORTDOCS%%share/doc/apache2/upgrading.xml -%%PORTDOCS%%share/doc/apache2/upgrading.xml.de -%%PORTDOCS%%share/doc/apache2/upgrading.xml.ja -%%PORTDOCS%%share/doc/apache2/upgrading.xml.ru -%%PORTDOCS%%share/doc/apache2/urlmapping.html.en -%%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis -%%PORTDOCS%%share/doc/apache2/urlmapping.xml -%%PORTDOCS%%share/doc/apache2/urlmapping.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/details.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/details.xml -%%PORTDOCS%%share/doc/apache2/vhosts/examples.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/footer.html -%%PORTDOCS%%share/doc/apache2/vhosts/header.html -%%PORTDOCS%%share/doc/apache2/vhosts/index.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/vhosts/index.xml -%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml -%%PORTDOCS%%share/doc/apache2/vhosts/mass.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml -@exec mkdir -p %D/www -@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi -@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin -www/cgi-bin-dist/printenv -www/cgi-bin-dist/test-cgi -@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi -@exec [ ! -d %D/www/data ] && ln -fs %D/www/data-dist %D/www/data -www/data-dist/apache_pb.gif -www/data-dist/apache_pb.png -www/data-dist/apache_pb2.gif -www/data-dist/apache_pb2.png -www/data-dist/apache_pb2_ani.gif -www/data-dist/index.html.ca -www/data-dist/index.html.cz.iso8859-2 -www/data-dist/index.html.de -www/data-dist/index.html.dk -www/data-dist/index.html.ee -www/data-dist/index.html.el -www/data-dist/index.html.en -www/data-dist/index.html.es -www/data-dist/index.html.et -www/data-dist/index.html.fr -www/data-dist/index.html.he.iso8859-8 -www/data-dist/index.html.hr.iso8859-2 -www/data-dist/index.html.it -www/data-dist/index.html.ja.iso2022-jp -www/data-dist/index.html.ko.euc-kr -www/data-dist/index.html.lb.utf8 -www/data-dist/index.html.nl -www/data-dist/index.html.nn -www/data-dist/index.html.no -www/data-dist/index.html.po.iso8859-2 -www/data-dist/index.html.pt -www/data-dist/index.html.pt-br -www/data-dist/index.html.ru.cp-1251 -www/data-dist/index.html.ru.cp866 -www/data-dist/index.html.ru.iso-ru -www/data-dist/index.html.ru.koi8-r -www/data-dist/index.html.ru.utf8 -www/data-dist/index.html.se -www/data-dist/index.html.var -www/data-dist/index.html.zh -@unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi -@exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error -www/error-dist/HTTP_BAD_GATEWAY.html.var -www/error-dist/HTTP_BAD_REQUEST.html.var -www/error-dist/HTTP_FORBIDDEN.html.var -www/error-dist/HTTP_GONE.html.var -www/error-dist/HTTP_INTERNAL_SERVER_ERROR.html.var -www/error-dist/HTTP_LENGTH_REQUIRED.html.var -www/error-dist/HTTP_METHOD_NOT_ALLOWED.html.var -www/error-dist/HTTP_NOT_ACCEPTABLE.html.var -www/error-dist/HTTP_NOT_FOUND.html.var -www/error-dist/HTTP_NOT_IMPLEMENTED.html.var -www/error-dist/HTTP_PRECONDITION_FAILED.html.var -www/error-dist/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var -www/error-dist/HTTP_REQUEST_TIME_OUT.html.var -www/error-dist/HTTP_REQUEST_URI_TOO_LARGE.html.var -www/error-dist/HTTP_SERVICE_UNAVAILABLE.html.var -www/error-dist/HTTP_UNAUTHORIZED.html.var -www/error-dist/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var -www/error-dist/HTTP_VARIANT_ALSO_VARIES.html.var -www/error-dist/README -www/error-dist/contact.html.var -www/error-dist/include/bottom.html -www/error-dist/include/spacer.html -www/error-dist/include/top.html -@unexec if [ -L %D/www/icons ]; then rm -f %D/www/icons; fi -@exec [ ! -d %D/www/icons ] && ln -fs %D/www/icons-dist %D/www/icons -www/icons-dist/README -www/icons-dist/a.gif -www/icons-dist/a.png -www/icons-dist/alert.black.gif -www/icons-dist/alert.black.png -www/icons-dist/alert.red.gif -www/icons-dist/alert.red.png -www/icons-dist/apache_pb.gif -www/icons-dist/apache_pb.png -www/icons-dist/apache_pb2.gif -www/icons-dist/apache_pb2.png -www/icons-dist/apache_pb2_ani.gif -www/icons-dist/back.gif -www/icons-dist/back.png -www/icons-dist/ball.gray.gif -www/icons-dist/ball.gray.png -www/icons-dist/ball.red.gif -www/icons-dist/ball.red.png -www/icons-dist/binary.gif -www/icons-dist/binary.png -www/icons-dist/binhex.gif -www/icons-dist/binhex.png -www/icons-dist/blank.gif -www/icons-dist/blank.png -www/icons-dist/bomb.gif -www/icons-dist/bomb.png -www/icons-dist/box1.gif -www/icons-dist/box1.png -www/icons-dist/box2.gif -www/icons-dist/box2.png -www/icons-dist/broken.gif -www/icons-dist/broken.png -www/icons-dist/burst.gif -www/icons-dist/burst.png -www/icons-dist/c.gif -www/icons-dist/c.png -www/icons-dist/comp.blue.gif -www/icons-dist/comp.blue.png -www/icons-dist/comp.gray.gif -www/icons-dist/comp.gray.png -www/icons-dist/compressed.gif -www/icons-dist/compressed.png -www/icons-dist/continued.gif -www/icons-dist/continued.png -www/icons-dist/dir.gif -www/icons-dist/dir.png -www/icons-dist/diskimg.gif -www/icons-dist/diskimg.png -www/icons-dist/down.gif -www/icons-dist/down.png -www/icons-dist/dvi.gif -www/icons-dist/dvi.png -www/icons-dist/f.gif -www/icons-dist/f.png -www/icons-dist/folder.gif -www/icons-dist/folder.open.gif -www/icons-dist/folder.open.png -www/icons-dist/folder.png -www/icons-dist/folder.sec.gif -www/icons-dist/folder.sec.png -www/icons-dist/forward.gif -www/icons-dist/forward.png -www/icons-dist/freebsd.gif -www/icons-dist/generic.gif -www/icons-dist/generic.png -www/icons-dist/generic.red.gif -www/icons-dist/generic.red.png -www/icons-dist/generic.sec.gif -www/icons-dist/generic.sec.png -www/icons-dist/hand.right.gif -www/icons-dist/hand.right.png -www/icons-dist/hand.up.gif -www/icons-dist/hand.up.png -www/icons-dist/icon.sheet.gif -www/icons-dist/icon.sheet.png -www/icons-dist/image1.gif -www/icons-dist/image1.png -www/icons-dist/image2.gif -www/icons-dist/image2.png -www/icons-dist/image3.gif -www/icons-dist/image3.png -www/icons-dist/index.gif -www/icons-dist/index.png -www/icons-dist/layout.gif -www/icons-dist/layout.png -www/icons-dist/left.gif -www/icons-dist/left.png -www/icons-dist/link.gif -www/icons-dist/link.png -www/icons-dist/movie.gif -www/icons-dist/movie.png -www/icons-dist/p.gif -www/icons-dist/p.png -www/icons-dist/patch.gif -www/icons-dist/patch.png -www/icons-dist/pdf.gif -www/icons-dist/pdf.png -www/icons-dist/pie0.gif -www/icons-dist/pie0.png -www/icons-dist/pie1.gif -www/icons-dist/pie1.png -www/icons-dist/pie2.gif -www/icons-dist/pie2.png -www/icons-dist/pie3.gif -www/icons-dist/pie3.png -www/icons-dist/pie4.gif -www/icons-dist/pie4.png -www/icons-dist/pie5.gif -www/icons-dist/pie5.png -www/icons-dist/pie6.gif -www/icons-dist/pie6.png -www/icons-dist/pie7.gif -www/icons-dist/pie7.png -www/icons-dist/pie8.gif -www/icons-dist/pie8.png -www/icons-dist/portal.gif -www/icons-dist/portal.png -www/icons-dist/ps.gif -www/icons-dist/ps.png -www/icons-dist/quill.gif -www/icons-dist/quill.png -www/icons-dist/right.gif -www/icons-dist/right.png -www/icons-dist/screw1.gif -www/icons-dist/screw1.png -www/icons-dist/screw2.gif -www/icons-dist/screw2.png -www/icons-dist/script.gif -www/icons-dist/script.png -www/icons-dist/small/README.txt -www/icons-dist/small/back.gif -www/icons-dist/small/back.png -www/icons-dist/small/binary.gif -www/icons-dist/small/binary.png -www/icons-dist/small/binhex.gif -www/icons-dist/small/binhex.png -www/icons-dist/small/blank.gif -www/icons-dist/small/blank.png -www/icons-dist/small/broken.gif -www/icons-dist/small/broken.png -www/icons-dist/small/burst.gif -www/icons-dist/small/burst.png -www/icons-dist/small/comp1.gif -www/icons-dist/small/comp1.png -www/icons-dist/small/comp2.gif -www/icons-dist/small/comp2.png -www/icons-dist/small/compressed.gif -www/icons-dist/small/compressed.png -www/icons-dist/small/continued.gif -www/icons-dist/small/continued.png -www/icons-dist/small/dir.gif -www/icons-dist/small/dir.png -www/icons-dist/small/dir2.gif -www/icons-dist/small/dir2.png -www/icons-dist/small/doc.gif -www/icons-dist/small/doc.png -www/icons-dist/small/forward.gif -www/icons-dist/small/forward.png -www/icons-dist/small/generic.gif -www/icons-dist/small/generic.png -www/icons-dist/small/generic2.gif -www/icons-dist/small/generic2.png -www/icons-dist/small/generic3.gif -www/icons-dist/small/generic3.png -www/icons-dist/small/image.gif -www/icons-dist/small/image.png -www/icons-dist/small/image2.gif -www/icons-dist/small/image2.png -www/icons-dist/small/index.gif -www/icons-dist/small/index.png -www/icons-dist/small/key.gif -www/icons-dist/small/key.png -www/icons-dist/small/movie.gif -www/icons-dist/small/movie.png -www/icons-dist/small/patch.gif -www/icons-dist/small/patch.png -www/icons-dist/small/ps.gif -www/icons-dist/small/ps.png -www/icons-dist/small/rainbow.gif -www/icons-dist/small/rainbow.png -www/icons-dist/small/sound.gif -www/icons-dist/small/sound.png -www/icons-dist/small/sound2.gif -www/icons-dist/small/sound2.png -www/icons-dist/small/tar.gif -www/icons-dist/small/tar.png -www/icons-dist/small/text.gif -www/icons-dist/small/text.png -www/icons-dist/small/transfer.gif -www/icons-dist/small/transfer.png -www/icons-dist/small/unknown.gif -www/icons-dist/small/unknown.png -www/icons-dist/small/uu.gif -www/icons-dist/small/uu.png -www/icons-dist/sound1.gif -www/icons-dist/sound1.png -www/icons-dist/sound2.gif -www/icons-dist/sound2.png -www/icons-dist/sphere1.gif -www/icons-dist/sphere1.png -www/icons-dist/sphere2.gif -www/icons-dist/sphere2.png -www/icons-dist/tar.gif -www/icons-dist/tar.png -www/icons-dist/tex.gif -www/icons-dist/tex.png -www/icons-dist/text.gif -www/icons-dist/text.png -www/icons-dist/transfer.gif -www/icons-dist/transfer.png -www/icons-dist/unknown.gif -www/icons-dist/unknown.png -www/icons-dist/up.gif -www/icons-dist/up.png -www/icons-dist/uu.gif -www/icons-dist/uu.png -www/icons-dist/uuencoded.gif -www/icons-dist/uuencoded.png -www/icons-dist/world1.gif -www/icons-dist/world1.png -www/icons-dist/world2.gif -www/icons-dist/world2.png -@dirrm www/icons-dist/small -@dirrm www/icons-dist -@dirrm www/error-dist/include -@dirrm www/error-dist -@dirrm www/data-dist -@dirrm www/cgi-bin-dist -@dirrm www -%%PORTDOCS%%@dirrm share/doc/apache2/vhosts -%%PORTDOCS%%@dirrm share/doc/apache2/style/xsl -%%PORTDOCS%%@dirrm share/doc/apache2/style/w3c -%%PORTDOCS%%@dirrm share/doc/apache2/style/lang -%%PORTDOCS%%@dirrm share/doc/apache2/style/css -%%PORTDOCS%%@dirrm share/doc/apache2/style -%%PORTDOCS%%@dirrm share/doc/apache2/ssl -%%PORTDOCS%%@dirrm share/doc/apache2/search -%%PORTDOCS%%@dirrm share/doc/apache2/programs -%%PORTDOCS%%@dirrm share/doc/apache2/platform -%%PORTDOCS%%@dirrm share/doc/apache2/mod -%%PORTDOCS%%@dirrm share/doc/apache2/misc -%%PORTDOCS%%@dirrm share/doc/apache2/images -%%PORTDOCS%%@dirrm share/doc/apache2/howto -%%PORTDOCS%%@dirrm share/doc/apache2/faq -%%PORTDOCS%%@dirrm share/doc/apache2/developer -%%PORTDOCS%%@dirrm share/doc/apache2 -@dirrm share/apache2/build -@dirrm share/apache2 -@dirrm libexec/apache2 -@dirrm lib/apache2 -@dirrm include/apache2 -@dirrm etc/apache2 diff --git a/www/apache22/Makefile b/www/apache22/Makefile deleted file mode 100644 index 30b386619cf9..000000000000 --- a/www/apache22/Makefile +++ /dev/null @@ -1,152 +0,0 @@ -# New ports collection makefile for: apache2 -# Date created: 7 April 2001 -# Whom: Hye-Shik Chang <perky@fallin.lv> -# -# $FreeBSD$ -# - -PORTNAME= apache -PORTVERSION= 2.0.44 -CATEGORIES= www ipv6 -MASTER_SITES= http://www.apache.org/dist/httpd/ \ - http://apache.mirrorcentral.com/dist/httpd/ \ - http://apache.missouri.edu/dist/httpd/ \ - http://ftp.epix.net/apache/dist/httpd/ \ - ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \ - ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/dist/httpd,} \ - http://www.freebsd.org/gifs/:freebsd \ - http://www2.freebsd.org/gifs/:freebsd -DISTNAME= httpd-${PORTVERSION} -DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd -EXTRACT_ONLY= ${DISTNAME}.tar.gz - -MAINTAINER?= perky@FreeBSD.org -COMMENT?= Version 2 of the extremely popular Apache http server - -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 - -LATEST_LINK= apache2 - -WITH_MPM?= prefork # or worker, perchild -HTTP_PORT?= 80 - -HAS_CONFIGURE= yes -USE_PERL5= yes -USE_REINPLACE= yes -CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ - --enable-layout=FreeBSD \ - --with-perl=${PERL5} \ - --enable-so \ - --with-mpm=${WITH_MPM} \ - --with-port=${HTTP_PORT} \ - --with-expat=${LOCALBASE} \ - --libdir=${PREFIX_RELDEST}/lib/apache2 \ - --includedir=${PREFIX_RELDEST}/include/apache2 -CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" -SHARED_MODULES= all cgid deflate ext_filter proxy proxy-connect proxy-ftp \ - proxy-http -PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} -RC_SUB= -e 's,@@PREFIX@@,${PREFIX_RELDEST},g' -MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes - -.if defined(NOPORTDOCS) -MAKE_ENV+= NOPORTDOCS=yes -.endif - -.if !defined(IPV6_V6ONLY) -CONFIGURE_ARGS+= --enable-v4-mapped -.endif - -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_SUEXEC) -SUEXEC_DOCROOT?= ${PREFIX_RELDEST}/www/data -SUEXEC_USERDIR?= public_html -CONFIGURE_ARGS+= --enable-suexec \ - --with-suexec-caller=www \ - --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ - --with-suexec-userdir="${SUEXEC_USERDIR}" \ - --with-suexec-docroot="${SUEXEC_DOCROOT}" \ - --with-suexec-safepath="${PREFIX_RELDEST}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ - --with-suexec-logfile="/var/log/httpd-suexec.log" \ - --with-suexec-bin="${PREFIX_RELDEST}/sbin/suexec" -PLIST_SUB+= SUEXEC="" -.else -PLIST_SUB+= SUEXEC="@comment " -.endif - -.if ${WITH_MPM} != "prefork" -PKGNAMESUFFIX= -${WITH_MPM} -WITH_THREADS= yes -.if ${WITH_MPM} == "worker" -PLIST_SUB+= PREFORK="@comment " WORKER="" -.else -PLIST_SUB+= PREFORK="@comment " WORKER="@comment " -.endif -.else -PLIST_SUB+= PREFORK="" WORKER="@comment " -.endif - -.if defined(WITH_THREADS) -CONFIGURE_ARGS+= --enable-threads -CFLAGS+= -DFREEBSD_THREAD_HACK -SHARED_MODULES+= cache file-cache disk-cache mem_cache -PLIST_SUB+= THREADS="" -.else -PLIST_SUB+= THREADS="@comment " -.endif - -.if !defined(WITHOUT_SSL) -SHARED_MODULES+= ssl -CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} -PLIST_SUB+= MODSSL="" -RC_SUB+= -e 's,@@SSL@@,ssl,g' -.else -PLIST_SUB+= MODSSL="@comment " -RC_SUB+= -e 's,@@SSL@@,,g' -.endif - -.if defined(WITH_EXPERIMENTAL) -SHARED_MODULES+= bucketeer case_filter case_filter_in ext_filter charset_lite \ - optional_hook_export optional_hook_import \ - optional_fn_import optional_fn_export -PLIST_SUB+= EXPERIMENTAL="" -.else -PLIST_SUB+= EXPERIMENTAL="@comment " -.endif - -CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} - -MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apxs.8 logresolve.8 rotatelogs.8 suexec.8 - -post-extract: - @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif - -post-patch: - @cd ${WRKSRC}/docs/docroot && \ - for f in index.html.*; do (\ - ${REINPLACE_CMD} -e 's,apache_pb,icons/freebsd.gif"\ - ALT="[Powered by FreeBSD]"><IMG SRC="apache_pb2_ani,g' $$f \ - ); done - @${RM} -f ${WRKSRC}/docs/docroot/*.bak - @${SED} ${RC_SUB} ${FILESDIR}/apache.sh >${WRKDIR}/apache2.sh - @${SED} ${RC_SUB} ${FILESDIR}/config.layout >>${WRKSRC}/config.layout - @${RM} -f ${WRKSRC}/docs/manual/index.html.ko.euc-kr - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/apache2.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache2.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/apache2.sh ${PREFIX}/etc/rc.d/apache2.sh; \ - fi - -.include <bsd.port.post.mk> diff --git a/www/apache22/distinfo b/www/apache22/distinfo deleted file mode 100644 index 2f0ffa4038be..000000000000 --- a/www/apache22/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (httpd-2.0.44.tar.gz) = 786c8d62bf18c6c88d2d82a9443cd1e1 -MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 diff --git a/www/apache22/files/apache.sh b/www/apache22/files/apache.sh deleted file mode 100644 index ab1a71895d0c..000000000000 --- a/www/apache22/files/apache.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -PREFIX=@@PREFIX@@ - -case "$1" in -start) - [ "@@SSL@@" = "ssl" -a -f "$PREFIX/etc/apache2/ssl.crt/server.crt" ] && SSL=ssl - [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && echo -n ' apache2' - ;; -stop) - [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/apache22/files/config.layout b/www/apache22/files/config.layout deleted file mode 100644 index e1f6e37ef756..000000000000 --- a/www/apache22/files/config.layout +++ /dev/null @@ -1,22 +0,0 @@ -<Layout FreeBSD> - prefix: /usr/local - exec_prefix: ${prefix} - bindir: ${exec_prefix}/bin - sbindir: ${exec_prefix}/sbin - libexecdir: ${exec_prefix}/libexec/apache2 - mandir: ${prefix}/man - sysconfdir: ${prefix}/etc/apache2 - datadir: ${prefix}/www - installbuilddir: ${prefix}/share/apache2/build - errordir: ${datadir}/error - iconsdir: ${datadir}/icons - htdocsdir: ${datadir}/data - manualdir: ${prefix}/share/doc/apache2 - cgidir: ${datadir}/cgi-bin - includedir: ${prefix}/include/apache2 - localstatedir: /var - runtimedir: ${localstatedir}/run - logfiledir: ${localstatedir}/log - proxycachedir: ${datadir}/proxy - infodir: ${exec_prefix}/share/info -</Layout> diff --git a/www/apache22/files/patch-Makefile.in b/www/apache22/files/patch-Makefile.in deleted file mode 100644 index 728fb88af957..000000000000 --- a/www/apache22/files/patch-Makefile.in +++ /dev/null @@ -1,109 +0,0 @@ ---- Makefile.in.orig Mon Sep 30 08:34:40 2002 -+++ Makefile.in Thu Oct 3 21:05:42 2002 -@@ -36,10 +36,13 @@ - if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \ - $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ - fi; \ -+ cp -f $$i $$i-dist; \ -+ $(INSTALL_DATA) $$i-dist $(DESTDIR)$(sysconfdir); \ - done; \ - for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \ - cd $$j ; \ - for i in *-std*.conf; do \ -+ [ -f `echo "$$i"|sed 's,\.in$$,_nonex,g'` ] || continue; \ - ( \ - n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \ - if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \ -@@ -57,6 +60,9 @@ - if test "x$$j" = "xssl"; then \ - echo "<IfDefine SSL>"; \ - fi; \ -+ if [ `echo "$$j" | egrep 'cgid|cache|dav|digest|proxy'` ]; then \ -+ echo -n "#"; \ -+ fi; \ - if test $$j != "^EOL^"; then \ - echo "LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \ - fi; \ -@@ -106,45 +112,33 @@ - doxygen $(top_srcdir)/docs/doxygen.conf - - install-htdocs: -- -@if [ -d $(DESTDIR)$(htdocsdir) ]; then \ -- echo "[PRESERVING EXISTING HTDOCS SUBDIR: $(DESTDIR)$(htdocsdir)]"; \ -- else \ -- echo Installing HTML documents ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \ -- test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \ -- cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -+ @echo Installing HTML documents -+ @test -d $(DESTDIR)$(htdocsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir)-dist -+ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)-dist) -+ @test -e $(DESTDIR)$(htdocsdir) || ln -sf $(DESTDIR)$(htdocsdir)-dist $(DESTDIR)$(htdocsdir) -+ -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir)-dist && find . -name "CVS" -print | xargs rm -rf - - install-error: -- -@if [ -d $(DESTDIR)$(errordir) ]; then \ -- echo "[PRESERVING EXISTING ERROR SUBDIR: $(DESTDIR)$(errordir)]"; \ -- else \ -- echo Installing error documents ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(errordir) ; \ -- cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) ; \ -- test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -+ @echo Installing error documents -+ @test -d $(DESTDIR)$(errordir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(errordir)-dist -+ cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir)-dist -+ -@test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir)-dist && find . -name "CVS" -print | xargs rm -rf -+ @test -e $(DESTDIR)$(errordir) || ln -sf $(DESTDIR)$(errordir)-dist $(DESTDIR)$(errordir) - - install-icons: -- -@if [ -d $(DESTDIR)$(iconsdir) ]; then \ -- echo "[PRESERVING EXISTING ICONS SUBDIR: $(DESTDIR)$(iconsdir)]"; \ -- else \ -- echo Installing icons ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir) ; \ -- cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) ; \ -- test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -- -+ @echo Installing icons -+ @test -d $(DESTDIR)$(iconsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir)-dist -+ cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir)-dist -+ -@test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir)-dist && find . -name "CVS" -print | xargs rm -rf -+ @test -e $(DESTDIR)$(iconsdir) || ln -sf $(DESTDIR)$(iconsdir)-dist $(DESTDIR)$(iconsdir) -+ - install-cgi: -- -@if [ -d $(DESTDIR)$(cgidir) ];then \ -- echo "[PRESERVING EXISTING CGI SUBDIR: $(DESTDIR)$(cgidir)]"; \ -- else \ -- echo Installing CGIs ; \ -- $(MKINSTALLDIRS) $(DESTDIR)$(cgidir) ; \ -- cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) ; \ -- test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \ -- fi -- -+ @echo Installing CGIs -+ @test -d $(DESTDIR)$(cgidir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir)-dist -+ cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir)-dist -+ -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir)-dist && find . -name "CVS" -print | xargs rm -rf -+ @test -e $(DESTDIR)$(cgidir) || ln -sf $(DESTDIR)$(cgidir)-dist $(DESTDIR)$(cgidir) -+ - install-other: - @test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir) - @test -d $(DESTDIR)$(runtimedir) || $(MKINSTALLDIRS) $(DESTDIR)$(runtimedir) -@@ -185,11 +179,13 @@ - @test -d $(DESTDIR)$(mandir) || $(MKINSTALLDIRS) $(DESTDIR)$(mandir) - @test -d $(DESTDIR)$(mandir)/man1 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1 - @test -d $(DESTDIR)$(mandir)/man8 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man8 -- @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) - @cp -p $(top_srcdir)/docs/man/*.1 $(DESTDIR)$(mandir)/man1 - @cp -p $(top_srcdir)/docs/man/*.8 $(DESTDIR)$(mandir)/man8 -+.if !defined(NOPORTDOCS) -+ @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) - @(cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir)) - @(cd $(DESTDIR)$(manualdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null ) || true -+.endif - - install-suexec: - @if test -f $(builddir)/support/suexec; then \ diff --git a/www/apache22/files/patch-configure b/www/apache22/files/patch-configure deleted file mode 100644 index 7a85d2f86f30..000000000000 --- a/www/apache22/files/patch-configure +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig Thu Oct 3 14:43:28 2002 -+++ configure Wed Jan 8 19:58:11 2003 -@@ -1520,7 +1520,7 @@ - $srcdir/config.layout > $pldconf - layout_name=$LAYOUT - . $pldconf -- rm $pldconf -+ rm -f $pldconf - for var in prefix exec_prefix bindir sbindir libexecdir mandir \ - sysconfdir datadir errordir iconsdir htdocsdir cgidir \ - includedir localstatedir runtimedir logfiledir libdir \ -@@ -2627,7 +2627,7 @@ - esac - - # The eval makes quoting arguments work. -- if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "$apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir" -+ if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "$apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir" - then : - echo "srclib/apr configured properly" - else -@@ -2908,7 +2908,7 @@ - esac - - # The eval makes quoting arguments work. -- if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "--with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir" -+ if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "--with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir" - then : - echo "srclib/apr-util configured properly" - else -@@ -15652,6 +15652,9 @@ - - cat >>confdefs.h <<_ACEOF - #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf" -+#define DEFAULT_ERRORLOG "${rel_logfiledir}/httpd-error.log" -+#define AP_TYPES_CONFIG_FILE "${rel_sysconfdir}/mime.types" -+#define DOCUMENT_LOCATION "${rel_htdocsdir}" - _ACEOF - - diff --git a/www/apache22/files/patch-docs:conf:httpd-std.conf.in b/www/apache22/files/patch-docs:conf:httpd-std.conf.in deleted file mode 100644 index d87b8bdcc679..000000000000 --- a/www/apache22/files/patch-docs:conf:httpd-std.conf.in +++ /dev/null @@ -1,56 +0,0 @@ ---- docs/conf/httpd-std.conf.in.orig Wed Apr 24 07:24:35 2002 -+++ docs/conf/httpd-std.conf.in Tue May 7 19:29:28 2002 -@@ -68,7 +68,7 @@ - # - <IfModule !mpm_netware.c> - <IfModule !perchild.c> --#ScoreBoardFile @rel_logfiledir@/apache_runtime_status -+#ScoreBoardFile @rel_runtimedir@/apache_runtime_status - </IfModule> - </IfModule> - -@@ -263,8 +263,8 @@ - # when the value of (unsigned)Group is above 60000; - # don't use Group #-1 on these systems! - # --User nobody --Group #-1 -+User www -+Group www - </IfModule> - </IfModule> - -@@ -450,7 +450,7 @@ - # logged here. If you *do* define an error logfile for a <VirtualHost> - # container, that host's errors will be logged there and not here. - # --ErrorLog @rel_logfiledir@/error_log -+ErrorLog @rel_logfiledir@/httpd-error.log - - # - # LogLevel: Control the number of messages logged to the error_log. -@@ -475,20 +475,20 @@ - # define per-<VirtualHost> access logfiles, transactions will be - # logged therein and *not* in this file. - # --CustomLog @rel_logfiledir@/access_log common -+#CustomLog @rel_logfiledir@/httpd-access.log common - - # - # If you would like to have agent and referer logfiles, uncomment the - # following directives. - # --#CustomLog @rel_logfiledir@/referer_log referer --#CustomLog @rel_logfiledir@/agent_log agent -+#CustomLog @rel_logfiledir@/httpd-referer.log referer -+#CustomLog @rel_logfiledir@/httpd-agent.log agent - - # - # If you prefer a single logfile with access, agent, and referer information - # (Combined Logfile Format) you can use the following directive. - # --#CustomLog @rel_logfiledir@/access_log combined -+CustomLog @rel_logfiledir@/httpd-access.log combined - - # - # Optionally add a line containing the server version and virtual host diff --git a/www/apache22/files/patch-docs:conf:ssl-std.conf b/www/apache22/files/patch-docs:conf:ssl-std.conf deleted file mode 100644 index 39ea9c6e7483..000000000000 --- a/www/apache22/files/patch-docs:conf:ssl-std.conf +++ /dev/null @@ -1,107 +0,0 @@ ---- docs/conf/ssl-std.conf.orig Fri May 17 04:05:24 2002 -+++ docs/conf/ssl-std.conf Tue Jun 18 23:15:32 2002 -@@ -55,15 +55,15 @@ - # Configure the SSL Session Cache: First the mechanism - # to use and second the expiring timeout (in seconds). - #SSLSessionCache none --#SSLSessionCache shmht:logs/ssl_scache(512000) --#SSLSessionCache shmcb:logs/ssl_scache(512000) --SSLSessionCache dbm:logs/ssl_scache -+#SSLSessionCache shmht:/var/log/httpd-ssl_scache(512000) -+#SSLSessionCache shmcb:/var/log/httpd-ssl_scache(512000) -+SSLSessionCache dbm:/var/log/httpd-ssl_scache - SSLSessionCacheTimeout 300 - - # Semaphore: - # Configure the path to the mutual exclusion semaphore the - # SSL engine uses internally for inter-process synchronization. --SSLMutex file:logs/ssl_mutex -+SSLMutex file:/var/log/httpd-ssl_mutex - - # Pseudo Random Number Generator (PRNG): - # Configure one or more sources to seed the PRNG of the -@@ -89,11 +89,11 @@ - <VirtualHost _default_:443> - - # General setup for the virtual host --DocumentRoot "@@ServerRoot@@/htdocs" -+DocumentRoot "@@ServerRoot@@/www/data" - ServerName new.host.name:443 - ServerAdmin you@your.address --ErrorLog logs/error_log --TransferLog logs/access_log -+ErrorLog /var/log/httpd-error.log -+TransferLog /var/log/httpd-access.log - - # SSL Engine Switch: - # Enable/Disable SSL for this virtual host. -@@ -111,16 +111,16 @@ - # in mind that if you have both an RSA and a DSA certificate you - # can configure both in parallel (to also allow the use of DSA - # ciphers, etc.) --SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server.crt --#SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server-dsa.crt -+SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server.crt -+#SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server-dsa.crt - - # Server Private Key: - # If the key is not combined with the certificate, use this - # directive to point at the key file. Keep in mind that if - # you've both a RSA and a DSA private key you can configure - # both in parallel (to also allow the use of DSA ciphers, etc.) --SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server.key --#SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server-dsa.key -+SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server.key -+#SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server-dsa.key - - # Server Certificate Chain: - # Point SSLCertificateChainFile at a file containing the -@@ -129,7 +129,7 @@ - # the referenced file can be the same as SSLCertificateFile - # when the CA certificates are directly appended to the server - # certificate for convinience. --#SSLCertificateChainFile @@ServerRoot@@/conf/ssl.crt/ca.crt -+#SSLCertificateChainFile @@ServerRoot@@/etc/apache2/ssl.crt/ca.crt - - # Certificate Authority (CA): - # Set the CA certificate verification path where to find CA -@@ -138,8 +138,8 @@ - # Note: Inside SSLCACertificatePath you need hash symlinks - # to point to the certificate files. Use the provided - # Makefile to update the hash symlinks after changes. --#SSLCACertificatePath @@ServerRoot@@/conf/ssl.crt --#SSLCACertificateFile @@ServerRoot@@/conf/ssl.crt/ca-bundle.crt -+#SSLCACertificatePath @@ServerRoot@@/etc/apache2/ssl.crt -+#SSLCACertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/ca-bundle.crt - - # Certificate Revocation Lists (CRL): - # Set the CA revocation path where to find CA CRLs for client -@@ -148,8 +148,8 @@ - # Note: Inside SSLCARevocationPath you need hash symlinks - # to point to the certificate files. Use the provided - # Makefile to update the hash symlinks after changes. --#SSLCARevocationPath @@ServerRoot@@/conf/ssl.crl --#SSLCARevocationFile @@ServerRoot@@/conf/ssl.crl/ca-bundle.crl -+#SSLCARevocationPath @@ServerRoot@@/etc/apache2/ssl.crl -+#SSLCARevocationFile @@ServerRoot@@/etc/apache2/ssl.crl/ca-bundle.crl - - # Client Authentication (Type): - # Client certificate verification type and depth. Types are -@@ -209,7 +209,7 @@ - <Files ~ "\.(cgi|shtml|phtml|php3?)$"> - SSLOptions +StdEnvVars - </Files> --<Directory "@@ServerRoot@@/cgi-bin"> -+<Directory "@@ServerRoot@@/www/cgi-bin"> - SSLOptions +StdEnvVars - </Directory> - -@@ -244,7 +244,7 @@ - # Per-Server Logging: - # The home of a custom SSL log file. Use this when you want a - # compact non-error SSL logfile on a virtual host basis. --CustomLog logs/ssl_request_log \ -+CustomLog /var/log/httpd-ssl_request.log \ - "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" - - </VirtualHost> diff --git a/www/apache22/files/patch-server:main.c b/www/apache22/files/patch-server:main.c deleted file mode 100644 index d297d4425fdb..000000000000 --- a/www/apache22/files/patch-server:main.c +++ /dev/null @@ -1,36 +0,0 @@ ---- server/main.c.orig Thu Jun 13 04:34:56 2002 -+++ server/main.c Sun Jul 21 08:54:09 2002 -@@ -78,6 +78,11 @@ - #include "ap_mpm.h" - #include "mpm_common.h" - -+#ifdef FREEBSD_THREAD_HACK -+#include <unistd.h> -+AP_DECLARE(int) ap_exists_config_define(const char *name); -+#endif -+ - /* WARNING: Win32 binds http_main.c dynamically to the server. Please place - * extern functions and global data in another appropriate module. - * -@@ -558,6 +563,21 @@ - destroy_and_exit_process(process, 1); - } - -+#ifdef FREEBSD_THREAD_HACK -+ { -+ int r; -+ -+ if (! ap_exists_config_define("NO_DETACH")) { -+ if ((r = fork()) > 0) -+ return 0; -+ if (r == -1) { -+ perror("fork"); -+ return 0; -+ } -+ setsid(); -+ } -+ } -+#endif - ap_process_config_tree(server_conf, ap_conftree, process->pconf, ptemp); - ap_fixup_virtual_hosts(pconf, server_conf); - ap_fini_vhost_config(pconf, server_conf); diff --git a/www/apache22/files/patch-srclib:apr:include:apr.h b/www/apache22/files/patch-srclib:apr:include:apr.h deleted file mode 100644 index f6e2e55f0de5..000000000000 --- a/www/apache22/files/patch-srclib:apr:include:apr.h +++ /dev/null @@ -1,17 +0,0 @@ ---- srclib/apr/include/apr.h.in.orig Fri Nov 15 17:33:00 2002 -+++ srclib/apr/include/apr.h.in Fri Nov 15 17:33:10 2002 -@@ -299,11 +299,11 @@ - #endif - - /* header files for PATH_MAX, _POSIX_PATH_MAX */ --#if APR_HAVE_SYS_SYSLIMITS_H --#include <sys/syslimits.h> --#endif - #if APR_HAVE_LIMITS_H - #include <limits.h> -+#endif -+#if APR_HAVE_SYS_SYSLIMITS_H -+#include <sys/syslimits.h> - #endif - - #if defined(PATH_MAX) diff --git a/www/apache22/files/patch-srclib:apr:include:apr_atomic.h b/www/apache22/files/patch-srclib:apr:include:apr_atomic.h deleted file mode 100644 index 14d1dd444ba3..000000000000 --- a/www/apache22/files/patch-srclib:apr:include:apr_atomic.h +++ /dev/null @@ -1,17 +0,0 @@ ---- srclib/apr/include/apr_atomic.h.orig Wed May 1 03:41:59 2002 -+++ srclib/apr/include/apr_atomic.h Tue May 7 19:37:45 2002 -@@ -175,10 +175,10 @@ - #include <machine/atomic.h> - - #define apr_atomic_t apr_uint32_t --#define apr_atomic_add(mem, val) atomic_add_int(mem,val) --#define apr_atomic_dec(mem) atomic_subtract_int(mem,1) --#define apr_atomic_inc(mem) atomic_add_int(mem,1) --#define apr_atomic_set(mem, val) atomic_set_int(mem, val) -+#define apr_atomic_add(mem, val) (atomic_add_int(mem,val),mem) -+#define apr_atomic_dec(mem) (atomic_subtract_int(mem,1),mem) -+#define apr_atomic_inc(mem) (atomic_add_int(mem,1),mem) -+#define apr_atomic_set(mem, val) (atomic_set_int(mem, val),mem) - #define apr_atomic_read(mem) (*mem) - - #define APR_ATOMIC_NEED_CAS_DEFAULT 1 diff --git a/www/apache22/files/patch-srclib:apr:threadproc:unix:procsup.c b/www/apache22/files/patch-srclib:apr:threadproc:unix:procsup.c deleted file mode 100644 index 13c663af7bd4..000000000000 --- a/www/apache22/files/patch-srclib:apr:threadproc:unix:procsup.c +++ /dev/null @@ -1,18 +0,0 @@ ---- srclib/apr/threadproc/unix/procsup.c.orig Mon Apr 8 22:08:18 2002 -+++ srclib/apr/threadproc/unix/procsup.c Sun Jul 21 08:45:44 2002 -@@ -59,6 +59,7 @@ - int x; - - chdir("/"); -+#ifndef FREEBSD_THREAD_HACK - #if !defined(MPE) && !defined(OS2) && !defined(TPF) && !defined(BEOS) - /* Don't detach for MPE because child processes can't survive the death of - * the parent. */ -@@ -89,6 +90,7 @@ - if (setpgid(0, 0) == -1) { - return errno; - } -+#endif - #endif - - /* close out the standard file descriptors */ diff --git a/www/apache22/files/patch-support:apachectl.in b/www/apache22/files/patch-support:apachectl.in deleted file mode 100644 index 57d2af876b8f..000000000000 --- a/www/apache22/files/patch-support:apachectl.in +++ /dev/null @@ -1,21 +0,0 @@ ---- support/apachectl.in.orig Mon May 27 20:46:01 2002 -+++ support/apachectl.in Thu Jul 11 21:12:36 2002 -@@ -31,8 +31,8 @@ - HTTPD='@exp_sbindir@/@progname@' - # - # pick up any necessary environment variables --if test -f @exp_bindir@/envvars; then -- . @exp_bindir@/envvars -+if test -f @exp_sbindir@/envvars; then -+ . @exp_sbindir@/envvars - fi - # - # a command that outputs a formatted text version of the HTML at the -@@ -46,6 +46,7 @@ - # - # -------------------- -------------------- - # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| -+eval `limits -e -C daemon` >/dev/null 2>&1 - - ERROR=0 - if [ "x$ARGV" = "x" ] ; then diff --git a/www/apache22/files/patch-support:log_server_status.in b/www/apache22/files/patch-support:log_server_status.in deleted file mode 100644 index 136bafb9ff1a..000000000000 --- a/www/apache22/files/patch-support:log_server_status.in +++ /dev/null @@ -1,20 +0,0 @@ ---- support/log_server_status.in.orig Tue Jun 18 23:21:53 2002 -+++ support/log_server_status.in Tue Jun 18 23:23:08 2002 -@@ -63,7 +63,7 @@ - # - require 'sys/socket.ph'; - --$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" -+$wherelog = "@logfiledir@/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log" - $server = "localhost"; # Name of server, could be "www.foo.com" - $port = "80"; # Port on server - $request = "/status/?auto"; # Request to send -@@ -96,7 +96,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-descr b/www/apache22/pkg-descr deleted file mode 100644 index edb36c918c7c..000000000000 --- a/www/apache22/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Apache is an HTTP server designed as a plug-in replacement for the NCSA -server version 1.3 (or 1.4). It fixes numerous bugs in the NCSA server and -includes many frequently requested new features, and has an API which -allows it to be extended to meet users' needs more easily. - -WWW: http://www.apache.org/ diff --git a/www/apache22/pkg-install b/www/apache22/pkg-install deleted file mode 100644 index 3bb99133ae49..000000000000 --- a/www/apache22/pkg-install +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi - -exit 0 diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist deleted file mode 100644 index 98c1f6b61c40..000000000000 --- a/www/apache22/pkg-plist +++ /dev/null @@ -1,1041 +0,0 @@ -@unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi -etc/apache2/highperformance-std.conf -@exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf -@unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi -etc/apache2/httpd-std.conf -@exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf -@unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic-dist; then rm -f %D/etc/apache2/magic; fi -etc/apache2/magic-dist -@exec [ -f %B/magic ] || cp %B/%f %B/magic -@unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types-dist; then rm -f %D/etc/apache2/mime.types; fi -etc/apache2/mime.types-dist -@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types -@unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi -etc/apache2/ssl-std.conf -@exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf -etc/rc.d/apache2.sh -include/apache2/ap_compat.h -include/apache2/ap_config.h -include/apache2/ap_config_auto.h -include/apache2/ap_config_layout.h -include/apache2/ap_listen.h -include/apache2/ap_mmn.h -include/apache2/ap_mpm.h -include/apache2/ap_provider.h -include/apache2/ap_regkey.h -include/apache2/ap_release.h -include/apache2/apr.h -include/apache2/apr_allocator.h -include/apache2/apr_anylock.h -include/apache2/apr_atomic.h -include/apache2/apr_base64.h -include/apache2/apr_buckets.h -include/apache2/apr_compat.h -include/apache2/apr_date.h -include/apache2/apr_dbm.h -include/apache2/apr_dso.h -include/apache2/apr_errno.h -include/apache2/apr_file_info.h -include/apache2/apr_file_io.h -include/apache2/apr_fnmatch.h -include/apache2/apr_general.h -include/apache2/apr_getopt.h -include/apache2/apr_global_mutex.h -include/apache2/apr_hash.h -include/apache2/apr_hooks.h -include/apache2/apr_inherit.h -include/apache2/apr_ldap.h -include/apache2/apr_ldap_url.h -include/apache2/apr_lib.h -include/apache2/apr_md4.h -include/apache2/apr_md5.h -include/apache2/apr_mmap.h -include/apache2/apr_network_io.h -include/apache2/apr_optional.h -include/apache2/apr_optional_hooks.h -include/apache2/apr_poll.h -include/apache2/apr_pools.h -include/apache2/apr_portable.h -include/apache2/apr_proc_mutex.h -include/apache2/apr_queue.h -include/apache2/apr_reslist.h -include/apache2/apr_ring.h -include/apache2/apr_rmm.h -include/apache2/apr_sdbm.h -include/apache2/apr_sha1.h -include/apache2/apr_shm.h -include/apache2/apr_signal.h -include/apache2/apr_strings.h -include/apache2/apr_strmatch.h -include/apache2/apr_support.h -include/apache2/apr_tables.h -include/apache2/apr_thread_cond.h -include/apache2/apr_thread_mutex.h -include/apache2/apr_thread_proc.h -include/apache2/apr_thread_rwlock.h -include/apache2/apr_time.h -include/apache2/apr_uri.h -include/apache2/apr_user.h -include/apache2/apr_uuid.h -include/apache2/apr_version.h -include/apache2/apr_want.h -include/apache2/apr_xlate.h -include/apache2/apr_xml.h -include/apache2/apu.h -include/apache2/apu_compat.h -include/apache2/apu_version.h -%%WORKER%%include/apache2/fdqueue.h -include/apache2/http_config.h -include/apache2/http_connection.h -include/apache2/http_core.h -include/apache2/http_log.h -include/apache2/http_main.h -include/apache2/http_protocol.h -include/apache2/http_request.h -include/apache2/http_vhost.h -include/apache2/httpd.h -include/apache2/mod_cgi.h -include/apache2/mod_core.h -include/apache2/mod_dav.h -include/apache2/mod_include.h -include/apache2/mod_log_config.h -include/apache2/mod_proxy.h -include/apache2/mod_ssl.h -include/apache2/mpm.h -include/apache2/mpm_common.h -include/apache2/mpm_default.h -include/apache2/os.h -include/apache2/pcre.h -include/apache2/pcreposix.h -%%WORKER%%include/apache2/pod.h -include/apache2/rfc1413.h -include/apache2/scoreboard.h -include/apache2/ssl_expr.h -include/apache2/ssl_expr_parse.h -include/apache2/ssl_toolkit_compat.h -include/apache2/ssl_util_ssl.h -include/apache2/ssl_util_table.h -include/apache2/unixd.h -include/apache2/util_cfgtree.h -include/apache2/util_charset.h -include/apache2/util_ebcdic.h -include/apache2/util_filter.h -include/apache2/util_ldap.h -include/apache2/util_md5.h -include/apache2/util_script.h -include/apache2/util_time.h -include/apache2/util_xml.h -lib/apache2/apr-config -lib/apache2/apr.exp -lib/apache2/aprutil.exp -lib/apache2/apu-config -lib/apache2/libapr.a -lib/apache2/libapr.la -lib/apache2/libapr.so -lib/apache2/libapr.so.9 -lib/apache2/libaprutil.a -lib/apache2/libaprutil.la -lib/apache2/libaprutil.so -lib/apache2/libaprutil.so.9 -libexec/apache2/httpd.exp -libexec/apache2/mod_access.so -libexec/apache2/mod_actions.so -libexec/apache2/mod_alias.so -libexec/apache2/mod_asis.so -libexec/apache2/mod_auth.so -libexec/apache2/mod_auth_anon.so -libexec/apache2/mod_auth_dbm.so -libexec/apache2/mod_auth_digest.so -libexec/apache2/mod_autoindex.so -%%EXPERIMENTAL%%libexec/apache2/mod_bucketeer.so -%%THREADS%%libexec/apache2/mod_cache.so -%%EXPERIMENTAL%%libexec/apache2/mod_case_filter.so -%%EXPERIMENTAL%%libexec/apache2/mod_case_filter_in.so -libexec/apache2/mod_cern_meta.so -%%PREFORK%%libexec/apache2/mod_cgi.so -libexec/apache2/mod_cgid.so -%%EXPERIMENTAL%%libexec/apache2/mod_charset_lite.so -libexec/apache2/mod_dav.so -libexec/apache2/mod_dav_fs.so -libexec/apache2/mod_deflate.so -libexec/apache2/mod_dir.so -%%THREADS%%libexec/apache2/mod_disk_cache.so -libexec/apache2/mod_env.so -libexec/apache2/mod_expires.so -libexec/apache2/mod_ext_filter.so -%%THREADS%%libexec/apache2/mod_file_cache.so -libexec/apache2/mod_headers.so -libexec/apache2/mod_imap.so -libexec/apache2/mod_include.so -libexec/apache2/mod_info.so -libexec/apache2/mod_log_config.so -%%THREADS%%libexec/apache2/mod_mem_cache.so -libexec/apache2/mod_mime.so -libexec/apache2/mod_mime_magic.so -libexec/apache2/mod_negotiation.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_hook_export.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_hook_import.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_fn_import.so -%%EXPERIMENTAL%%libexec/apache2/mod_optional_fn_export.so -libexec/apache2/mod_proxy.so -libexec/apache2/mod_proxy_connect.so -libexec/apache2/mod_proxy_ftp.so -libexec/apache2/mod_proxy_http.so -libexec/apache2/mod_rewrite.so -libexec/apache2/mod_setenvif.so -libexec/apache2/mod_speling.so -%%MODSSL%%libexec/apache2/mod_ssl.so -libexec/apache2/mod_status.so -%%SUEXEC%%libexec/apache2/mod_suexec.so -libexec/apache2/mod_unique_id.so -libexec/apache2/mod_userdir.so -libexec/apache2/mod_usertrack.so -libexec/apache2/mod_vhost_alias.so -sbin/ab -sbin/apachectl -sbin/apxs -sbin/checkgid -sbin/dbmmanage -sbin/envvars -sbin/envvars-std -sbin/htdbm -sbin/htdigest -sbin/htpasswd -sbin/httpd -sbin/logresolve -sbin/rotatelogs -%%SUEXEC%%sbin/suexec -share/apache2/build/config_vars.mk -share/apache2/build/instdso.sh -share/apache2/build/library.mk -share/apache2/build/libtool -share/apache2/build/ltlib.mk -share/apache2/build/program.mk -share/apache2/build/rules.mk -share/apache2/build/special.mk -%%PORTDOCS%%share/doc/apache2/LICENSE -%%PORTDOCS%%share/doc/apache2/bind.html.en -%%PORTDOCS%%share/doc/apache2/bind.html.ja.jis -%%PORTDOCS%%share/doc/apache2/bind.xml -%%PORTDOCS%%share/doc/apache2/bind.xml.ja -%%PORTDOCS%%share/doc/apache2/cgi_path.html.en -%%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis -%%PORTDOCS%%share/doc/apache2/cgi_path.xml -%%PORTDOCS%%share/doc/apache2/cgi_path.xml.ja -%%PORTDOCS%%share/doc/apache2/configuring.html.en -%%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis -%%PORTDOCS%%share/doc/apache2/configuring.xml -%%PORTDOCS%%share/doc/apache2/configuring.xml.ja -%%PORTDOCS%%share/doc/apache2/content-negotiation.html.en -%%PORTDOCS%%share/doc/apache2/content-negotiation.html.ja.jis -%%PORTDOCS%%share/doc/apache2/content-negotiation.xml -%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ja -%%PORTDOCS%%share/doc/apache2/custom-error.html.en -%%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis -%%PORTDOCS%%share/doc/apache2/custom-error.xml -%%PORTDOCS%%share/doc/apache2/custom-error.xml.ja -%%PORTDOCS%%share/doc/apache2/developer/API.html -%%PORTDOCS%%share/doc/apache2/developer/debugging.html -%%PORTDOCS%%share/doc/apache2/developer/documenting.html -%%PORTDOCS%%share/doc/apache2/developer/filters.html -%%PORTDOCS%%share/doc/apache2/developer/footer.html -%%PORTDOCS%%share/doc/apache2/developer/header.html -%%PORTDOCS%%share/doc/apache2/developer/hooks.html -%%PORTDOCS%%share/doc/apache2/developer/index.html -%%PORTDOCS%%share/doc/apache2/developer/layeredio.html -%%PORTDOCS%%share/doc/apache2/developer/modules.html.en -%%PORTDOCS%%share/doc/apache2/developer/modules.html.ja.jis -%%PORTDOCS%%share/doc/apache2/developer/request.html -%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html -%%PORTDOCS%%share/doc/apache2/dns-caveats.html.en -%%PORTDOCS%%share/doc/apache2/dns-caveats.html.ja.jis -%%PORTDOCS%%share/doc/apache2/dns-caveats.xml -%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ja -%%PORTDOCS%%share/doc/apache2/dso.html.en -%%PORTDOCS%%share/doc/apache2/dso.html.ja.jis -%%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/dso.xml -%%PORTDOCS%%share/doc/apache2/dso.xml.ja -%%PORTDOCS%%share/doc/apache2/env.html.en -%%PORTDOCS%%share/doc/apache2/env.html.ja.jis -%%PORTDOCS%%share/doc/apache2/env.xml -%%PORTDOCS%%share/doc/apache2/env.xml.ja -%%PORTDOCS%%share/doc/apache2/faq/index.html -%%PORTDOCS%%share/doc/apache2/filter.html.en -%%PORTDOCS%%share/doc/apache2/filter.html.ja.jis -%%PORTDOCS%%share/doc/apache2/filter.xml -%%PORTDOCS%%share/doc/apache2/filter.xml.ja -%%PORTDOCS%%share/doc/apache2/footer.html -%%PORTDOCS%%share/doc/apache2/glossary.html.en -%%PORTDOCS%%share/doc/apache2/glossary.xml -%%PORTDOCS%%share/doc/apache2/handler.html.en -%%PORTDOCS%%share/doc/apache2/handler.html.ja.jis -%%PORTDOCS%%share/doc/apache2/handler.xml -%%PORTDOCS%%share/doc/apache2/handler.xml.ja -%%PORTDOCS%%share/doc/apache2/header.html -%%PORTDOCS%%share/doc/apache2/howto/auth.html.en -%%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis -%%PORTDOCS%%share/doc/apache2/howto/cgi.html.en -%%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis -%%PORTDOCS%%share/doc/apache2/howto/cgi.xml -%%PORTDOCS%%share/doc/apache2/howto/cgi.xml.ja -%%PORTDOCS%%share/doc/apache2/howto/footer.html -%%PORTDOCS%%share/doc/apache2/howto/header.html -%%PORTDOCS%%share/doc/apache2/howto/htaccess.html.en -%%PORTDOCS%%share/doc/apache2/howto/htaccess.xml -%%PORTDOCS%%share/doc/apache2/howto/index.html.en -%%PORTDOCS%%share/doc/apache2/howto/index.xml -%%PORTDOCS%%share/doc/apache2/howto/public_html.html.en -%%PORTDOCS%%share/doc/apache2/howto/public_html.xml -%%PORTDOCS%%share/doc/apache2/howto/ssi.html.en -%%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis -%%PORTDOCS%%share/doc/apache2/howto/ssi.xml -%%PORTDOCS%%share/doc/apache2/howto/ssi.xml.ja -%%PORTDOCS%%share/doc/apache2/images/apache_header.gif -%%PORTDOCS%%share/doc/apache2/images/apache_header.png -%%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif -%%PORTDOCS%%share/doc/apache2/images/custom_errordocs.png -%%PORTDOCS%%share/doc/apache2/images/down.gif -%%PORTDOCS%%share/doc/apache2/images/favicon.ico -%%PORTDOCS%%share/doc/apache2/images/feather.gif -%%PORTDOCS%%share/doc/apache2/images/home.gif -%%PORTDOCS%%share/doc/apache2/images/home.png -%%PORTDOCS%%share/doc/apache2/images/index.gif -%%PORTDOCS%%share/doc/apache2/images/index.png -%%PORTDOCS%%share/doc/apache2/images/left.gif -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.fig -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.gif -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.png -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.fig -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.gif -%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.png -%%PORTDOCS%%share/doc/apache2/images/pixel.gif -%%PORTDOCS%%share/doc/apache2/images/pixel.png -%%PORTDOCS%%share/doc/apache2/images/right.gif -%%PORTDOCS%%share/doc/apache2/images/sub.gif -%%PORTDOCS%%share/doc/apache2/images/sub.png -%%PORTDOCS%%share/doc/apache2/images/up.gif -%%PORTDOCS%%share/doc/apache2/index.html.de -%%PORTDOCS%%share/doc/apache2/index.html.en -%%PORTDOCS%%share/doc/apache2/index.html.fr -%%PORTDOCS%%share/doc/apache2/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/install.html.de -%%PORTDOCS%%share/doc/apache2/install.html.en -%%PORTDOCS%%share/doc/apache2/install.html.ja.jis -%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/install.html.ru.koi8-r -%%PORTDOCS%%share/doc/apache2/install.xml -%%PORTDOCS%%share/doc/apache2/install.xml.de -%%PORTDOCS%%share/doc/apache2/install.xml.ja -%%PORTDOCS%%share/doc/apache2/install.xml.ru -%%PORTDOCS%%share/doc/apache2/invoking.html.de -%%PORTDOCS%%share/doc/apache2/invoking.html.en -%%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis -%%PORTDOCS%%share/doc/apache2/invoking.xml -%%PORTDOCS%%share/doc/apache2/invoking.xml.de -%%PORTDOCS%%share/doc/apache2/invoking.xml.ja -%%PORTDOCS%%share/doc/apache2/logs.html.en -%%PORTDOCS%%share/doc/apache2/logs.html.ja.jis -%%PORTDOCS%%share/doc/apache2/logs.xml -%%PORTDOCS%%share/doc/apache2/logs.xml.ja -%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html -%%PORTDOCS%%share/doc/apache2/misc/descriptors.html -%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html -%%PORTDOCS%%share/doc/apache2/misc/footer.html -%%PORTDOCS%%share/doc/apache2/misc/header.html -%%PORTDOCS%%share/doc/apache2/misc/index.html.en -%%PORTDOCS%%share/doc/apache2/misc/index.xml -%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html -%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html.en -%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml -%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html.en -%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml -%%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en -%%PORTDOCS%%share/doc/apache2/misc/security_tips.xml -%%PORTDOCS%%share/doc/apache2/misc/tutorials.html -%%PORTDOCS%%share/doc/apache2/mod/beos.html.en -%%PORTDOCS%%share/doc/apache2/mod/beos.xml -%%PORTDOCS%%share/doc/apache2/mod/core.html.en -%%PORTDOCS%%share/doc/apache2/mod/core.xml -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml -%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/directives.html.de -%%PORTDOCS%%share/doc/apache2/mod/directives.html.en -%%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/directives.xml -%%PORTDOCS%%share/doc/apache2/mod/directives.xml.de -%%PORTDOCS%%share/doc/apache2/mod/directives.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/footer.html -%%PORTDOCS%%share/doc/apache2/mod/header.html -%%PORTDOCS%%share/doc/apache2/mod/index.html.de -%%PORTDOCS%%share/doc/apache2/mod/index.html.en -%%PORTDOCS%%share/doc/apache2/mod/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/index.xml -%%PORTDOCS%%share/doc/apache2/mod/index.xml.de -%%PORTDOCS%%share/doc/apache2/mod/index.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/leader.html.en -%%PORTDOCS%%share/doc/apache2/mod/leader.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_access.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_example.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_include.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_logio.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_status.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml -%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en -%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml -%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en -%%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml -%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml -%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.html.en -%%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml -%%PORTDOCS%%share/doc/apache2/mod/perchild.html.en -%%PORTDOCS%%share/doc/apache2/mod/perchild.xml -%%PORTDOCS%%share/doc/apache2/mod/prefork.html.en -%%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/prefork.xml -%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.de -%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.en -%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml -%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.de -%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ja -%%PORTDOCS%%share/doc/apache2/mod/threadpool.html.en -%%PORTDOCS%%share/doc/apache2/mod/threadpool.xml -%%PORTDOCS%%share/doc/apache2/mod/worker.html.en -%%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mod/worker.xml -%%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja -%%PORTDOCS%%share/doc/apache2/mpm.html.en -%%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis -%%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/mpm.xml -%%PORTDOCS%%share/doc/apache2/mpm.xml.ja -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.fr -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ja.jis -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ru.koi8-r -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ja -%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ru -%%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en -%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml -%%PORTDOCS%%share/doc/apache2/platform/footer.html -%%PORTDOCS%%share/doc/apache2/platform/header.html -%%PORTDOCS%%share/doc/apache2/platform/index.html.en -%%PORTDOCS%%share/doc/apache2/platform/index.xml -%%PORTDOCS%%share/doc/apache2/platform/netware.html.en -%%PORTDOCS%%share/doc/apache2/platform/netware.xml -%%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en -%%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml -%%PORTDOCS%%share/doc/apache2/platform/win_compiling.html.en -%%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml -%%PORTDOCS%%share/doc/apache2/platform/windows.html.en -%%PORTDOCS%%share/doc/apache2/platform/windows.xml -%%PORTDOCS%%share/doc/apache2/programs/ab.html -%%PORTDOCS%%share/doc/apache2/programs/apachectl.html.en -%%PORTDOCS%%share/doc/apache2/programs/apachectl.xml -%%PORTDOCS%%share/doc/apache2/programs/apxs.html -%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html -%%PORTDOCS%%share/doc/apache2/programs/footer.html -%%PORTDOCS%%share/doc/apache2/programs/header.html -%%PORTDOCS%%share/doc/apache2/programs/htdigest.html -%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html -%%PORTDOCS%%share/doc/apache2/programs/httpd.html.en -%%PORTDOCS%%share/doc/apache2/programs/httpd.xml -%%PORTDOCS%%share/doc/apache2/programs/index.html.en -%%PORTDOCS%%share/doc/apache2/programs/index.xml -%%PORTDOCS%%share/doc/apache2/programs/logresolve.html -%%PORTDOCS%%share/doc/apache2/programs/other.html -%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html -%%PORTDOCS%%share/doc/apache2/programs/suexec.html -%%PORTDOCS%%share/doc/apache2/search/manual-index.cgi -%%PORTDOCS%%share/doc/apache2/sections.html.en -%%PORTDOCS%%share/doc/apache2/sections.html.ja.jis -%%PORTDOCS%%share/doc/apache2/sections.xml -%%PORTDOCS%%share/doc/apache2/server-wide.html.en -%%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis -%%PORTDOCS%%share/doc/apache2/server-wide.xml -%%PORTDOCS%%share/doc/apache2/server-wide.xml.ja -%%PORTDOCS%%share/doc/apache2/sitemap.html.de -%%PORTDOCS%%share/doc/apache2/sitemap.html.en -%%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis -%%PORTDOCS%%share/doc/apache2/sitemap.xml -%%PORTDOCS%%share/doc/apache2/sitemap.xml.de -%%PORTDOCS%%share/doc/apache2/sitemap.xml.ja -%%PORTDOCS%%share/doc/apache2/ssl/footer.html -%%PORTDOCS%%share/doc/apache2/ssl/header.html -%%PORTDOCS%%share/doc/apache2/ssl/index.html.en -%%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/ssl/index.xml -%%PORTDOCS%%share/doc/apache2/ssl/index.xml.ja -%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg -%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html.en -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif -%%PORTDOCS%%share/doc/apache2/stopping.html.de -%%PORTDOCS%%share/doc/apache2/stopping.html.en -%%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis -%%PORTDOCS%%share/doc/apache2/stopping.xml -%%PORTDOCS%%share/doc/apache2/stopping.xml.de -%%PORTDOCS%%share/doc/apache2/stopping.xml.ja -%%PORTDOCS%%share/doc/apache2/style/common.dtd -%%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css -%%PORTDOCS%%share/doc/apache2/style/css/manual-print.css -%%PORTDOCS%%share/doc/apache2/style/css/manual.css -%%PORTDOCS%%share/doc/apache2/style/lang/de.xml -%%PORTDOCS%%share/doc/apache2/style/lang/en.xml -%%PORTDOCS%%share/doc/apache2/style/lang/ja.xml -%%PORTDOCS%%share/doc/apache2/style/lang/ru.xml -%%PORTDOCS%%share/doc/apache2/style/lang/sv.xml -%%PORTDOCS%%share/doc/apache2/style/manual.de.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.en.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.ru.xsl -%%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl -%%PORTDOCS%%share/doc/apache2/style/manualpage.dtd -%%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd -%%PORTDOCS%%share/doc/apache2/style/sitemap.dtd -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-lat1.ent -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-special.ent -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-symbol.ent -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-strict.dtd -%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-transitional.dtd -%%PORTDOCS%%share/doc/apache2/style/xsl/common.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/quickreference.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl -%%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl -%%PORTDOCS%%share/doc/apache2/suexec.html.en -%%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis -%%PORTDOCS%%share/doc/apache2/suexec.xml -%%PORTDOCS%%share/doc/apache2/suexec.xml.ja -%%PORTDOCS%%share/doc/apache2/upgrading.html.de -%%PORTDOCS%%share/doc/apache2/upgrading.html.en -%%PORTDOCS%%share/doc/apache2/upgrading.html.fr -%%PORTDOCS%%share/doc/apache2/upgrading.html.ja.jis -%%PORTDOCS%%share/doc/apache2/upgrading.html.ko.euc-kr -%%PORTDOCS%%share/doc/apache2/upgrading.html.ru.koi8-r -%%PORTDOCS%%share/doc/apache2/upgrading.xml -%%PORTDOCS%%share/doc/apache2/upgrading.xml.de -%%PORTDOCS%%share/doc/apache2/upgrading.xml.ja -%%PORTDOCS%%share/doc/apache2/upgrading.xml.ru -%%PORTDOCS%%share/doc/apache2/urlmapping.html.en -%%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis -%%PORTDOCS%%share/doc/apache2/urlmapping.xml -%%PORTDOCS%%share/doc/apache2/urlmapping.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/details.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/details.xml -%%PORTDOCS%%share/doc/apache2/vhosts/examples.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml -%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/footer.html -%%PORTDOCS%%share/doc/apache2/vhosts/header.html -%%PORTDOCS%%share/doc/apache2/vhosts/index.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis -%%PORTDOCS%%share/doc/apache2/vhosts/index.xml -%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml -%%PORTDOCS%%share/doc/apache2/vhosts/mass.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis -%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml -@exec mkdir -p %D/www -@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi -@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin -www/cgi-bin-dist/printenv -www/cgi-bin-dist/test-cgi -@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi -@exec [ ! -d %D/www/data ] && ln -fs %D/www/data-dist %D/www/data -www/data-dist/apache_pb.gif -www/data-dist/apache_pb.png -www/data-dist/apache_pb2.gif -www/data-dist/apache_pb2.png -www/data-dist/apache_pb2_ani.gif -www/data-dist/index.html.ca -www/data-dist/index.html.cz.iso8859-2 -www/data-dist/index.html.de -www/data-dist/index.html.dk -www/data-dist/index.html.ee -www/data-dist/index.html.el -www/data-dist/index.html.en -www/data-dist/index.html.es -www/data-dist/index.html.et -www/data-dist/index.html.fr -www/data-dist/index.html.he.iso8859-8 -www/data-dist/index.html.hr.iso8859-2 -www/data-dist/index.html.it -www/data-dist/index.html.ja.iso2022-jp -www/data-dist/index.html.ko.euc-kr -www/data-dist/index.html.lb.utf8 -www/data-dist/index.html.nl -www/data-dist/index.html.nn -www/data-dist/index.html.no -www/data-dist/index.html.po.iso8859-2 -www/data-dist/index.html.pt -www/data-dist/index.html.pt-br -www/data-dist/index.html.ru.cp-1251 -www/data-dist/index.html.ru.cp866 -www/data-dist/index.html.ru.iso-ru -www/data-dist/index.html.ru.koi8-r -www/data-dist/index.html.ru.utf8 -www/data-dist/index.html.se -www/data-dist/index.html.var -www/data-dist/index.html.zh -@unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi -@exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error -www/error-dist/HTTP_BAD_GATEWAY.html.var -www/error-dist/HTTP_BAD_REQUEST.html.var -www/error-dist/HTTP_FORBIDDEN.html.var -www/error-dist/HTTP_GONE.html.var -www/error-dist/HTTP_INTERNAL_SERVER_ERROR.html.var -www/error-dist/HTTP_LENGTH_REQUIRED.html.var -www/error-dist/HTTP_METHOD_NOT_ALLOWED.html.var -www/error-dist/HTTP_NOT_ACCEPTABLE.html.var -www/error-dist/HTTP_NOT_FOUND.html.var -www/error-dist/HTTP_NOT_IMPLEMENTED.html.var -www/error-dist/HTTP_PRECONDITION_FAILED.html.var -www/error-dist/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var -www/error-dist/HTTP_REQUEST_TIME_OUT.html.var -www/error-dist/HTTP_REQUEST_URI_TOO_LARGE.html.var -www/error-dist/HTTP_SERVICE_UNAVAILABLE.html.var -www/error-dist/HTTP_UNAUTHORIZED.html.var -www/error-dist/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var -www/error-dist/HTTP_VARIANT_ALSO_VARIES.html.var -www/error-dist/README -www/error-dist/contact.html.var -www/error-dist/include/bottom.html -www/error-dist/include/spacer.html -www/error-dist/include/top.html -@unexec if [ -L %D/www/icons ]; then rm -f %D/www/icons; fi -@exec [ ! -d %D/www/icons ] && ln -fs %D/www/icons-dist %D/www/icons -www/icons-dist/README -www/icons-dist/a.gif -www/icons-dist/a.png -www/icons-dist/alert.black.gif -www/icons-dist/alert.black.png -www/icons-dist/alert.red.gif -www/icons-dist/alert.red.png -www/icons-dist/apache_pb.gif -www/icons-dist/apache_pb.png -www/icons-dist/apache_pb2.gif -www/icons-dist/apache_pb2.png -www/icons-dist/apache_pb2_ani.gif -www/icons-dist/back.gif -www/icons-dist/back.png -www/icons-dist/ball.gray.gif -www/icons-dist/ball.gray.png -www/icons-dist/ball.red.gif -www/icons-dist/ball.red.png -www/icons-dist/binary.gif -www/icons-dist/binary.png -www/icons-dist/binhex.gif -www/icons-dist/binhex.png -www/icons-dist/blank.gif -www/icons-dist/blank.png -www/icons-dist/bomb.gif -www/icons-dist/bomb.png -www/icons-dist/box1.gif -www/icons-dist/box1.png -www/icons-dist/box2.gif -www/icons-dist/box2.png -www/icons-dist/broken.gif -www/icons-dist/broken.png -www/icons-dist/burst.gif -www/icons-dist/burst.png -www/icons-dist/c.gif -www/icons-dist/c.png -www/icons-dist/comp.blue.gif -www/icons-dist/comp.blue.png -www/icons-dist/comp.gray.gif -www/icons-dist/comp.gray.png -www/icons-dist/compressed.gif -www/icons-dist/compressed.png -www/icons-dist/continued.gif -www/icons-dist/continued.png -www/icons-dist/dir.gif -www/icons-dist/dir.png -www/icons-dist/diskimg.gif -www/icons-dist/diskimg.png -www/icons-dist/down.gif -www/icons-dist/down.png -www/icons-dist/dvi.gif -www/icons-dist/dvi.png -www/icons-dist/f.gif -www/icons-dist/f.png -www/icons-dist/folder.gif -www/icons-dist/folder.open.gif -www/icons-dist/folder.open.png -www/icons-dist/folder.png -www/icons-dist/folder.sec.gif -www/icons-dist/folder.sec.png -www/icons-dist/forward.gif -www/icons-dist/forward.png -www/icons-dist/freebsd.gif -www/icons-dist/generic.gif -www/icons-dist/generic.png -www/icons-dist/generic.red.gif -www/icons-dist/generic.red.png -www/icons-dist/generic.sec.gif -www/icons-dist/generic.sec.png -www/icons-dist/hand.right.gif -www/icons-dist/hand.right.png -www/icons-dist/hand.up.gif -www/icons-dist/hand.up.png -www/icons-dist/icon.sheet.gif -www/icons-dist/icon.sheet.png -www/icons-dist/image1.gif -www/icons-dist/image1.png -www/icons-dist/image2.gif -www/icons-dist/image2.png -www/icons-dist/image3.gif -www/icons-dist/image3.png -www/icons-dist/index.gif -www/icons-dist/index.png -www/icons-dist/layout.gif -www/icons-dist/layout.png -www/icons-dist/left.gif -www/icons-dist/left.png -www/icons-dist/link.gif -www/icons-dist/link.png -www/icons-dist/movie.gif -www/icons-dist/movie.png -www/icons-dist/p.gif -www/icons-dist/p.png -www/icons-dist/patch.gif -www/icons-dist/patch.png -www/icons-dist/pdf.gif -www/icons-dist/pdf.png -www/icons-dist/pie0.gif -www/icons-dist/pie0.png -www/icons-dist/pie1.gif -www/icons-dist/pie1.png -www/icons-dist/pie2.gif -www/icons-dist/pie2.png -www/icons-dist/pie3.gif -www/icons-dist/pie3.png -www/icons-dist/pie4.gif -www/icons-dist/pie4.png -www/icons-dist/pie5.gif -www/icons-dist/pie5.png -www/icons-dist/pie6.gif -www/icons-dist/pie6.png -www/icons-dist/pie7.gif -www/icons-dist/pie7.png -www/icons-dist/pie8.gif -www/icons-dist/pie8.png -www/icons-dist/portal.gif -www/icons-dist/portal.png -www/icons-dist/ps.gif -www/icons-dist/ps.png -www/icons-dist/quill.gif -www/icons-dist/quill.png -www/icons-dist/right.gif -www/icons-dist/right.png -www/icons-dist/screw1.gif -www/icons-dist/screw1.png -www/icons-dist/screw2.gif -www/icons-dist/screw2.png -www/icons-dist/script.gif -www/icons-dist/script.png -www/icons-dist/small/README.txt -www/icons-dist/small/back.gif -www/icons-dist/small/back.png -www/icons-dist/small/binary.gif -www/icons-dist/small/binary.png -www/icons-dist/small/binhex.gif -www/icons-dist/small/binhex.png -www/icons-dist/small/blank.gif -www/icons-dist/small/blank.png -www/icons-dist/small/broken.gif -www/icons-dist/small/broken.png -www/icons-dist/small/burst.gif -www/icons-dist/small/burst.png -www/icons-dist/small/comp1.gif -www/icons-dist/small/comp1.png -www/icons-dist/small/comp2.gif -www/icons-dist/small/comp2.png -www/icons-dist/small/compressed.gif -www/icons-dist/small/compressed.png -www/icons-dist/small/continued.gif -www/icons-dist/small/continued.png -www/icons-dist/small/dir.gif -www/icons-dist/small/dir.png -www/icons-dist/small/dir2.gif -www/icons-dist/small/dir2.png -www/icons-dist/small/doc.gif -www/icons-dist/small/doc.png -www/icons-dist/small/forward.gif -www/icons-dist/small/forward.png -www/icons-dist/small/generic.gif -www/icons-dist/small/generic.png -www/icons-dist/small/generic2.gif -www/icons-dist/small/generic2.png -www/icons-dist/small/generic3.gif -www/icons-dist/small/generic3.png -www/icons-dist/small/image.gif -www/icons-dist/small/image.png -www/icons-dist/small/image2.gif -www/icons-dist/small/image2.png -www/icons-dist/small/index.gif -www/icons-dist/small/index.png -www/icons-dist/small/key.gif -www/icons-dist/small/key.png -www/icons-dist/small/movie.gif -www/icons-dist/small/movie.png -www/icons-dist/small/patch.gif -www/icons-dist/small/patch.png -www/icons-dist/small/ps.gif -www/icons-dist/small/ps.png -www/icons-dist/small/rainbow.gif -www/icons-dist/small/rainbow.png -www/icons-dist/small/sound.gif -www/icons-dist/small/sound.png -www/icons-dist/small/sound2.gif -www/icons-dist/small/sound2.png -www/icons-dist/small/tar.gif -www/icons-dist/small/tar.png -www/icons-dist/small/text.gif -www/icons-dist/small/text.png -www/icons-dist/small/transfer.gif -www/icons-dist/small/transfer.png -www/icons-dist/small/unknown.gif -www/icons-dist/small/unknown.png -www/icons-dist/small/uu.gif -www/icons-dist/small/uu.png -www/icons-dist/sound1.gif -www/icons-dist/sound1.png -www/icons-dist/sound2.gif -www/icons-dist/sound2.png -www/icons-dist/sphere1.gif -www/icons-dist/sphere1.png -www/icons-dist/sphere2.gif -www/icons-dist/sphere2.png -www/icons-dist/tar.gif -www/icons-dist/tar.png -www/icons-dist/tex.gif -www/icons-dist/tex.png -www/icons-dist/text.gif -www/icons-dist/text.png -www/icons-dist/transfer.gif -www/icons-dist/transfer.png -www/icons-dist/unknown.gif -www/icons-dist/unknown.png -www/icons-dist/up.gif -www/icons-dist/up.png -www/icons-dist/uu.gif -www/icons-dist/uu.png -www/icons-dist/uuencoded.gif -www/icons-dist/uuencoded.png -www/icons-dist/world1.gif -www/icons-dist/world1.png -www/icons-dist/world2.gif -www/icons-dist/world2.png -@dirrm www/icons-dist/small -@dirrm www/icons-dist -@dirrm www/error-dist/include -@dirrm www/error-dist -@dirrm www/data-dist -@dirrm www/cgi-bin-dist -@dirrm www -%%PORTDOCS%%@dirrm share/doc/apache2/vhosts -%%PORTDOCS%%@dirrm share/doc/apache2/style/xsl -%%PORTDOCS%%@dirrm share/doc/apache2/style/w3c -%%PORTDOCS%%@dirrm share/doc/apache2/style/lang -%%PORTDOCS%%@dirrm share/doc/apache2/style/css -%%PORTDOCS%%@dirrm share/doc/apache2/style -%%PORTDOCS%%@dirrm share/doc/apache2/ssl -%%PORTDOCS%%@dirrm share/doc/apache2/search -%%PORTDOCS%%@dirrm share/doc/apache2/programs -%%PORTDOCS%%@dirrm share/doc/apache2/platform -%%PORTDOCS%%@dirrm share/doc/apache2/mod -%%PORTDOCS%%@dirrm share/doc/apache2/misc -%%PORTDOCS%%@dirrm share/doc/apache2/images -%%PORTDOCS%%@dirrm share/doc/apache2/howto -%%PORTDOCS%%@dirrm share/doc/apache2/faq -%%PORTDOCS%%@dirrm share/doc/apache2/developer -%%PORTDOCS%%@dirrm share/doc/apache2 -@dirrm share/apache2/build -@dirrm share/apache2 -@dirrm libexec/apache2 -@dirrm lib/apache2 -@dirrm include/apache2 -@dirrm etc/apache2 diff --git a/www/awstats-devel/Makefile b/www/awstats-devel/Makefile deleted file mode 100644 index ee455f053321..000000000000 --- a/www/awstats-devel/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: awstats -# Date created: May 13, 2002 -# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca> -# -# $FreeBSD$ -# - -PORTNAME= awstats -PORTVERSION= 5.3 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= firewolf@lightningfire.net -COMMENT= Free real-time logfile analyzer to get advanced web statistics - -NO_BUILD= yes -USE_PERL5_RUN= yes - -do-install: - @${MKDIR} ${PREFIX}/www/cgi-bin/lang - @${MKDIR} ${PREFIX}/www/cgi-bin/lib - @${MKDIR} ${PREFIX}/www/cgi-bin/plugins - @${MKDIR} ${PREFIX}/www/cgi-bin/plugins/example - @${MKDIR} ${PREFIX}/www/icons/browser - @${MKDIR} ${PREFIX}/www/icons/clock - @${MKDIR} ${PREFIX}/www/icons/cpu - @${MKDIR} ${PREFIX}/www/icons/flags - @${MKDIR} ${PREFIX}/www/icons/os - @${MKDIR} ${PREFIX}/www/icons/other - ${INSTALL_SCRIPT} ${WRKSRC}/tools/awstats_buildstaticpages.pl ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/tools/awstats_updateall.pl ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/tools/logresolvemerge.pl ${PREFIX}/bin/awstats_logresolvemerge.pl - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/awstats.model.conf ${PREFIX}/www/cgi-bin - ${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/awstats.pl ${PREFIX}/www/cgi-bin - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lang/* ${PREFIX}/www/cgi-bin/lang - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lib/* ${PREFIX}/www/cgi-bin/lib - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/geoip.pm ${PREFIX}/www/cgi-bin/plugins - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/graph3d.pm ${PREFIX}/www/cgi-bin/plugins - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/hashfiles.pm ${PREFIX}/www/cgi-bin/plugins - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/timehires.pm ${PREFIX}/www/cgi-bin/plugins - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/timezone.pm ${PREFIX}/www/cgi-bin/plugins - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/urlalias.pm ${PREFIX}/www/cgi-bin/plugins - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/example/* ${PREFIX}/www/cgi-bin/plugins/example - ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/browser/* ${PREFIX}/www/icons/browser - ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/clock/* ${PREFIX}/www/icons/clock - ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/cpu/* ${PREFIX}/www/icons/cpu - ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/flags/* ${PREFIX}/www/icons/flags - ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/os/* ${PREFIX}/www/icons/os - ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/other/* ${PREFIX}/www/icons/other - @${ECHO_CMD} "" - @${ECHO_CMD} "* Rename ${PREFIX}/www/cgi-bin/awstats.model.conf to awstats.conf to set up AWStats" - @${ECHO_CMD} "* Documentation has been installed in ${PREFIX}/share/doc/awstats" - @${ECHO_CMD} "" - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/images - ${INSTALL_DATA} ${WRKSRC}/docs/images/* ${DOCSDIR}/images - ${INSTALL_DATA} ${WRKSRC}/docs/*.* ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/awstats-devel/distinfo b/www/awstats-devel/distinfo deleted file mode 100644 index 28de5951650d..000000000000 --- a/www/awstats-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (awstats-5.3.tgz) = a91d4bad48649d28effb56baa0ef180c diff --git a/www/awstats-devel/files/patch.awstats.model.conf b/www/awstats-devel/files/patch.awstats.model.conf deleted file mode 100644 index df9323acd567..000000000000 --- a/www/awstats-devel/files/patch.awstats.model.conf +++ /dev/null @@ -1,18 +0,0 @@ ---- awstats.model.conf.orig Wed Nov 6 15:27:14 2002 -+++ awstats.model.conf Wed Nov 6 15:29:49 2002 -@@ -150,11 +150,11 @@ - # subdirectories. - # If you build static reports ("... -output > outputpath/output.html"), enter - # path of icon directory relative to the directory outputpath. --# Example: "/icon" --# Example: "../icon" --# Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") -+# Example: "/icons" -+# Example: "../icons" -+# Default: "/icons" (means you must copy icon directories in "/mywwwroot/icons") - # --DirIcons="/icon" -+DirIcons="/icons" - - - # "SiteDomain" must contain the main domain name or the main intranet web diff --git a/www/awstats-devel/pkg-descr b/www/awstats-devel/pkg-descr deleted file mode 100644 index c5e54bdec180..000000000000 --- a/www/awstats-devel/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -AWStats is a short for Advanced Web Statistics. It's a free tool that -generates advanced web server access statistics graphically. - -This web server log analyzer works as a CGI or from command line and -shows you all possible information your log contains, in few graphical -web pages. It uses a partial information file to be able to process -large log files, often and quickly. - -It can analyze log files from IIS (W3C log format), Apache log files -(NCSA combined/XLF/ELF log format or common/CLF log format), WebStar -and some other web, proxy or WAP servers (and even some FTP servers). - -WWW: http://awstats.sourceforge.net - -- Munish Chopra -mchopra@engmail.uwaterloo.ca diff --git a/www/awstats-devel/pkg-plist b/www/awstats-devel/pkg-plist deleted file mode 100644 index 74e21cceab99..000000000000 --- a/www/awstats-devel/pkg-plist +++ /dev/null @@ -1,476 +0,0 @@ -bin/awstats_buildstaticpages.pl -bin/awstats_updateall.pl -bin/awstats_logresolvemerge.pl -%%PORTDOCS%%%%DOCSDIR%%/images/awstats.ico -%%PORTDOCS%%%%DOCSDIR%%/images/awstats_logo1.gif -%%PORTDOCS%%%%DOCSDIR%%/images/awstats_logo1.png -%%PORTDOCS%%%%DOCSDIR%%/images/awstats_logo2.gif -%%PORTDOCS%%%%DOCSDIR%%/images/awstats_logo2.png -%%PORTDOCS%%%%DOCSDIR%%/images/awstats_logo3.gif -%%PORTDOCS%%%%DOCSDIR%%/images/awstats_logo3.png -%%PORTDOCS%%%%DOCSDIR%%/images/awstats_logo4.gif -%%PORTDOCS%%%%DOCSDIR%%/images/awstats_logo4.png -%%PORTDOCS%%%%DOCSDIR%%/images/awstats_logo5.gif -%%PORTDOCS%%%%DOCSDIR%%/images/awstats_logo5.png -%%PORTDOCS%%%%DOCSDIR%%/images/license_chart.png -%%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_1.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_1.png -%%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_2.png -%%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_3.gif -%%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_3.png -%%PORTDOCS%%%%DOCSDIR%%/images/star.png -%%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_4.png -%%PORTDOCS%%%%DOCSDIR%%/COPYING.TXT -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT -%%PORTDOCS%%%%DOCSDIR%%/awstats.htm -%%PORTDOCS%%%%DOCSDIR%%/awstats.pdf -%%PORTDOCS%%%%DOCSDIR%%/awstats.xml -%%PORTDOCS%%%%DOCSDIR%%/awstats_benchmark.html -%%PORTDOCS%%%%DOCSDIR%%/awstats_changelog.txt -%%PORTDOCS%%%%DOCSDIR%%/awstats_compare.html -%%PORTDOCS%%%%DOCSDIR%%/awstats_config.html -%%PORTDOCS%%%%DOCSDIR%%/awstats_faq.html -%%PORTDOCS%%%%DOCSDIR%%/awstats_glossary.html -%%PORTDOCS%%%%DOCSDIR%%/awstats_license.html -%%PORTDOCS%%%%DOCSDIR%%/awstats_security.html -%%PORTDOCS%%%%DOCSDIR%%/awstats_setup.html -%%PORTDOCS%%%%DOCSDIR%%/awstats_tools.html -%%PORTDOCS%%%%DOCSDIR%%/awstats_what.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/styles.css -www/cgi-bin/lang/awstats-al.txt -www/cgi-bin/lang/awstats-ba.txt -www/cgi-bin/lang/awstats-bg.txt -www/cgi-bin/lang/awstats-br.txt -www/cgi-bin/lang/awstats-cn.txt -www/cgi-bin/lang/awstats-cz.txt -www/cgi-bin/lang/awstats-de.txt -www/cgi-bin/lang/awstats-dk.txt -www/cgi-bin/lang/awstats-en.txt -www/cgi-bin/lang/awstats-es.txt -www/cgi-bin/lang/awstats-es_cat.txt -www/cgi-bin/lang/awstats-fi.txt -www/cgi-bin/lang/awstats-fr.txt -www/cgi-bin/lang/awstats-gr.txt -www/cgi-bin/lang/awstats-hu.txt -www/cgi-bin/lang/awstats-id.txt -www/cgi-bin/lang/awstats-it.txt -www/cgi-bin/lang/awstats-jp.txt -www/cgi-bin/lang/awstats-kr.txt -www/cgi-bin/lang/awstats-lv.txt -www/cgi-bin/lang/awstats-nb.txt -www/cgi-bin/lang/awstats-nl.txt -www/cgi-bin/lang/awstats-nn.txt -www/cgi-bin/lang/awstats-pl.txt -www/cgi-bin/lang/awstats-pt.txt -www/cgi-bin/lang/awstats-ro.txt -www/cgi-bin/lang/awstats-ru.txt -www/cgi-bin/lang/awstats-se.txt -www/cgi-bin/lang/awstats-sk.txt -www/cgi-bin/lang/awstats-tr.txt -www/cgi-bin/lang/awstats-tt-al.txt -www/cgi-bin/lang/awstats-tt-ba.txt -www/cgi-bin/lang/awstats-tt-bg.txt -www/cgi-bin/lang/awstats-tt-cn.txt -www/cgi-bin/lang/awstats-tt-cz.txt -www/cgi-bin/lang/awstats-tt-de.txt -www/cgi-bin/lang/awstats-tt-en.txt -www/cgi-bin/lang/awstats-tt-es.txt -www/cgi-bin/lang/awstats-tt-es_cat.txt -www/cgi-bin/lang/awstats-tt-fi.txt -www/cgi-bin/lang/awstats-tt-fr.txt -www/cgi-bin/lang/awstats-tt-hu.txt -www/cgi-bin/lang/awstats-tt-it.txt -www/cgi-bin/lang/awstats-tt-jp.txt -www/cgi-bin/lang/awstats-tt-kr.txt -www/cgi-bin/lang/awstats-tt-nb.txt -www/cgi-bin/lang/awstats-tt-nl.txt -www/cgi-bin/lang/awstats-tt-nn.txt -www/cgi-bin/lang/awstats-tt-pl.txt -www/cgi-bin/lang/awstats-tt-ro.txt -www/cgi-bin/lang/awstats-tt-ru.txt -www/cgi-bin/lang/awstats-tt-se.txt -www/cgi-bin/lang/awstats-tt-sk.txt -www/cgi-bin/lang/awstats-tt-tr.txt -www/cgi-bin/lang/awstats-tt-tw.txt -www/cgi-bin/lang/awstats-tt-ua.txt -www/cgi-bin/lang/awstats-tw.txt -www/cgi-bin/lang/awstats-ua.txt -www/cgi-bin/lang/awstats-wlk.txt -www/cgi-bin/lib/browsers.pm -www/cgi-bin/lib/domains.pm -www/cgi-bin/lib/operating_systems.pm -www/cgi-bin/lib/robots.pm -www/cgi-bin/lib/search_engines.pm -www/cgi-bin/lib/worms.pm -www/cgi-bin/plugins/example/example.pm -www/cgi-bin/plugins/geoip.pm -www/cgi-bin/plugins/graph3d.pm -www/cgi-bin/plugins/hashfiles.pm -www/cgi-bin/plugins/timehires.pm -www/cgi-bin/plugins/timezone.pm -www/cgi-bin/plugins/urlalias.pm -www/cgi-bin/awstats.model.conf -www/cgi-bin/awstats.pl -www/icons/browser/adobe.png -www/icons/browser/amaya.png -www/icons/browser/da.png -www/icons/browser/dreamcast.png -www/icons/browser/galeon.png -www/icons/browser/getright.png -www/icons/browser/gozilla.png -www/icons/browser/ibrowse.png -www/icons/browser/icab.png -www/icons/browser/konqueror.png -www/icons/browser/lynx.png -www/icons/browser/mediaplayer.png -www/icons/browser/msie.png -www/icons/browser/msie_large.png -www/icons/browser/netpositive.png -www/icons/browser/netscape.png -www/icons/browser/netscape_large.png -www/icons/browser/notavailable.png -www/icons/browser/omniweb.png -www/icons/browser/opera.png -www/icons/browser/pdaphone.png -www/icons/browser/staroffice.png -www/icons/browser/teleport.png -www/icons/browser/unknown.png -www/icons/browser/webcopier.png -www/icons/browser/webtv.png -www/icons/browser/webzip.png -www/icons/clock/hr1.png -www/icons/clock/hr10.png -www/icons/clock/hr11.png -www/icons/clock/hr12.png -www/icons/clock/hr2.png -www/icons/clock/hr3.png -www/icons/clock/hr4.png -www/icons/clock/hr5.png -www/icons/clock/hr6.png -www/icons/clock/hr7.png -www/icons/clock/hr8.png -www/icons/clock/hr9.png -www/icons/cpu/digital.png -www/icons/cpu/hp.png -www/icons/cpu/ibm.png -www/icons/cpu/intel.png -www/icons/cpu/java.png -www/icons/cpu/mips.png -www/icons/cpu/motorola.png -www/icons/cpu/sun.png -www/icons/cpu/unknown.png -www/icons/flags/ad.png -www/icons/flags/ae.png -www/icons/flags/aero.png -www/icons/flags/af.png -www/icons/flags/ag.png -www/icons/flags/ai.png -www/icons/flags/al.png -www/icons/flags/am.png -www/icons/flags/an.png -www/icons/flags/ao.png -www/icons/flags/aq.png -www/icons/flags/ar.png -www/icons/flags/arpa.png -www/icons/flags/as.png -www/icons/flags/at.png -www/icons/flags/au.png -www/icons/flags/aw.png -www/icons/flags/az.png -www/icons/flags/ba.png -www/icons/flags/bb.png -www/icons/flags/bd.png -www/icons/flags/be.png -www/icons/flags/bf.png -www/icons/flags/bg.png -www/icons/flags/bh.png -www/icons/flags/bi.png -www/icons/flags/biz.png -www/icons/flags/bj.png -www/icons/flags/bm.png -www/icons/flags/bn.png -www/icons/flags/bo.png -www/icons/flags/br.png -www/icons/flags/bs.png -www/icons/flags/bt.png -www/icons/flags/bv.png -www/icons/flags/bw.png -www/icons/flags/by.png -www/icons/flags/bz.png -www/icons/flags/ca.png -www/icons/flags/cc.png -www/icons/flags/cd.png -www/icons/flags/cf.png -www/icons/flags/cg.png -www/icons/flags/ch.png -www/icons/flags/ci.png -www/icons/flags/ck.png -www/icons/flags/cl.png -www/icons/flags/cm.png -www/icons/flags/cn.png -www/icons/flags/co.png -www/icons/flags/com.png -www/icons/flags/coop.png -www/icons/flags/cr.png -www/icons/flags/cs.png -www/icons/flags/cu.png -www/icons/flags/cv.png -www/icons/flags/cx.png -www/icons/flags/cy.png -www/icons/flags/cz.png -www/icons/flags/de.png -www/icons/flags/dj.png -www/icons/flags/dk.png -www/icons/flags/dm.png -www/icons/flags/do.png -www/icons/flags/dz.png -www/icons/flags/ec.png -www/icons/flags/edu.png -www/icons/flags/ee.png -www/icons/flags/eg.png -www/icons/flags/eh.png -www/icons/flags/en.png -www/icons/flags/er.png -www/icons/flags/es.png -www/icons/flags/es_cat.png -www/icons/flags/et.png -www/icons/flags/fi.png -www/icons/flags/fj.png -www/icons/flags/fk.png -www/icons/flags/fm.png -www/icons/flags/fo.png -www/icons/flags/fr.png -www/icons/flags/fx.png -www/icons/flags/ga.png -www/icons/flags/gb.png -www/icons/flags/gd.png -www/icons/flags/ge.png -www/icons/flags/gf.png -www/icons/flags/gh.png -www/icons/flags/gi.png -www/icons/flags/gl.png -www/icons/flags/gm.png -www/icons/flags/gn.png -www/icons/flags/gov.png -www/icons/flags/gp.png -www/icons/flags/gq.png -www/icons/flags/gr.png -www/icons/flags/gs.png -www/icons/flags/gt.png -www/icons/flags/gu.png -www/icons/flags/gw.png -www/icons/flags/gy.png -www/icons/flags/hk.png -www/icons/flags/hm.png -www/icons/flags/hn.png -www/icons/flags/hr.png -www/icons/flags/ht.png -www/icons/flags/hu.png -www/icons/flags/id.png -www/icons/flags/ie.png -www/icons/flags/il.png -www/icons/flags/in.png -www/icons/flags/info.png -www/icons/flags/int.png -www/icons/flags/io.png -www/icons/flags/ip.png -www/icons/flags/iq.png -www/icons/flags/ir.png -www/icons/flags/is.png -www/icons/flags/it.png -www/icons/flags/jm.png -www/icons/flags/jo.png -www/icons/flags/jp.png -www/icons/flags/ke.png -www/icons/flags/kg.png -www/icons/flags/kh.png -www/icons/flags/ki.png -www/icons/flags/km.png -www/icons/flags/kn.png -www/icons/flags/kp.png -www/icons/flags/kr.png -www/icons/flags/kw.png -www/icons/flags/ky.png -www/icons/flags/kz.png -www/icons/flags/la.png -www/icons/flags/lb.png -www/icons/flags/lc.png -www/icons/flags/li.png -www/icons/flags/lk.png -www/icons/flags/lr.png -www/icons/flags/ls.png -www/icons/flags/lt.png -www/icons/flags/lu.png -www/icons/flags/lv.png -www/icons/flags/ly.png -www/icons/flags/ma.png -www/icons/flags/mc.png -www/icons/flags/md.png -www/icons/flags/mg.png -www/icons/flags/mil.png -www/icons/flags/mk.png -www/icons/flags/ml.png -www/icons/flags/mn.png -www/icons/flags/mo.png -www/icons/flags/mq.png -www/icons/flags/mr.png -www/icons/flags/mt.png -www/icons/flags/mu.png -www/icons/flags/museum.png -www/icons/flags/mv.png -www/icons/flags/mx.png -www/icons/flags/my.png -www/icons/flags/mz.png -www/icons/flags/na.png -www/icons/flags/name.png -www/icons/flags/nato.png -www/icons/flags/nb.png -www/icons/flags/nc.png -www/icons/flags/ne.png -www/icons/flags/net.png -www/icons/flags/ng.png -www/icons/flags/ni.png -www/icons/flags/nl.png -www/icons/flags/nn.png -www/icons/flags/no.png -www/icons/flags/np.png -www/icons/flags/nt.png -www/icons/flags/nu.png -www/icons/flags/nz.png -www/icons/flags/om.png -www/icons/flags/org.png -www/icons/flags/pa.png -www/icons/flags/pe.png -www/icons/flags/pf.png -www/icons/flags/pg.png -www/icons/flags/ph.png -www/icons/flags/pk.png -www/icons/flags/pl.png -www/icons/flags/pr.png -www/icons/flags/pro.png -www/icons/flags/pt.png -www/icons/flags/py.png -www/icons/flags/qa.png -www/icons/flags/ro.png -www/icons/flags/ru.png -www/icons/flags/rw.png -www/icons/flags/sa.png -www/icons/flags/sb.png -www/icons/flags/sc.png -www/icons/flags/sd.png -www/icons/flags/se.png -www/icons/flags/sg.png -www/icons/flags/si.png -www/icons/flags/sk.png -www/icons/flags/sm.png -www/icons/flags/sn.png -www/icons/flags/su.png -www/icons/flags/sv.png -www/icons/flags/sy.png -www/icons/flags/sz.png -www/icons/flags/tc.png -www/icons/flags/td.png -www/icons/flags/tf.png -www/icons/flags/tg.png -www/icons/flags/th.png -www/icons/flags/tk.png -www/icons/flags/tm.png -www/icons/flags/tn.png -www/icons/flags/to.png -www/icons/flags/tr.png -www/icons/flags/tt.png -www/icons/flags/tv.png -www/icons/flags/tw.png -www/icons/flags/tz.png -www/icons/flags/ua.png -www/icons/flags/ug.png -www/icons/flags/uk.png -www/icons/flags/um.png -www/icons/flags/unknown.png -www/icons/flags/us.png -www/icons/flags/uy.png -www/icons/flags/uz.png -www/icons/flags/va.png -www/icons/flags/vc.png -www/icons/flags/ve.png -www/icons/flags/vg.png -www/icons/flags/vi.png -www/icons/flags/vn.png -www/icons/flags/vu.png -www/icons/flags/wf.png -www/icons/flags/wlk.png -www/icons/flags/ws.png -www/icons/flags/ye.png -www/icons/flags/yt.png -www/icons/flags/yu.png -www/icons/flags/za.png -www/icons/flags/ze.png -www/icons/flags/zm.png -www/icons/flags/zw.png -www/icons/os/aix.png -www/icons/os/amigaos.png -www/icons/os/apple.png -www/icons/os/beos.png -www/icons/os/bsdi.png -www/icons/os/cpm.png -www/icons/os/digital.png -www/icons/os/dos.png -www/icons/os/dreamcast.png -www/icons/os/freebsd.png -www/icons/os/gnu.png -www/icons/os/hpux.png -www/icons/os/ibm.png -www/icons/os/irix.png -www/icons/os/java.png -www/icons/os/linux.png -www/icons/os/macintosh.png -www/icons/os/netbsd.png -www/icons/os/netware.png -www/icons/os/next.png -www/icons/os/openbsd.png -www/icons/os/os2.png -www/icons/os/osf.png -www/icons/os/qnx.png -www/icons/os/riscos.png -www/icons/os/sco.png -www/icons/os/sunos.png -www/icons/os/unix.png -www/icons/os/unknown.png -www/icons/os/vms.png -www/icons/os/webtv.png -www/icons/os/win16.png -www/icons/os/win2000.png -www/icons/os/win95.png -www/icons/os/win98.png -www/icons/os/wince.png -www/icons/os/winme.png -www/icons/os/winnt.png -www/icons/os/winxp.png -www/icons/other/awstats_logo1.png -www/icons/other/barrehe.png -www/icons/other/barrehh.png -www/icons/other/barrehk.png -www/icons/other/barrehp.png -www/icons/other/barrehx.png -www/icons/other/barrevh.png -www/icons/other/barrevk.png -www/icons/other/barrevp.png -www/icons/other/barrevu.png -www/icons/other/barrevv.png -www/icons/other/page.png -@dirrm %%PORTDOCS%%%%DOCSDIR%%/images -@dirrm %%PORTDOCS%%%%DOCSDIR%% -@dirrm www/cgi-bin/lang -@dirrm www/cgi-bin/lib -@dirrm www/cgi-bin/plugins/example -@dirrm www/cgi-bin/plugins -@dirrm www/cgi-bin -@dirrm www/icons/browser -@dirrm www/icons/clock -@dirrm www/icons/cpu -@dirrm www/icons/flags -@dirrm www/icons/os -@dirrm www/icons/other -@dirrm www/icons -@dirrm www diff --git a/www/boa/Makefile b/www/boa/Makefile index 6c649d63bc96..431c0337c73a 100644 --- a/www/boa/Makefile +++ b/www/boa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= boa -PORTVERSION= 0.94.14.r13 +PORTVERSION= 0.94.14.r16 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.boa.org/ diff --git a/www/boa/distinfo b/www/boa/distinfo index 11bf5f7be07b..8ec362d2f5cb 100644 --- a/www/boa/distinfo +++ b/www/boa/distinfo @@ -1 +1 @@ -MD5 (boa-0.94.14rc13.tar.bz2) = 7c4d9d14884cb44ffae6fbf017ff34dc +MD5 (boa-0.94.14rc16.tar.bz2) = baab45673cb12e4c65257b461cb14c78 diff --git a/www/boa/files/patch-configure b/www/boa/files/patch-configure deleted file mode 100644 index 2b5bcaa1ab40..000000000000 --- a/www/boa/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Jan 31 18:58:53 2003 -+++ configure Fri Jan 31 18:59:01 2003 -@@ -1846,6 +1846,7 @@ - cat > conftest.$ac_ext <<EOF - #line 1848 "configure" - #include "confdefs.h" -+#include <sys/types.h> - #include <sys/socket.h> - int main() { - sa_family_t foo2; diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile deleted file mode 100644 index 698430f6ccab..000000000000 --- a/www/cocoon/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: Cocoon -# Date created: 27 June 1999 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= cocoon -PORTVERSION= 1.8.2 -PORTREVISION= 3 -CATEGORIES= textproc www java -MASTER_SITES= ${MASTER_SITE_APACHE_XML} \ - http://www.metaverse.nl/~ernst/ -MASTER_SITE_SUBDIR= cocoon/cocoon1 - -DISTNAME= Cocoon-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= 100% pure Java publishing framework servlet - -USE_JAVA= 1.1+ -MAKE_ENV= JAVA_HOME=${JAVA_HOME} CLASSPATH=${CLASSPATH} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -CLASSPATH= ${JAVA_CLASSES} -LIBS= fop_0_15_0.jar xalan_1_2_D02.jar xerces_1_2.jar turbine-pool.jar -JDIR= ${PREFIX}/share/java/classes -CDIR= ${PREFIX}/etc/apache/cocoon -SDIR= ${PREFIX}/share/java/cocoon - -pre-build: - ${CHMOD} a+rx ${WRKSRC}/build.sh - -do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build.sh - -pre-install: - @${MKDIR} ${JDIR} ${CDIR} ${SDIR} - -do-install: - @(cd ${WRKSRC}/build && \ - ${INSTALL_DATA} cocoon.jar ${JDIR}) - @(cd ${WRKSRC}/lib; \ - for i in ${LIBS}; do \ - ${INSTALL_DATA} $${i} ${JDIR} ; \ - done) - @(cd ${WRKSRC}/conf; \ - ${INSTALL_DATA} cocoon.properties \ - ${CDIR}/cocoon.properties.default) - @if [ ! -f ${CDIR}/cocoon.properties ]; then \ - ${CP} ${CDIR}/cocoon.properties.default \ - ${CDIR}/cocoon.properties; \ - fi -.if !defined(NOPORTDOCS) - @(cd ${WRKSRC} ; \ - ${INSTALL_DATA} LICENSE ${SDIR} ;\ - ${INSTALL_DATA} README ${SDIR} ;\ - ${CP} -r docs ${SDIR} ;\ - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${SDIR} ;\ - ) -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/cocoon/distinfo b/www/cocoon/distinfo deleted file mode 100644 index f99ca2143081..000000000000 --- a/www/cocoon/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Cocoon-1.8.2.tar.gz) = 57fc25fcbc96f51cb684741651e94e30 diff --git a/www/cocoon/files/patch-Utils.java b/www/cocoon/files/patch-Utils.java deleted file mode 100644 index 5f89c384dc3e..000000000000 --- a/www/cocoon/files/patch-Utils.java +++ /dev/null @@ -1,51 +0,0 @@ -$FreeBSD$ - ---- src/org/apache/cocoon/Utils.java.orig Sun May 12 13:30:49 2002 -+++ src/org/apache/cocoon/Utils.java Sun May 12 13:30:58 2002 -@@ -331,16 +331,20 @@ - */ - public static final Object getLocationResource(String location) throws MalformedURLException { - Object resource = null; -- -+ - if (location.indexOf("://") < 0) { - resource = new File(location); - } else if (location.startsWith("resource://")) { - // FIXME (SM): this should _not_ be system resource, but rather a resource of current classloader -- resource = ClassLoader.getSystemResource(location.substring("resource://".length())); -+// resource = ClassLoader.getSystemResource(location.substring("resource://".length())); -+ -+ // The Fix! -+ Dummy classloadrefernce = new Dummy(); -+ resource = classloadrefernce.getClass().getClassLoader().getResource(location.substring("resource://".length())); - } else { - resource = new URL(location); - } -- -+ - return resource; - } - -@@ -362,11 +366,20 @@ - resource = new File(location); - } else if (location.startsWith("resource://")) { - // FIXME (SM): this should _not_ be system resource, but rather a resource of current classloader -- resource = ClassLoader.getSystemResource(location.substring("resource://".length())); -+// resource = ClassLoader.getSystemResource(location.substring("resource://".length())); -+ -+ // The Fix! -+ Dummy classloadrefernce = new Dummy(); -+ resource = classloadrefernce.getClass().getClassLoader().getResource(location.substring("resource://".length())); - } else { - resource = new URL(location); - } -- -+ - return resource; - } -+ -+} -+ -+class Dummy { -+ String why = "to provide a classloader ref"; - } diff --git a/www/cocoon/files/patch-aa b/www/cocoon/files/patch-aa deleted file mode 100644 index d886607a5dd4..000000000000 --- a/www/cocoon/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- conf/cocoon.properties.orig Mon Jan 12 11:18:12 1970 -+++ conf/cocoon.properties Fri Jul 28 18:09:27 2000 -@@ -138,7 +138,7 @@ - # secret, we highly suggest that you protect the repository from untrusted - # access, even read-only. Only Cocoon and the system administrators should - # have access here. --processor.xsp.repository = ./repository -+processor.xsp.repository = /var/tmp/cocoon-repository - - # Set the libraries associated with the given namespace. - # Use the syntax: -@@ -208,6 +208,7 @@ - # formatter.[type].indent = [numbers of spaces for tag indenting] - - # HTML 4.0 (strict) -+formatter.text/html.encoding = UTF-8 - formatter.text/html.doctype-public = -//W3C//DTD HTML 4.0//EN - formatter.text/html.doctype-system = http://www.w3.org/TR/REC-html40/strict.dtd - diff --git a/www/cocoon/files/patch-ab b/www/cocoon/files/patch-ab deleted file mode 100644 index 8a3ea355c28e..000000000000 --- a/www/cocoon/files/patch-ab +++ /dev/null @@ -1,8 +0,0 @@ ---- build.sh.orig Mon Jan 12 11:18:12 1970 -+++ build.sh Sat Aug 5 21:45:24 2000 -@@ -29,4 +29,4 @@ - echo - echo Starting Ant... - --$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath $LOCALCLASSPATH org.apache.tools.ant.Main $* -+$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -ss67108863 -oss67108863 -mx67108863 -classpath $LOCALCLASSPATH org.apache.tools.ant.Main $* diff --git a/www/cocoon/pkg-descr b/www/cocoon/pkg-descr deleted file mode 100644 index 071ef43b415c..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://xml.apache.org/cocoon/ diff --git a/www/cocoon/pkg-message b/www/cocoon/pkg-message deleted file mode 100644 index ac4d89c92f69..000000000000 --- a/www/cocoon/pkg-message +++ /dev/null @@ -1,22 +0,0 @@ -To activate Cocoon: - -(1) Add following line into jserv.conf. - - "ApJServAction .xml /servlets/org.apache.cocoon.Cocoon" - -(2) Add following lines into jserv.properties. - - "wrapper.classpath=/usr/local/share/java/classes/cocoon.jar" - "wrapper.classpath=/usr/local/share/java/classes/xerces_1_2.jar" - "wrapper.classpath=/usr/local/share/java/classes/xalan_1_2_D02.jar" - "wrapper.classpath=/usr/local/share/java/classes/fop_0_15_0.jar" - "wrapper.classpath=/usr/local/share/java/classes/turbine-pool.jar" - -(3) Add following line into zone.properties. - - "repositories=/usr/local/share/java/classes/cocoon.jar" - "servlet.org.apache.cocoon.Cocoon.initArgs=properties=/usr/local/etc/apache/cocoon/cocoon.properties" - -(4) Make directory "/var/tmp/cocoon-repository". - -(5) Restart Apache and check http://localhost/Cocoon.xml. diff --git a/www/cocoon/pkg-plist b/www/cocoon/pkg-plist deleted file mode 100644 index f7f613f5bb38..000000000000 --- a/www/cocoon/pkg-plist +++ /dev/null @@ -1,522 +0,0 @@ -@unexec if cmp -s %D/etc/apache/cocoon/cocoon.properties.default %D/etc/apache/cocoon/cocoon.properties; then rm -f %D/etc/apache/cocoon/cocoon.properties; fi -etc/apache/cocoon/cocoon.properties.default -@exec [ ! -f %B/cocoon.properties ] && cp %B/%f %B/cocoon.properties -@unexec rmdir %D/etc/apache/cocoon > /dev/null 2>&1 || true -share/java/classes/cocoon.jar -share/java/classes/fop_0_15_0.jar -share/java/classes/xalan_1_2_D02.jar -share/java/classes/xerces_1_2.jar -share/java/classes/turbine-pool.jar -%%PORTDOCS%%share/java/cocoon/LICENSE -%%PORTDOCS%%share/java/cocoon/README -%%PORTDOCS%%share/java/cocoon/docs/api/allclasses-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/deprecated-list.html -%%PORTDOCS%%share/java/cocoon/docs/api/help-doc.html -%%PORTDOCS%%share/java/cocoon/docs/api/index.html -%%PORTDOCS%%share/java/cocoon/docs/api/javadoc.css -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Browsers.Browser.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Browsers.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Cocoon.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Defaults.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Engine.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/EngineWrapper.HttpServletRequestImpl.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/EngineWrapper.HttpServletResponseImpl.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/EngineWrapper.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Frontend.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Profiler.ProfProcess.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Profiler.RequestMarker.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Profiler.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Tokenizer.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/Utils.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/cache/Cache.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/cache/CocoonCache.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/cache/NoCache.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/cache/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/cache/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/cache/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/collections/Predicate.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/collections/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/collections/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/collections/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/dcp/DefaultDCPProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/dcp/ServletDCPProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/dcp/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/dcp/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/dcp/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/example/DCPExample.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/example/DummyProducer.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/example/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/example/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/example/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/AbstractFormatter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/FO2PDFFormatter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/Formatter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/FormatterFactory.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/HTMLFormatter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/TextFormatter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/XHTMLFormatter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/XMLFormatter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/formatter/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/AbstractActor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Actor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Cacheable.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Changeable.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Configurable.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Configurations.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/DestroyListener.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Director.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Factory.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/InitializationException.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Manager.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Monitor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Page.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Router.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/Status.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/XMLConfigurations.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/XObject.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/framework/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/AbstractInterpreter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/Instance.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/Interpreter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/InterpreterFactory.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/LanguageException.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/Module.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/EcmaScriptEvaluator.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/EcmaScriptInstance.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/EcmaScriptInterpreter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/EcmaScriptModule.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/JavaInstance.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/JavaInterpreter.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/JavaModule.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/interpreter/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/logger/AbstractLogger.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/logger/Logger.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/logger/ServletLogger.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/logger/StdioLogger.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/logger/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/logger/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/logger/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/parser/AbstractParser.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/parser/Parser.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/parser/SunXMLParser.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/parser/XercesParser.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/parser/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/parser/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/parser/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/LinkEncodingProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/PINotFoundException.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/Processor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/ProcessorException.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/ProcessorFactory.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/DCPEngine.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/DCPException.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/DCPProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/ldap/LdapContextCreator.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/ldap/LdapDefs.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/ldap/LdapProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/ldap/LdapQueryCreator.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/ldap/Utils.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/ldap/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/ldap/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/ldap/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/ConnectionCreator.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/ConnectionDefs.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/DefaultQueryCreator.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/QueryCreator.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/SQLProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/SQLQueryCreator.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/Utils.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xinclude/XIncludeProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xinclude/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xinclude/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xinclude/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/XSLTProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/XSPGlobal.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/XSPLogicsheet.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/XSPPage.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/XSPProcessor.PageEntry.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/XSPProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/XSPUtil.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/XSPLanguageProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/XSPPreprocessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/java/JavaCompiler.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/java/JikesJavaCompiler.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/java/SunJavaCompiler.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/java/XSPClassLoader.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/java/XSPJavaPreprocessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/java/XSPJavaProcessor.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/java/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/java/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/java/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/XSPContextLibrary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/XSPCookieLibrary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/XSPGlobalLibrary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/XSPRequestLibrary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/XSPResponseLibrary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/XSPSessionLibrary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/calendar/XSPCalendar.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/calendar/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/calendar/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/calendar/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/fp/fpError.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/fp/fpLibrary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/fp/fpResource.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/fp/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/fp/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/fp/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/sql/Column.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/sql/XSPSQLLibrary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/sql/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/sql/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/sql/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/producer/AbstractProducer.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/producer/Producer.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/producer/ProducerFactory.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/producer/ProducerFromFile.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/producer/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/producer/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/producer/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/response/HttpServletResponseFacade.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/response/RedirectException.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/response/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/response/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/response/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/store/MemoryStore.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/store/Store.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/store/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/store/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/store/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/transformer/Transformer.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/transformer/XalanTransformer.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/transformer/XTTransformer.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/transformer/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/transformer/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/transformer/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/xml/XMLFragment.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/xml/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/xml/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/xml/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/xml/util/XPathAPI.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/xml/util/package-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/xml/util/package-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/org/apache/cocoon/xml/util/package-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/overview-frame.html -%%PORTDOCS%%share/java/cocoon/docs/api/overview-summary.html -%%PORTDOCS%%share/java/cocoon/docs/api/overview-tree.html -%%PORTDOCS%%share/java/cocoon/docs/api/package-list -%%PORTDOCS%%share/java/cocoon/docs/api/packages.html -%%PORTDOCS%%share/java/cocoon/docs/api/serialized-form.html -%%PORTDOCS%%share/java/cocoon/docs/caching.html -%%PORTDOCS%%share/java/cocoon/docs/changes.html -%%PORTDOCS%%share/java/cocoon/docs/cocoon2.html -%%PORTDOCS%%share/java/cocoon/docs/connection-pool.html -%%PORTDOCS%%share/java/cocoon/docs/contrib.html -%%PORTDOCS%%share/java/cocoon/docs/dcp.html -%%PORTDOCS%%share/java/cocoon/docs/dynamic.html -%%PORTDOCS%%share/java/cocoon/docs/esql.html -%%PORTDOCS%%share/java/cocoon/docs/faqs.html -%%PORTDOCS%%share/java/cocoon/docs/fp.html -%%PORTDOCS%%share/java/cocoon/docs/graphics/caching-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/caching-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/caching-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/caching-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/changes-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/changes-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/changes-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/changes-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/cocoon2-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/cocoon2-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/cocoon2-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/cocoon2-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/connection-pool-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/connection-pool-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/connection-pool-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/connection-pool-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/contrib-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/contrib-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/contrib-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/contrib-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/dcp-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/dcp-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/dcp-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/dcp-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/dynamic-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/dynamic-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/dynamic-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/dynamic-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/esql-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/esql-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/esql-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/esql-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-26-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-26-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-26-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-56-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-56-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-56-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-58-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-58-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-58-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-62-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-62-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-62-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-80-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-80-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-80-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-84-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-84-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-84-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-88-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-88-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-88-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-86-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-86-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ext-86-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/faqs-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/faqs-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/faqs-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/faqs-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/fp-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/fp-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/fp-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/fp-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/guide-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/guide-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/guide-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/guide-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/how-it-works-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/how-it-works-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/how-it-works-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/how-it-works-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/index-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/index-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/index-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/index-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/infrastructure-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/infrastructure-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/infrastructure-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/infrastructure-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/install-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/install-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/install-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/install-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ldap-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ldap-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ldap-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/ldap-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/license-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/license-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/license-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/license-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/livesites-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/livesites-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/livesites-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/livesites-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/mail-archives-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/mail-archives-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/mail-archives-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/mail-archives-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/mail-lists-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/mail-lists-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/mail-lists-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/mail-lists-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/sql-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/sql-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/sql-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/sql-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/sqltaglib-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/sqltaglib-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/sqltaglib-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/sqltaglib-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/technologies-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/technologies-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/technologies-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/technologies-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/todo-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/todo-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/todo-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/todo-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/wd-xsp-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/wd-xsp-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/wd-xsp-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/wd-xsp-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/xmlfragment-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/xmlfragment-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/xmlfragment-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/xmlfragment-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/xsp-header.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/xsp-label-1.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/xsp-label-2.jpg -%%PORTDOCS%%share/java/cocoon/docs/graphics/xsp-label-3.jpg -%%PORTDOCS%%share/java/cocoon/docs/guide.html -%%PORTDOCS%%share/java/cocoon/docs/how-it-works.html -%%PORTDOCS%%share/java/cocoon/docs/images/add.jpg -%%PORTDOCS%%share/java/cocoon/docs/images/cocoon-small.jpg -%%PORTDOCS%%share/java/cocoon/docs/images/cocoon.jpg -%%PORTDOCS%%share/java/cocoon/docs/images/cocoon2.gif -%%PORTDOCS%%share/java/cocoon/docs/images/dcp-fig-1.gif -%%PORTDOCS%%share/java/cocoon/docs/images/dcp-fig-2.gif -%%PORTDOCS%%share/java/cocoon/docs/images/fix.jpg -%%PORTDOCS%%share/java/cocoon/docs/images/pyramid-model.gif -%%PORTDOCS%%share/java/cocoon/docs/images/remove.jpg -%%PORTDOCS%%share/java/cocoon/docs/images/schema.jpg -%%PORTDOCS%%share/java/cocoon/docs/images/update.jpg -%%PORTDOCS%%share/java/cocoon/docs/index.html -%%PORTDOCS%%share/java/cocoon/docs/infrastructure.html -%%PORTDOCS%%share/java/cocoon/docs/install.html -%%PORTDOCS%%share/java/cocoon/docs/ldap.html -%%PORTDOCS%%share/java/cocoon/docs/license.html -%%PORTDOCS%%share/java/cocoon/docs/livesites.html -%%PORTDOCS%%share/java/cocoon/docs/mail-archives.html -%%PORTDOCS%%share/java/cocoon/docs/mail-lists.html -%%PORTDOCS%%share/java/cocoon/docs/printer/caching.html -%%PORTDOCS%%share/java/cocoon/docs/printer/changes.html -%%PORTDOCS%%share/java/cocoon/docs/printer/cocoon2.html -%%PORTDOCS%%share/java/cocoon/docs/printer/connection-pool.html -%%PORTDOCS%%share/java/cocoon/docs/printer/contrib.html -%%PORTDOCS%%share/java/cocoon/docs/printer/dcp.html -%%PORTDOCS%%share/java/cocoon/docs/printer/dynamic.html -%%PORTDOCS%%share/java/cocoon/docs/printer/esql.html -%%PORTDOCS%%share/java/cocoon/docs/printer/faqs.html -%%PORTDOCS%%share/java/cocoon/docs/printer/fp.html -%%PORTDOCS%%share/java/cocoon/docs/printer/guide.html -%%PORTDOCS%%share/java/cocoon/docs/printer/how-it-works.html -%%PORTDOCS%%share/java/cocoon/docs/printer/images/add.jpg -%%PORTDOCS%%share/java/cocoon/docs/printer/images/cocoon-small.jpg -%%PORTDOCS%%share/java/cocoon/docs/printer/images/cocoon.jpg -%%PORTDOCS%%share/java/cocoon/docs/printer/images/cocoon2.gif -%%PORTDOCS%%share/java/cocoon/docs/printer/images/dcp-fig-1.gif -%%PORTDOCS%%share/java/cocoon/docs/printer/images/dcp-fig-2.gif -%%PORTDOCS%%share/java/cocoon/docs/printer/images/fix.jpg -%%PORTDOCS%%share/java/cocoon/docs/printer/images/pyramid-model.gif -%%PORTDOCS%%share/java/cocoon/docs/printer/images/remove.jpg -%%PORTDOCS%%share/java/cocoon/docs/printer/images/schema.jpg -%%PORTDOCS%%share/java/cocoon/docs/printer/images/update.jpg -%%PORTDOCS%%share/java/cocoon/docs/printer/index.html -%%PORTDOCS%%share/java/cocoon/docs/printer/infrastructure.html -%%PORTDOCS%%share/java/cocoon/docs/printer/install.html -%%PORTDOCS%%share/java/cocoon/docs/printer/ldap.html -%%PORTDOCS%%share/java/cocoon/docs/printer/license.html -%%PORTDOCS%%share/java/cocoon/docs/printer/livesites.html -%%PORTDOCS%%share/java/cocoon/docs/printer/mail-archives.html -%%PORTDOCS%%share/java/cocoon/docs/printer/mail-lists.html -%%PORTDOCS%%share/java/cocoon/docs/printer/resources/simple.css -%%PORTDOCS%%share/java/cocoon/docs/printer/sql.html -%%PORTDOCS%%share/java/cocoon/docs/printer/sqltaglib.html -%%PORTDOCS%%share/java/cocoon/docs/printer/technologies.html -%%PORTDOCS%%share/java/cocoon/docs/printer/todo.html -%%PORTDOCS%%share/java/cocoon/docs/printer/wd-xsp.html -%%PORTDOCS%%share/java/cocoon/docs/printer/xmlfragment.html -%%PORTDOCS%%share/java/cocoon/docs/printer/xsp.html -%%PORTDOCS%%share/java/cocoon/docs/resources/bar-border-bottom.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/bar-border-left.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/bar-border-right.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/bar-border-top.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/bar-bottom-left.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/bar-bottom-right.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/bar-top-left.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/bar-top-right.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/bottom.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/button-asf-hi.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/button-asf-lo.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/button-w3c-hi.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/button-w3c-lo.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/button-xml-hi.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/button-xml-lo.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/close.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/dot.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/join.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/line.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/logo.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/note.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/right.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/script.js -%%PORTDOCS%%share/java/cocoon/docs/resources/separator.gif -%%PORTDOCS%%share/java/cocoon/docs/resources/void.gif -%%PORTDOCS%%share/java/cocoon/docs/sql.html -%%PORTDOCS%%share/java/cocoon/docs/sqltaglib.html -%%PORTDOCS%%share/java/cocoon/docs/technologies.html -%%PORTDOCS%%share/java/cocoon/docs/todo.html -%%PORTDOCS%%share/java/cocoon/docs/wd-xsp.html -%%PORTDOCS%%share/java/cocoon/docs/xmlfragment.html -%%PORTDOCS%%share/java/cocoon/docs/xsp.html -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/cache -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/collections -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/dcp -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/example -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/framework -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/interpreter -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/logger -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/parser -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/ldap -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/sql -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xinclude -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language/java -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/language -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/calendar -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/fp -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library/sql -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp/library -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xsp -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/producer -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/response -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/store -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/transformer -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/xml/util -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon/xml -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache/cocoon -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org/apache -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api/org -%%PORTDOCS%%@dirrm share/java/cocoon/docs/api -%%PORTDOCS%%@dirrm share/java/cocoon/docs/graphics -%%PORTDOCS%%@dirrm share/java/cocoon/docs/printer/images -%%PORTDOCS%%@dirrm share/java/cocoon/docs/printer/resources -%%PORTDOCS%%@dirrm share/java/cocoon/docs/printer -%%PORTDOCS%%@dirrm share/java/cocoon/docs/images -%%PORTDOCS%%@dirrm share/java/cocoon/docs/resources -%%PORTDOCS%%@dirrm share/java/cocoon/docs -@dirrm share/java/cocoon -@exec mkdir %D/share/java/cocoon -@unexec rmdir %D/etc/apache/cocoon > /dev/null 2>&1 || true diff --git a/www/dillo-i18n/Makefile b/www/dillo-i18n/Makefile deleted file mode 100644 index 3bcc47e7c90f..000000000000 --- a/www/dillo-i18n/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: dillo -# Date created: 23 February 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= dillo -PORTVERSION= 0.7.0 -CATEGORIES= www -MASTER_SITES= http://dillo.auriga.wearlab.de/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A fast, small graphical Web browser built upon GTK+ - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - intl.4:${PORTSDIR}/devel/gettext - -USE_GNOMENG= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \ - --libdir="${LOCALBASE}/lib" \ - --with-jpeg-inc="${LOCALBASE}/include" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -USE_GMAKE= yes - -post-patch: - ${PERL} -pi -e "s@-D_REENTRANT -D_THREAD_SAFE@@" ${WRKSRC}/configure - ${PERL} -pi -e "s@dillorc@dillorc.sample@g" ${WRKSRC}/Makefile.in - ${MV} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample - ${PERL} -pi -e "s@/usr/local/etc/dillorc@${PREFIX}/etc/dillorc@g" \ - ${WRKSRC}/src/prefs.c - -.include <bsd.port.mk> diff --git a/www/dillo-i18n/distinfo b/www/dillo-i18n/distinfo deleted file mode 100644 index 1fb252d6f3db..000000000000 --- a/www/dillo-i18n/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dillo-0.7.0.tar.gz) = 5cd0c6b17462329b988db417c475f048 diff --git a/www/dillo-i18n/pkg-descr b/www/dillo-i18n/pkg-descr deleted file mode 100644 index 60885fd6a8df..000000000000 --- a/www/dillo-i18n/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Dillo is a web browser project completely written in C (currently the code -is based on gzilla-0.2.2's widget, and a new improved network engine -written from scratch). - -Dillo is small; source is less than 360 kB and binary is less than 270 Kb. - -Dillo aims to be a multiplatform browser alternative that's small, -stable, developer-friendly, usable, fast, and extensible. - -Dillo is mainly based on GTK+ (GNOME is NOT required!) - -Dillo is very fast! - -WWW: http://dillo.auriga.wearlab.de/ diff --git a/www/dillo-i18n/pkg-plist b/www/dillo-i18n/pkg-plist deleted file mode 100644 index 21b4ca1759d0..000000000000 --- a/www/dillo-i18n/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@comment $FreeBSD$ -bin/dillo -bin/bm_srv12 -etc/dillorc.sample diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile deleted file mode 100644 index 3bcc47e7c90f..000000000000 --- a/www/dillo2/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: dillo -# Date created: 23 February 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= dillo -PORTVERSION= 0.7.0 -CATEGORIES= www -MASTER_SITES= http://dillo.auriga.wearlab.de/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A fast, small graphical Web browser built upon GTK+ - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - intl.4:${PORTSDIR}/devel/gettext - -USE_GNOMENG= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \ - --libdir="${LOCALBASE}/lib" \ - --with-jpeg-inc="${LOCALBASE}/include" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -USE_GMAKE= yes - -post-patch: - ${PERL} -pi -e "s@-D_REENTRANT -D_THREAD_SAFE@@" ${WRKSRC}/configure - ${PERL} -pi -e "s@dillorc@dillorc.sample@g" ${WRKSRC}/Makefile.in - ${MV} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample - ${PERL} -pi -e "s@/usr/local/etc/dillorc@${PREFIX}/etc/dillorc@g" \ - ${WRKSRC}/src/prefs.c - -.include <bsd.port.mk> diff --git a/www/dillo2/distinfo b/www/dillo2/distinfo deleted file mode 100644 index 1fb252d6f3db..000000000000 --- a/www/dillo2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dillo-0.7.0.tar.gz) = 5cd0c6b17462329b988db417c475f048 diff --git a/www/dillo2/pkg-descr b/www/dillo2/pkg-descr deleted file mode 100644 index 60885fd6a8df..000000000000 --- a/www/dillo2/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Dillo is a web browser project completely written in C (currently the code -is based on gzilla-0.2.2's widget, and a new improved network engine -written from scratch). - -Dillo is small; source is less than 360 kB and binary is less than 270 Kb. - -Dillo aims to be a multiplatform browser alternative that's small, -stable, developer-friendly, usable, fast, and extensible. - -Dillo is mainly based on GTK+ (GNOME is NOT required!) - -Dillo is very fast! - -WWW: http://dillo.auriga.wearlab.de/ diff --git a/www/dillo2/pkg-plist b/www/dillo2/pkg-plist deleted file mode 100644 index 21b4ca1759d0..000000000000 --- a/www/dillo2/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@comment $FreeBSD$ -bin/dillo -bin/bm_srv12 -etc/dillorc.sample diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile deleted file mode 100644 index f511a408b550..000000000000 --- a/www/firefox-devel/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane - -MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd -COMMENT= Phoenix is a fast, low-overhead browser from the Mozilla project - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -BSD_WEBDIR=http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes - -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a -PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Phoenix only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 - -SORT?=/usr/bin/sort -PLIST=${WRKDIR}/plist - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -WITHOUT_OPTIMIZE= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if !defined(WITHOUT_OPTIMIZE) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZE) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -EXTRA_SCRIPTS= phoenix.rb - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-build: - ${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -install-extra: -.for i in ${EXTRA_SCRIPTS} - ${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin -.endfor # i in ${EXTRA_SCRIPTS} - -link-bins: - ${RM} -f ${PREFIX}/bin/phoenix - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix - ${RM} -f ${PREFIX}/bin/phoenix-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/phoenix-config - -# not used because of undefined symbol errors -link-java: - -${RM} -f ${PLUGINSDIR}/libjavaplugin_oji.so - -${LN} -sf \ - ${JREDIR}/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PLUGINSDIR}/libjavaplugin_oji.so - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${ECHO_CMD} bin/phoenix >>${PLIST} - ${ECHO_CMD} bin/phoenix-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: install-extra link-bins link-java cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: install-extra link-bins cleanup-install cons-plist - -#EOF diff --git a/www/firefox-devel/distinfo b/www/firefox-devel/distinfo deleted file mode 100644 index 4199aae89c1e..000000000000 --- a/www/firefox-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.5.tar.bz2) = fb99a5a866a99fbb15269699a1022b47 diff --git a/www/firefox-devel/files/mkdistfile b/www/firefox-devel/files/mkdistfile deleted file mode 100644 index a49174ae7b5d..000000000000 --- a/www/firefox-devel/files/mkdistfile +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh -# -*-shell-script-*- -# -# mkdistfile -- maintainer's utility to make a phoenix distfile -# -# Copyright (c) 2002, Alan Eldridge -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# * Neither the name of the copyright owner nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# $FreeBSD$ -# -# 2002/10/21 alane@geeksrus.net -# - -ORIGDIR=$(/bin/pwd); export ORIGDIR -APPNAME=${0##*/};APPNAME=${APPNAME#-}; export APPNAME -test -z "$TMPDIR" && TMPDIR=/tmp; export TMPDIR -test -z "$HOSTNAME" && HOSTNAME=$(hostname); export HOSTNAME -warn() { echo "[$APPNAME:$$]" "****" "$@";} -status() { echo "[$APPNAME:$$]" "===>" "$@";} -error() { echo "[$APPNAME:$$]" "ERROR:" "$@";} -die() { echo "[$APPNAME:$$]" "FATAL:" "$@"; exit 1;} -unset echo_n; test "X`echo -n`" = "X-n" \ - && echo_n() { echo "$@\c"; } || echo_n() { echo -n "$@"; } -status_n() { echo_n "[$APPNAME:$$]" "===>" "$@";} -log() { local cmd=$1;shift;echo_n $(date "+%Y%m%d.%T") "";$cmd "$@";} -qexpr() { expr "$@" >/dev/null 2>&1;} -qw() { echo \""$@"\"; } -listfiles() { ls -1 ${1:+"$@"} 2>/dev/null; } -whichre() { local n=$#; local s="$1"; shift; while test $# -ge 1; do - qexpr "$s" : "$1"&& echo $(($n - $#)) && return 0; shift; done; - echo 0; return 1;} -matchre() { test $(whichre "$@") -gt 0; } -streq() { local s="$1"; shift; while test $# -ge 1; do - test "X$s" = "X$1" && return 0; shift; done; return 1;} -strupper() { - echo "$@"|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ -} -strlower() { - echo "$@"|tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz -} -chdir() { cd "$1" || die cd $(qw $1) failed; } -absdir() { chdir "$1" && pwd; } -abspath() { local p=''; case "$1" in /*);; *)p="$(pwd)/";; esac; echo "$p$1"; } -tmpfile() { mktemp -t .$APPNAME ${1:+"$@"}; } -############################################################ -# show usage and exit -############################################################ -usage() { - cat <<EOF -Usage: $APPNAME [options] [--] rev[.yyyymmdd] -Options: - -h,--help Show this help. - -V,--version Show version number. - -v,--verbose Produce more verbose output. - -x,--debug Turn on shell command tracing. - -- Stop option processing. -EOF - exit $1 -} -############################################################ -# show version and exit -############################################################ -VERSION='$Revision$' -VERSION=${VERSION#* }; VERSION=${VERSION% *} -version() { echo "$APPNAME $VERSION" \ - "Copyright (c) 2002 Alan Eldridge"; exit $1;} -############################################################ -# set default vars here -############################################################ -DEBUG=0 -VERBOSE=0; VFLG='' -DATETIME=$(date +%Y%m%d.%H%M) -DATE=${DATETIME%.*} -TIME=${DATETIME#*.} -############################################################ -# do command line options -############################################################ -while test $# -gt 0; do - n=1; case "$1" in - -h|--help) usage 0;; - -V|--version) version 0;; - -v|--verbose) VERBOSE=1;VFLG='-v';; - -x|--debug) set -x;DEBUG=1;; - --) shift; break;; -*) usage 1;; *) break;; - esac; shift $n -done - -############################################################ -# main(): script execution begins here -############################################################ - -test $# -eq 1 || usage 1 - -REV=$1 -test ${REV##*.} = today && REV=${REV%.*}.$DATE - -status "pruning tree..." -exfile=$(tmpfile) -cat >>$exfile <<'EOF' -^.*/CVS($|/) -^.*/macbuild($|/) -^.*/package($|/) -^.*/.cvsignore($|/) -^.*/windows($|/) -^.*/activex($|/) -^.*/os2($|/) -^.*/solaris($|/) -^.*/gc($|/) -^mozilla/apache($|/) -^mozilla/calendar($|/) -^mozilla/cck($|/) -^mozilla/chimera($|/) -^mozilla/ef($|/) -^mozilla/embed.mak($|/) -^mozilla/embed.mk($|/) -^mozilla/gconfig($|/) -^mozilla/gfx2($|/) -^mozilla/grendel($|/) -^mozilla/java($|/) -^mozilla/js2($|/) -^mozilla/mail($|/) -^mozilla/mailnews($|/) -^mozilla/mozilla($|/) -^mozilla/mozilla.kdevprj($|/) -^mozilla/mozilla.lsm($|/) -^mozilla/msgsdk($|/) -^mozilla/mstone($|/) -^mozilla/nglayout.mac($|/) -^mozilla/nunet($|/) -^mozilla/other-licenses($|/) -^mozilla/privacy($|/) -^mozilla/silentdl($|/) -^mozilla/timer($|/) -^mozilla/trex.mak($|/) -^mozilla/trex.mk($|/) -^mozilla/webtools($|/) -EOF -test -d mozilla || die "No mozilla dir here." -find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr -rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla -status "done." -#EOF diff --git a/www/firefox-devel/files/mozconfig.in b/www/firefox-devel/files/mozconfig.in deleted file mode 100644 index 50703b5df336..000000000000 --- a/www/firefox-devel/files/mozconfig.in +++ /dev/null @@ -1,66 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_PHOENIX=1 -mk_add_options MOZ_PHOENIX=1 -ac_add_options --enable-crypto -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-mailnews -ac_add_options --disable-composer -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl -mk_add_options PERL=$PERL -export GTK_CONFIG=@X11BASE@/bin/gtk12-config -mk_add_options GTK_CONFIG=$GTK_CONFIG -export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config -mk_add_options GLIB_CONFIG=$GLIB_CONFIG -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-reorder -ac_add_options --enable-strip -###################################################################### -# disable unneeded/unavailable -ac_add_options --disable-auto-deps -ac_add_options --disable-bidi -ac_add_options --disable-dtd-debug -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-pedantic -ac_add_options --disable-xinerama -###################################################################### -# conditional from port Makefile -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/www/firefox-devel/files/patch-nsprpub-pr-src-misc-prtime.c b/www/firefox-devel/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/firefox-devel/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/firefox-devel/files/patch-nsprpub-pr-src-pthreads-ptio.c b/www/firefox-devel/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/firefox-devel/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/firefox-devel/files/phoenix.rb b/www/firefox-devel/files/phoenix.rb deleted file mode 100644 index fdbe4c594297..000000000000 --- a/www/firefox-devel/files/phoenix.rb +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env ruby -=begin -*-mode: ruby-*- - - MoZiLLa.in - - Copyright (c) 2002, Alan Eldridge - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the copyright owner nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - $Id: MoZiLLa.in,v 1.18 2002/12/18 02:40:58 alane Exp $ - - 2002-12-16 Alan Eldridge <alane@geeksrus.net> - -=end - -X11BIN = "/usr/X11R6/bin" -NAME = File::basename($0, ".rb") -APP_PATH = File::join(X11BIN, NAME) - -if !File::executable?(APP_PATH) - raise "File '#{APP_PATH}' not found. Giving up." -elsif ($display = ENV["DISPLAY"]) == nil - raise "Environment variable DISPLAY not found. Giving up." -end - -if ARGV.size > 0 - if ARGV[0] == "--debug" - ARGV.shift - else - $stdin.reopen(File::open("/dev/null", "r")) - $stdout.reopen(File::open("/dev/null", "w")) - $stderr.reopen(File::open("/dev/null", "w")) - end -end - -if ARGV.size < 1 - $url = nil -else - $url = ARGV.pop - $url.sub!(/^ghelp:/, "file:") -end - -IO::popen("xwininfo -display #{$display} -root -tree") { - |io| - if NAME != "phoenix" - $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) - else - $windows = io.grep(%r<Phoenix.*"Mozilla"\s+"navigator:\s*browser">) - end -} - -if $windows.size > 0 - $id = $windows.map { - |s| s.strip.split.first - }.sort.first - $args = [ "-id", $id, "-raise", "-remote" ] - $args.push($url ? "\"openURL(#{$url},new-window)\"" : - "\"xfeDoCommand(openBrowser)\"") -else - $args = ARGV - $args.push("\"#{$url}\"") if $url -end - -fork { - exec(([APP_PATH] + $args).join(" ")) -} -exit! - -#EOF diff --git a/www/firefox-devel/pkg-descr b/www/firefox-devel/pkg-descr deleted file mode 100644 index af8041043b21..000000000000 --- a/www/firefox-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Phoenix is a fast, low-overhead browser from the Mozilla project. See the -phoenix project page for more details. - -WWW: http://www.mozilla.org/projects/phoenix/ - --- AlanE <alane@freebsd.org> diff --git a/www/firefox-devel/pkg-message b/www/firefox-devel/pkg-message deleted file mode 100644 index a7e9356be887..000000000000 --- a/www/firefox-devel/pkg-message +++ /dev/null @@ -1,72 +0,0 @@ -====================================================================== -As of version 0.4_7, this port appears to be stable *again*. It will work -with either of the port versions of perl, provided you do "use.perl port". -It will NOT work with the -STABLE base-system versions of Perl. - -If you use the lang/perl5.8 port, please remove the File::Spec package with -the command "pkg_deinstall -f p5-File-Spec". If you are updating to the 5.8 -version of perl, please do this *first*. - -Any bug reports should be addressed to the maintainers at: - phoenix@freebsd.org -You may also Cc: freebsd-ports@freebsd.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/phoenix/Makefile. -* Perl version used (/usr/bin/perl --version or - /usr/local/bin/perl --version for -current). -* Where/when did the problem occur: configuring, building, or - running phoenix? -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Phoenix. -The Maintainers (alane@ & trevor@) - -Additional notes: - -0.4_8: -Add patch to fix network ops on -CURRENT. - -0.4_9: -Install link to java plugin. -Build plist after install using find/sed. - -0.4_10: -Backdown after failed 0.5 from nonofficial tree. Makefile modifications -to generate plist done right this time. - -0.5_1 -Official 0.5 release port. - -****WARNING! DANGER, WILL ROBINSON!**** You must delete your old .phoenix -dir! Save your bookmarks.html somewhere and then let it create a new -directory. You can import your old bookmark file. Bug reports from people -who did not do this are going to be taken at extremely low priority. - -Also, please see the nifty new phoenix themes and extensions at the new -website http://texturizer.net/phoenix/index.html. - -Finally make portlint STFU about the Makefile. - -The distfile is on my distfiles dir this time, so I have mirrored it on my -html page until the distfiles dir gets mirrored in 24-48 hours. - -I had to disable Xinerama since it was breaking the build. - -0.5_4 -Patch to hopefully fix crash when formatting time string at end of download. -Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging -this one. - -Added /usr/X11R6/bin/phoenix.rb. If you have ruby installed, you can run -this instead of 'phoenix' and it takes care of the 'profile in use' errors -by automatically using an existing phoenix if one is running. I didn't put -a dependency because I don't want to require ruby + ruby-shim to run the -browser. - --- AlanE <phoenix@freebsd.org> - -====================================================================== diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile deleted file mode 100644 index f511a408b550..000000000000 --- a/www/firefox-esr/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane - -MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd -COMMENT= Phoenix is a fast, low-overhead browser from the Mozilla project - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -BSD_WEBDIR=http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes - -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a -PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Phoenix only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 - -SORT?=/usr/bin/sort -PLIST=${WRKDIR}/plist - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -WITHOUT_OPTIMIZE= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if !defined(WITHOUT_OPTIMIZE) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZE) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -EXTRA_SCRIPTS= phoenix.rb - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-build: - ${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -install-extra: -.for i in ${EXTRA_SCRIPTS} - ${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin -.endfor # i in ${EXTRA_SCRIPTS} - -link-bins: - ${RM} -f ${PREFIX}/bin/phoenix - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix - ${RM} -f ${PREFIX}/bin/phoenix-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/phoenix-config - -# not used because of undefined symbol errors -link-java: - -${RM} -f ${PLUGINSDIR}/libjavaplugin_oji.so - -${LN} -sf \ - ${JREDIR}/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PLUGINSDIR}/libjavaplugin_oji.so - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${ECHO_CMD} bin/phoenix >>${PLIST} - ${ECHO_CMD} bin/phoenix-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: install-extra link-bins link-java cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: install-extra link-bins cleanup-install cons-plist - -#EOF diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo deleted file mode 100644 index 4199aae89c1e..000000000000 --- a/www/firefox-esr/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.5.tar.bz2) = fb99a5a866a99fbb15269699a1022b47 diff --git a/www/firefox-esr/files/mkdistfile b/www/firefox-esr/files/mkdistfile deleted file mode 100644 index a49174ae7b5d..000000000000 --- a/www/firefox-esr/files/mkdistfile +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh -# -*-shell-script-*- -# -# mkdistfile -- maintainer's utility to make a phoenix distfile -# -# Copyright (c) 2002, Alan Eldridge -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# * Neither the name of the copyright owner nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# $FreeBSD$ -# -# 2002/10/21 alane@geeksrus.net -# - -ORIGDIR=$(/bin/pwd); export ORIGDIR -APPNAME=${0##*/};APPNAME=${APPNAME#-}; export APPNAME -test -z "$TMPDIR" && TMPDIR=/tmp; export TMPDIR -test -z "$HOSTNAME" && HOSTNAME=$(hostname); export HOSTNAME -warn() { echo "[$APPNAME:$$]" "****" "$@";} -status() { echo "[$APPNAME:$$]" "===>" "$@";} -error() { echo "[$APPNAME:$$]" "ERROR:" "$@";} -die() { echo "[$APPNAME:$$]" "FATAL:" "$@"; exit 1;} -unset echo_n; test "X`echo -n`" = "X-n" \ - && echo_n() { echo "$@\c"; } || echo_n() { echo -n "$@"; } -status_n() { echo_n "[$APPNAME:$$]" "===>" "$@";} -log() { local cmd=$1;shift;echo_n $(date "+%Y%m%d.%T") "";$cmd "$@";} -qexpr() { expr "$@" >/dev/null 2>&1;} -qw() { echo \""$@"\"; } -listfiles() { ls -1 ${1:+"$@"} 2>/dev/null; } -whichre() { local n=$#; local s="$1"; shift; while test $# -ge 1; do - qexpr "$s" : "$1"&& echo $(($n - $#)) && return 0; shift; done; - echo 0; return 1;} -matchre() { test $(whichre "$@") -gt 0; } -streq() { local s="$1"; shift; while test $# -ge 1; do - test "X$s" = "X$1" && return 0; shift; done; return 1;} -strupper() { - echo "$@"|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ -} -strlower() { - echo "$@"|tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz -} -chdir() { cd "$1" || die cd $(qw $1) failed; } -absdir() { chdir "$1" && pwd; } -abspath() { local p=''; case "$1" in /*);; *)p="$(pwd)/";; esac; echo "$p$1"; } -tmpfile() { mktemp -t .$APPNAME ${1:+"$@"}; } -############################################################ -# show usage and exit -############################################################ -usage() { - cat <<EOF -Usage: $APPNAME [options] [--] rev[.yyyymmdd] -Options: - -h,--help Show this help. - -V,--version Show version number. - -v,--verbose Produce more verbose output. - -x,--debug Turn on shell command tracing. - -- Stop option processing. -EOF - exit $1 -} -############################################################ -# show version and exit -############################################################ -VERSION='$Revision$' -VERSION=${VERSION#* }; VERSION=${VERSION% *} -version() { echo "$APPNAME $VERSION" \ - "Copyright (c) 2002 Alan Eldridge"; exit $1;} -############################################################ -# set default vars here -############################################################ -DEBUG=0 -VERBOSE=0; VFLG='' -DATETIME=$(date +%Y%m%d.%H%M) -DATE=${DATETIME%.*} -TIME=${DATETIME#*.} -############################################################ -# do command line options -############################################################ -while test $# -gt 0; do - n=1; case "$1" in - -h|--help) usage 0;; - -V|--version) version 0;; - -v|--verbose) VERBOSE=1;VFLG='-v';; - -x|--debug) set -x;DEBUG=1;; - --) shift; break;; -*) usage 1;; *) break;; - esac; shift $n -done - -############################################################ -# main(): script execution begins here -############################################################ - -test $# -eq 1 || usage 1 - -REV=$1 -test ${REV##*.} = today && REV=${REV%.*}.$DATE - -status "pruning tree..." -exfile=$(tmpfile) -cat >>$exfile <<'EOF' -^.*/CVS($|/) -^.*/macbuild($|/) -^.*/package($|/) -^.*/.cvsignore($|/) -^.*/windows($|/) -^.*/activex($|/) -^.*/os2($|/) -^.*/solaris($|/) -^.*/gc($|/) -^mozilla/apache($|/) -^mozilla/calendar($|/) -^mozilla/cck($|/) -^mozilla/chimera($|/) -^mozilla/ef($|/) -^mozilla/embed.mak($|/) -^mozilla/embed.mk($|/) -^mozilla/gconfig($|/) -^mozilla/gfx2($|/) -^mozilla/grendel($|/) -^mozilla/java($|/) -^mozilla/js2($|/) -^mozilla/mail($|/) -^mozilla/mailnews($|/) -^mozilla/mozilla($|/) -^mozilla/mozilla.kdevprj($|/) -^mozilla/mozilla.lsm($|/) -^mozilla/msgsdk($|/) -^mozilla/mstone($|/) -^mozilla/nglayout.mac($|/) -^mozilla/nunet($|/) -^mozilla/other-licenses($|/) -^mozilla/privacy($|/) -^mozilla/silentdl($|/) -^mozilla/timer($|/) -^mozilla/trex.mak($|/) -^mozilla/trex.mk($|/) -^mozilla/webtools($|/) -EOF -test -d mozilla || die "No mozilla dir here." -find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr -rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla -status "done." -#EOF diff --git a/www/firefox-esr/files/mozconfig.in b/www/firefox-esr/files/mozconfig.in deleted file mode 100644 index 50703b5df336..000000000000 --- a/www/firefox-esr/files/mozconfig.in +++ /dev/null @@ -1,66 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_PHOENIX=1 -mk_add_options MOZ_PHOENIX=1 -ac_add_options --enable-crypto -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-mailnews -ac_add_options --disable-composer -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl -mk_add_options PERL=$PERL -export GTK_CONFIG=@X11BASE@/bin/gtk12-config -mk_add_options GTK_CONFIG=$GTK_CONFIG -export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config -mk_add_options GLIB_CONFIG=$GLIB_CONFIG -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-reorder -ac_add_options --enable-strip -###################################################################### -# disable unneeded/unavailable -ac_add_options --disable-auto-deps -ac_add_options --disable-bidi -ac_add_options --disable-dtd-debug -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-pedantic -ac_add_options --disable-xinerama -###################################################################### -# conditional from port Makefile -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/www/firefox-esr/files/patch-nsprpub-pr-src-misc-prtime.c b/www/firefox-esr/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/firefox-esr/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/firefox-esr/files/patch-nsprpub-pr-src-pthreads-ptio.c b/www/firefox-esr/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/firefox-esr/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/firefox-esr/files/phoenix.rb b/www/firefox-esr/files/phoenix.rb deleted file mode 100644 index fdbe4c594297..000000000000 --- a/www/firefox-esr/files/phoenix.rb +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env ruby -=begin -*-mode: ruby-*- - - MoZiLLa.in - - Copyright (c) 2002, Alan Eldridge - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the copyright owner nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - $Id: MoZiLLa.in,v 1.18 2002/12/18 02:40:58 alane Exp $ - - 2002-12-16 Alan Eldridge <alane@geeksrus.net> - -=end - -X11BIN = "/usr/X11R6/bin" -NAME = File::basename($0, ".rb") -APP_PATH = File::join(X11BIN, NAME) - -if !File::executable?(APP_PATH) - raise "File '#{APP_PATH}' not found. Giving up." -elsif ($display = ENV["DISPLAY"]) == nil - raise "Environment variable DISPLAY not found. Giving up." -end - -if ARGV.size > 0 - if ARGV[0] == "--debug" - ARGV.shift - else - $stdin.reopen(File::open("/dev/null", "r")) - $stdout.reopen(File::open("/dev/null", "w")) - $stderr.reopen(File::open("/dev/null", "w")) - end -end - -if ARGV.size < 1 - $url = nil -else - $url = ARGV.pop - $url.sub!(/^ghelp:/, "file:") -end - -IO::popen("xwininfo -display #{$display} -root -tree") { - |io| - if NAME != "phoenix" - $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) - else - $windows = io.grep(%r<Phoenix.*"Mozilla"\s+"navigator:\s*browser">) - end -} - -if $windows.size > 0 - $id = $windows.map { - |s| s.strip.split.first - }.sort.first - $args = [ "-id", $id, "-raise", "-remote" ] - $args.push($url ? "\"openURL(#{$url},new-window)\"" : - "\"xfeDoCommand(openBrowser)\"") -else - $args = ARGV - $args.push("\"#{$url}\"") if $url -end - -fork { - exec(([APP_PATH] + $args).join(" ")) -} -exit! - -#EOF diff --git a/www/firefox-esr/pkg-descr b/www/firefox-esr/pkg-descr deleted file mode 100644 index af8041043b21..000000000000 --- a/www/firefox-esr/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Phoenix is a fast, low-overhead browser from the Mozilla project. See the -phoenix project page for more details. - -WWW: http://www.mozilla.org/projects/phoenix/ - --- AlanE <alane@freebsd.org> diff --git a/www/firefox-esr/pkg-message b/www/firefox-esr/pkg-message deleted file mode 100644 index a7e9356be887..000000000000 --- a/www/firefox-esr/pkg-message +++ /dev/null @@ -1,72 +0,0 @@ -====================================================================== -As of version 0.4_7, this port appears to be stable *again*. It will work -with either of the port versions of perl, provided you do "use.perl port". -It will NOT work with the -STABLE base-system versions of Perl. - -If you use the lang/perl5.8 port, please remove the File::Spec package with -the command "pkg_deinstall -f p5-File-Spec". If you are updating to the 5.8 -version of perl, please do this *first*. - -Any bug reports should be addressed to the maintainers at: - phoenix@freebsd.org -You may also Cc: freebsd-ports@freebsd.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/phoenix/Makefile. -* Perl version used (/usr/bin/perl --version or - /usr/local/bin/perl --version for -current). -* Where/when did the problem occur: configuring, building, or - running phoenix? -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Phoenix. -The Maintainers (alane@ & trevor@) - -Additional notes: - -0.4_8: -Add patch to fix network ops on -CURRENT. - -0.4_9: -Install link to java plugin. -Build plist after install using find/sed. - -0.4_10: -Backdown after failed 0.5 from nonofficial tree. Makefile modifications -to generate plist done right this time. - -0.5_1 -Official 0.5 release port. - -****WARNING! DANGER, WILL ROBINSON!**** You must delete your old .phoenix -dir! Save your bookmarks.html somewhere and then let it create a new -directory. You can import your old bookmark file. Bug reports from people -who did not do this are going to be taken at extremely low priority. - -Also, please see the nifty new phoenix themes and extensions at the new -website http://texturizer.net/phoenix/index.html. - -Finally make portlint STFU about the Makefile. - -The distfile is on my distfiles dir this time, so I have mirrored it on my -html page until the distfiles dir gets mirrored in 24-48 hours. - -I had to disable Xinerama since it was breaking the build. - -0.5_4 -Patch to hopefully fix crash when formatting time string at end of download. -Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging -this one. - -Added /usr/X11R6/bin/phoenix.rb. If you have ruby installed, you can run -this instead of 'phoenix' and it takes care of the 'profile in use' errors -by automatically using an existing phoenix if one is running. I didn't put -a dependency because I don't want to require ruby + ruby-shim to run the -browser. - --- AlanE <phoenix@freebsd.org> - -====================================================================== diff --git a/www/firefox/Makefile b/www/firefox/Makefile deleted file mode 100644 index f511a408b550..000000000000 --- a/www/firefox/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane - -MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd -COMMENT= Phoenix is a fast, low-overhead browser from the Mozilla project - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -BSD_WEBDIR=http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes - -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a -PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Phoenix only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 - -SORT?=/usr/bin/sort -PLIST=${WRKDIR}/plist - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -WITHOUT_OPTIMIZE= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if !defined(WITHOUT_OPTIMIZE) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZE) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -EXTRA_SCRIPTS= phoenix.rb - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-build: - ${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -install-extra: -.for i in ${EXTRA_SCRIPTS} - ${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin -.endfor # i in ${EXTRA_SCRIPTS} - -link-bins: - ${RM} -f ${PREFIX}/bin/phoenix - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix - ${RM} -f ${PREFIX}/bin/phoenix-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/phoenix-config - -# not used because of undefined symbol errors -link-java: - -${RM} -f ${PLUGINSDIR}/libjavaplugin_oji.so - -${LN} -sf \ - ${JREDIR}/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PLUGINSDIR}/libjavaplugin_oji.so - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${ECHO_CMD} bin/phoenix >>${PLIST} - ${ECHO_CMD} bin/phoenix-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: install-extra link-bins link-java cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: install-extra link-bins cleanup-install cons-plist - -#EOF diff --git a/www/firefox/distinfo b/www/firefox/distinfo deleted file mode 100644 index 4199aae89c1e..000000000000 --- a/www/firefox/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.5.tar.bz2) = fb99a5a866a99fbb15269699a1022b47 diff --git a/www/firefox/files/mkdistfile b/www/firefox/files/mkdistfile deleted file mode 100644 index a49174ae7b5d..000000000000 --- a/www/firefox/files/mkdistfile +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh -# -*-shell-script-*- -# -# mkdistfile -- maintainer's utility to make a phoenix distfile -# -# Copyright (c) 2002, Alan Eldridge -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# * Neither the name of the copyright owner nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# $FreeBSD$ -# -# 2002/10/21 alane@geeksrus.net -# - -ORIGDIR=$(/bin/pwd); export ORIGDIR -APPNAME=${0##*/};APPNAME=${APPNAME#-}; export APPNAME -test -z "$TMPDIR" && TMPDIR=/tmp; export TMPDIR -test -z "$HOSTNAME" && HOSTNAME=$(hostname); export HOSTNAME -warn() { echo "[$APPNAME:$$]" "****" "$@";} -status() { echo "[$APPNAME:$$]" "===>" "$@";} -error() { echo "[$APPNAME:$$]" "ERROR:" "$@";} -die() { echo "[$APPNAME:$$]" "FATAL:" "$@"; exit 1;} -unset echo_n; test "X`echo -n`" = "X-n" \ - && echo_n() { echo "$@\c"; } || echo_n() { echo -n "$@"; } -status_n() { echo_n "[$APPNAME:$$]" "===>" "$@";} -log() { local cmd=$1;shift;echo_n $(date "+%Y%m%d.%T") "";$cmd "$@";} -qexpr() { expr "$@" >/dev/null 2>&1;} -qw() { echo \""$@"\"; } -listfiles() { ls -1 ${1:+"$@"} 2>/dev/null; } -whichre() { local n=$#; local s="$1"; shift; while test $# -ge 1; do - qexpr "$s" : "$1"&& echo $(($n - $#)) && return 0; shift; done; - echo 0; return 1;} -matchre() { test $(whichre "$@") -gt 0; } -streq() { local s="$1"; shift; while test $# -ge 1; do - test "X$s" = "X$1" && return 0; shift; done; return 1;} -strupper() { - echo "$@"|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ -} -strlower() { - echo "$@"|tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz -} -chdir() { cd "$1" || die cd $(qw $1) failed; } -absdir() { chdir "$1" && pwd; } -abspath() { local p=''; case "$1" in /*);; *)p="$(pwd)/";; esac; echo "$p$1"; } -tmpfile() { mktemp -t .$APPNAME ${1:+"$@"}; } -############################################################ -# show usage and exit -############################################################ -usage() { - cat <<EOF -Usage: $APPNAME [options] [--] rev[.yyyymmdd] -Options: - -h,--help Show this help. - -V,--version Show version number. - -v,--verbose Produce more verbose output. - -x,--debug Turn on shell command tracing. - -- Stop option processing. -EOF - exit $1 -} -############################################################ -# show version and exit -############################################################ -VERSION='$Revision$' -VERSION=${VERSION#* }; VERSION=${VERSION% *} -version() { echo "$APPNAME $VERSION" \ - "Copyright (c) 2002 Alan Eldridge"; exit $1;} -############################################################ -# set default vars here -############################################################ -DEBUG=0 -VERBOSE=0; VFLG='' -DATETIME=$(date +%Y%m%d.%H%M) -DATE=${DATETIME%.*} -TIME=${DATETIME#*.} -############################################################ -# do command line options -############################################################ -while test $# -gt 0; do - n=1; case "$1" in - -h|--help) usage 0;; - -V|--version) version 0;; - -v|--verbose) VERBOSE=1;VFLG='-v';; - -x|--debug) set -x;DEBUG=1;; - --) shift; break;; -*) usage 1;; *) break;; - esac; shift $n -done - -############################################################ -# main(): script execution begins here -############################################################ - -test $# -eq 1 || usage 1 - -REV=$1 -test ${REV##*.} = today && REV=${REV%.*}.$DATE - -status "pruning tree..." -exfile=$(tmpfile) -cat >>$exfile <<'EOF' -^.*/CVS($|/) -^.*/macbuild($|/) -^.*/package($|/) -^.*/.cvsignore($|/) -^.*/windows($|/) -^.*/activex($|/) -^.*/os2($|/) -^.*/solaris($|/) -^.*/gc($|/) -^mozilla/apache($|/) -^mozilla/calendar($|/) -^mozilla/cck($|/) -^mozilla/chimera($|/) -^mozilla/ef($|/) -^mozilla/embed.mak($|/) -^mozilla/embed.mk($|/) -^mozilla/gconfig($|/) -^mozilla/gfx2($|/) -^mozilla/grendel($|/) -^mozilla/java($|/) -^mozilla/js2($|/) -^mozilla/mail($|/) -^mozilla/mailnews($|/) -^mozilla/mozilla($|/) -^mozilla/mozilla.kdevprj($|/) -^mozilla/mozilla.lsm($|/) -^mozilla/msgsdk($|/) -^mozilla/mstone($|/) -^mozilla/nglayout.mac($|/) -^mozilla/nunet($|/) -^mozilla/other-licenses($|/) -^mozilla/privacy($|/) -^mozilla/silentdl($|/) -^mozilla/timer($|/) -^mozilla/trex.mak($|/) -^mozilla/trex.mk($|/) -^mozilla/webtools($|/) -EOF -test -d mozilla || die "No mozilla dir here." -find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr -rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla -status "done." -#EOF diff --git a/www/firefox/files/mozconfig.in b/www/firefox/files/mozconfig.in deleted file mode 100644 index 50703b5df336..000000000000 --- a/www/firefox/files/mozconfig.in +++ /dev/null @@ -1,66 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_PHOENIX=1 -mk_add_options MOZ_PHOENIX=1 -ac_add_options --enable-crypto -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-mailnews -ac_add_options --disable-composer -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl -mk_add_options PERL=$PERL -export GTK_CONFIG=@X11BASE@/bin/gtk12-config -mk_add_options GTK_CONFIG=$GTK_CONFIG -export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config -mk_add_options GLIB_CONFIG=$GLIB_CONFIG -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-reorder -ac_add_options --enable-strip -###################################################################### -# disable unneeded/unavailable -ac_add_options --disable-auto-deps -ac_add_options --disable-bidi -ac_add_options --disable-dtd-debug -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-pedantic -ac_add_options --disable-xinerama -###################################################################### -# conditional from port Makefile -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/www/firefox/files/patch-nsprpub-pr-src-misc-prtime.c b/www/firefox/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/firefox/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/firefox/files/patch-nsprpub-pr-src-pthreads-ptio.c b/www/firefox/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/firefox/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/firefox/files/phoenix.rb b/www/firefox/files/phoenix.rb deleted file mode 100644 index fdbe4c594297..000000000000 --- a/www/firefox/files/phoenix.rb +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env ruby -=begin -*-mode: ruby-*- - - MoZiLLa.in - - Copyright (c) 2002, Alan Eldridge - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the copyright owner nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - $Id: MoZiLLa.in,v 1.18 2002/12/18 02:40:58 alane Exp $ - - 2002-12-16 Alan Eldridge <alane@geeksrus.net> - -=end - -X11BIN = "/usr/X11R6/bin" -NAME = File::basename($0, ".rb") -APP_PATH = File::join(X11BIN, NAME) - -if !File::executable?(APP_PATH) - raise "File '#{APP_PATH}' not found. Giving up." -elsif ($display = ENV["DISPLAY"]) == nil - raise "Environment variable DISPLAY not found. Giving up." -end - -if ARGV.size > 0 - if ARGV[0] == "--debug" - ARGV.shift - else - $stdin.reopen(File::open("/dev/null", "r")) - $stdout.reopen(File::open("/dev/null", "w")) - $stderr.reopen(File::open("/dev/null", "w")) - end -end - -if ARGV.size < 1 - $url = nil -else - $url = ARGV.pop - $url.sub!(/^ghelp:/, "file:") -end - -IO::popen("xwininfo -display #{$display} -root -tree") { - |io| - if NAME != "phoenix" - $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) - else - $windows = io.grep(%r<Phoenix.*"Mozilla"\s+"navigator:\s*browser">) - end -} - -if $windows.size > 0 - $id = $windows.map { - |s| s.strip.split.first - }.sort.first - $args = [ "-id", $id, "-raise", "-remote" ] - $args.push($url ? "\"openURL(#{$url},new-window)\"" : - "\"xfeDoCommand(openBrowser)\"") -else - $args = ARGV - $args.push("\"#{$url}\"") if $url -end - -fork { - exec(([APP_PATH] + $args).join(" ")) -} -exit! - -#EOF diff --git a/www/firefox/pkg-descr b/www/firefox/pkg-descr deleted file mode 100644 index af8041043b21..000000000000 --- a/www/firefox/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Phoenix is a fast, low-overhead browser from the Mozilla project. See the -phoenix project page for more details. - -WWW: http://www.mozilla.org/projects/phoenix/ - --- AlanE <alane@freebsd.org> diff --git a/www/firefox/pkg-message b/www/firefox/pkg-message deleted file mode 100644 index a7e9356be887..000000000000 --- a/www/firefox/pkg-message +++ /dev/null @@ -1,72 +0,0 @@ -====================================================================== -As of version 0.4_7, this port appears to be stable *again*. It will work -with either of the port versions of perl, provided you do "use.perl port". -It will NOT work with the -STABLE base-system versions of Perl. - -If you use the lang/perl5.8 port, please remove the File::Spec package with -the command "pkg_deinstall -f p5-File-Spec". If you are updating to the 5.8 -version of perl, please do this *first*. - -Any bug reports should be addressed to the maintainers at: - phoenix@freebsd.org -You may also Cc: freebsd-ports@freebsd.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/phoenix/Makefile. -* Perl version used (/usr/bin/perl --version or - /usr/local/bin/perl --version for -current). -* Where/when did the problem occur: configuring, building, or - running phoenix? -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Phoenix. -The Maintainers (alane@ & trevor@) - -Additional notes: - -0.4_8: -Add patch to fix network ops on -CURRENT. - -0.4_9: -Install link to java plugin. -Build plist after install using find/sed. - -0.4_10: -Backdown after failed 0.5 from nonofficial tree. Makefile modifications -to generate plist done right this time. - -0.5_1 -Official 0.5 release port. - -****WARNING! DANGER, WILL ROBINSON!**** You must delete your old .phoenix -dir! Save your bookmarks.html somewhere and then let it create a new -directory. You can import your old bookmark file. Bug reports from people -who did not do this are going to be taken at extremely low priority. - -Also, please see the nifty new phoenix themes and extensions at the new -website http://texturizer.net/phoenix/index.html. - -Finally make portlint STFU about the Makefile. - -The distfile is on my distfiles dir this time, so I have mirrored it on my -html page until the distfiles dir gets mirrored in 24-48 hours. - -I had to disable Xinerama since it was breaking the build. - -0.5_4 -Patch to hopefully fix crash when formatting time string at end of download. -Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging -this one. - -Added /usr/X11R6/bin/phoenix.rb. If you have ruby installed, you can run -this instead of 'phoenix' and it takes care of the 'profile in use' errors -by automatically using an existing phoenix if one is running. I didn't put -a dependency because I don't want to require ruby + ruby-shim to run the -browser. - --- AlanE <phoenix@freebsd.org> - -====================================================================== diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile deleted file mode 100644 index f511a408b550..000000000000 --- a/www/firefox10/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane - -MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd -COMMENT= Phoenix is a fast, low-overhead browser from the Mozilla project - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -BSD_WEBDIR=http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes - -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a -PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Phoenix only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 - -SORT?=/usr/bin/sort -PLIST=${WRKDIR}/plist - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -WITHOUT_OPTIMIZE= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if !defined(WITHOUT_OPTIMIZE) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZE) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -EXTRA_SCRIPTS= phoenix.rb - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-build: - ${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -install-extra: -.for i in ${EXTRA_SCRIPTS} - ${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin -.endfor # i in ${EXTRA_SCRIPTS} - -link-bins: - ${RM} -f ${PREFIX}/bin/phoenix - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix - ${RM} -f ${PREFIX}/bin/phoenix-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/phoenix-config - -# not used because of undefined symbol errors -link-java: - -${RM} -f ${PLUGINSDIR}/libjavaplugin_oji.so - -${LN} -sf \ - ${JREDIR}/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PLUGINSDIR}/libjavaplugin_oji.so - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${ECHO_CMD} bin/phoenix >>${PLIST} - ${ECHO_CMD} bin/phoenix-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: install-extra link-bins link-java cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: install-extra link-bins cleanup-install cons-plist - -#EOF diff --git a/www/firefox10/distinfo b/www/firefox10/distinfo deleted file mode 100644 index 4199aae89c1e..000000000000 --- a/www/firefox10/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.5.tar.bz2) = fb99a5a866a99fbb15269699a1022b47 diff --git a/www/firefox10/files/mkdistfile b/www/firefox10/files/mkdistfile deleted file mode 100644 index a49174ae7b5d..000000000000 --- a/www/firefox10/files/mkdistfile +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh -# -*-shell-script-*- -# -# mkdistfile -- maintainer's utility to make a phoenix distfile -# -# Copyright (c) 2002, Alan Eldridge -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# * Neither the name of the copyright owner nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# $FreeBSD$ -# -# 2002/10/21 alane@geeksrus.net -# - -ORIGDIR=$(/bin/pwd); export ORIGDIR -APPNAME=${0##*/};APPNAME=${APPNAME#-}; export APPNAME -test -z "$TMPDIR" && TMPDIR=/tmp; export TMPDIR -test -z "$HOSTNAME" && HOSTNAME=$(hostname); export HOSTNAME -warn() { echo "[$APPNAME:$$]" "****" "$@";} -status() { echo "[$APPNAME:$$]" "===>" "$@";} -error() { echo "[$APPNAME:$$]" "ERROR:" "$@";} -die() { echo "[$APPNAME:$$]" "FATAL:" "$@"; exit 1;} -unset echo_n; test "X`echo -n`" = "X-n" \ - && echo_n() { echo "$@\c"; } || echo_n() { echo -n "$@"; } -status_n() { echo_n "[$APPNAME:$$]" "===>" "$@";} -log() { local cmd=$1;shift;echo_n $(date "+%Y%m%d.%T") "";$cmd "$@";} -qexpr() { expr "$@" >/dev/null 2>&1;} -qw() { echo \""$@"\"; } -listfiles() { ls -1 ${1:+"$@"} 2>/dev/null; } -whichre() { local n=$#; local s="$1"; shift; while test $# -ge 1; do - qexpr "$s" : "$1"&& echo $(($n - $#)) && return 0; shift; done; - echo 0; return 1;} -matchre() { test $(whichre "$@") -gt 0; } -streq() { local s="$1"; shift; while test $# -ge 1; do - test "X$s" = "X$1" && return 0; shift; done; return 1;} -strupper() { - echo "$@"|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ -} -strlower() { - echo "$@"|tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz -} -chdir() { cd "$1" || die cd $(qw $1) failed; } -absdir() { chdir "$1" && pwd; } -abspath() { local p=''; case "$1" in /*);; *)p="$(pwd)/";; esac; echo "$p$1"; } -tmpfile() { mktemp -t .$APPNAME ${1:+"$@"}; } -############################################################ -# show usage and exit -############################################################ -usage() { - cat <<EOF -Usage: $APPNAME [options] [--] rev[.yyyymmdd] -Options: - -h,--help Show this help. - -V,--version Show version number. - -v,--verbose Produce more verbose output. - -x,--debug Turn on shell command tracing. - -- Stop option processing. -EOF - exit $1 -} -############################################################ -# show version and exit -############################################################ -VERSION='$Revision$' -VERSION=${VERSION#* }; VERSION=${VERSION% *} -version() { echo "$APPNAME $VERSION" \ - "Copyright (c) 2002 Alan Eldridge"; exit $1;} -############################################################ -# set default vars here -############################################################ -DEBUG=0 -VERBOSE=0; VFLG='' -DATETIME=$(date +%Y%m%d.%H%M) -DATE=${DATETIME%.*} -TIME=${DATETIME#*.} -############################################################ -# do command line options -############################################################ -while test $# -gt 0; do - n=1; case "$1" in - -h|--help) usage 0;; - -V|--version) version 0;; - -v|--verbose) VERBOSE=1;VFLG='-v';; - -x|--debug) set -x;DEBUG=1;; - --) shift; break;; -*) usage 1;; *) break;; - esac; shift $n -done - -############################################################ -# main(): script execution begins here -############################################################ - -test $# -eq 1 || usage 1 - -REV=$1 -test ${REV##*.} = today && REV=${REV%.*}.$DATE - -status "pruning tree..." -exfile=$(tmpfile) -cat >>$exfile <<'EOF' -^.*/CVS($|/) -^.*/macbuild($|/) -^.*/package($|/) -^.*/.cvsignore($|/) -^.*/windows($|/) -^.*/activex($|/) -^.*/os2($|/) -^.*/solaris($|/) -^.*/gc($|/) -^mozilla/apache($|/) -^mozilla/calendar($|/) -^mozilla/cck($|/) -^mozilla/chimera($|/) -^mozilla/ef($|/) -^mozilla/embed.mak($|/) -^mozilla/embed.mk($|/) -^mozilla/gconfig($|/) -^mozilla/gfx2($|/) -^mozilla/grendel($|/) -^mozilla/java($|/) -^mozilla/js2($|/) -^mozilla/mail($|/) -^mozilla/mailnews($|/) -^mozilla/mozilla($|/) -^mozilla/mozilla.kdevprj($|/) -^mozilla/mozilla.lsm($|/) -^mozilla/msgsdk($|/) -^mozilla/mstone($|/) -^mozilla/nglayout.mac($|/) -^mozilla/nunet($|/) -^mozilla/other-licenses($|/) -^mozilla/privacy($|/) -^mozilla/silentdl($|/) -^mozilla/timer($|/) -^mozilla/trex.mak($|/) -^mozilla/trex.mk($|/) -^mozilla/webtools($|/) -EOF -test -d mozilla || die "No mozilla dir here." -find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr -rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla -status "done." -#EOF diff --git a/www/firefox10/files/mozconfig.in b/www/firefox10/files/mozconfig.in deleted file mode 100644 index 50703b5df336..000000000000 --- a/www/firefox10/files/mozconfig.in +++ /dev/null @@ -1,66 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_PHOENIX=1 -mk_add_options MOZ_PHOENIX=1 -ac_add_options --enable-crypto -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-mailnews -ac_add_options --disable-composer -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl -mk_add_options PERL=$PERL -export GTK_CONFIG=@X11BASE@/bin/gtk12-config -mk_add_options GTK_CONFIG=$GTK_CONFIG -export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config -mk_add_options GLIB_CONFIG=$GLIB_CONFIG -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-reorder -ac_add_options --enable-strip -###################################################################### -# disable unneeded/unavailable -ac_add_options --disable-auto-deps -ac_add_options --disable-bidi -ac_add_options --disable-dtd-debug -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-pedantic -ac_add_options --disable-xinerama -###################################################################### -# conditional from port Makefile -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/www/firefox10/files/patch-nsprpub-pr-src-misc-prtime.c b/www/firefox10/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/firefox10/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/firefox10/files/patch-nsprpub-pr-src-pthreads-ptio.c b/www/firefox10/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/firefox10/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/firefox10/files/phoenix.rb b/www/firefox10/files/phoenix.rb deleted file mode 100644 index fdbe4c594297..000000000000 --- a/www/firefox10/files/phoenix.rb +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env ruby -=begin -*-mode: ruby-*- - - MoZiLLa.in - - Copyright (c) 2002, Alan Eldridge - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the copyright owner nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - $Id: MoZiLLa.in,v 1.18 2002/12/18 02:40:58 alane Exp $ - - 2002-12-16 Alan Eldridge <alane@geeksrus.net> - -=end - -X11BIN = "/usr/X11R6/bin" -NAME = File::basename($0, ".rb") -APP_PATH = File::join(X11BIN, NAME) - -if !File::executable?(APP_PATH) - raise "File '#{APP_PATH}' not found. Giving up." -elsif ($display = ENV["DISPLAY"]) == nil - raise "Environment variable DISPLAY not found. Giving up." -end - -if ARGV.size > 0 - if ARGV[0] == "--debug" - ARGV.shift - else - $stdin.reopen(File::open("/dev/null", "r")) - $stdout.reopen(File::open("/dev/null", "w")) - $stderr.reopen(File::open("/dev/null", "w")) - end -end - -if ARGV.size < 1 - $url = nil -else - $url = ARGV.pop - $url.sub!(/^ghelp:/, "file:") -end - -IO::popen("xwininfo -display #{$display} -root -tree") { - |io| - if NAME != "phoenix" - $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) - else - $windows = io.grep(%r<Phoenix.*"Mozilla"\s+"navigator:\s*browser">) - end -} - -if $windows.size > 0 - $id = $windows.map { - |s| s.strip.split.first - }.sort.first - $args = [ "-id", $id, "-raise", "-remote" ] - $args.push($url ? "\"openURL(#{$url},new-window)\"" : - "\"xfeDoCommand(openBrowser)\"") -else - $args = ARGV - $args.push("\"#{$url}\"") if $url -end - -fork { - exec(([APP_PATH] + $args).join(" ")) -} -exit! - -#EOF diff --git a/www/firefox10/pkg-descr b/www/firefox10/pkg-descr deleted file mode 100644 index af8041043b21..000000000000 --- a/www/firefox10/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Phoenix is a fast, low-overhead browser from the Mozilla project. See the -phoenix project page for more details. - -WWW: http://www.mozilla.org/projects/phoenix/ - --- AlanE <alane@freebsd.org> diff --git a/www/firefox10/pkg-message b/www/firefox10/pkg-message deleted file mode 100644 index a7e9356be887..000000000000 --- a/www/firefox10/pkg-message +++ /dev/null @@ -1,72 +0,0 @@ -====================================================================== -As of version 0.4_7, this port appears to be stable *again*. It will work -with either of the port versions of perl, provided you do "use.perl port". -It will NOT work with the -STABLE base-system versions of Perl. - -If you use the lang/perl5.8 port, please remove the File::Spec package with -the command "pkg_deinstall -f p5-File-Spec". If you are updating to the 5.8 -version of perl, please do this *first*. - -Any bug reports should be addressed to the maintainers at: - phoenix@freebsd.org -You may also Cc: freebsd-ports@freebsd.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/phoenix/Makefile. -* Perl version used (/usr/bin/perl --version or - /usr/local/bin/perl --version for -current). -* Where/when did the problem occur: configuring, building, or - running phoenix? -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Phoenix. -The Maintainers (alane@ & trevor@) - -Additional notes: - -0.4_8: -Add patch to fix network ops on -CURRENT. - -0.4_9: -Install link to java plugin. -Build plist after install using find/sed. - -0.4_10: -Backdown after failed 0.5 from nonofficial tree. Makefile modifications -to generate plist done right this time. - -0.5_1 -Official 0.5 release port. - -****WARNING! DANGER, WILL ROBINSON!**** You must delete your old .phoenix -dir! Save your bookmarks.html somewhere and then let it create a new -directory. You can import your old bookmark file. Bug reports from people -who did not do this are going to be taken at extremely low priority. - -Also, please see the nifty new phoenix themes and extensions at the new -website http://texturizer.net/phoenix/index.html. - -Finally make portlint STFU about the Makefile. - -The distfile is on my distfiles dir this time, so I have mirrored it on my -html page until the distfiles dir gets mirrored in 24-48 hours. - -I had to disable Xinerama since it was breaking the build. - -0.5_4 -Patch to hopefully fix crash when formatting time string at end of download. -Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging -this one. - -Added /usr/X11R6/bin/phoenix.rb. If you have ruby installed, you can run -this instead of 'phoenix' and it takes care of the 'profile in use' errors -by automatically using an existing phoenix if one is running. I didn't put -a dependency because I don't want to require ruby + ruby-shim to run the -browser. - --- AlanE <phoenix@freebsd.org> - -====================================================================== diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile deleted file mode 100644 index f511a408b550..000000000000 --- a/www/firefox15/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane - -MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd -COMMENT= Phoenix is a fast, low-overhead browser from the Mozilla project - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -BSD_WEBDIR=http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes - -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a -PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Phoenix only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 - -SORT?=/usr/bin/sort -PLIST=${WRKDIR}/plist - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -WITHOUT_OPTIMIZE= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if !defined(WITHOUT_OPTIMIZE) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZE) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -EXTRA_SCRIPTS= phoenix.rb - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-build: - ${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -install-extra: -.for i in ${EXTRA_SCRIPTS} - ${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin -.endfor # i in ${EXTRA_SCRIPTS} - -link-bins: - ${RM} -f ${PREFIX}/bin/phoenix - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix - ${RM} -f ${PREFIX}/bin/phoenix-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/phoenix-config - -# not used because of undefined symbol errors -link-java: - -${RM} -f ${PLUGINSDIR}/libjavaplugin_oji.so - -${LN} -sf \ - ${JREDIR}/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PLUGINSDIR}/libjavaplugin_oji.so - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${ECHO_CMD} bin/phoenix >>${PLIST} - ${ECHO_CMD} bin/phoenix-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: install-extra link-bins link-java cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: install-extra link-bins cleanup-install cons-plist - -#EOF diff --git a/www/firefox15/distinfo b/www/firefox15/distinfo deleted file mode 100644 index 4199aae89c1e..000000000000 --- a/www/firefox15/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.5.tar.bz2) = fb99a5a866a99fbb15269699a1022b47 diff --git a/www/firefox15/files/mkdistfile b/www/firefox15/files/mkdistfile deleted file mode 100644 index a49174ae7b5d..000000000000 --- a/www/firefox15/files/mkdistfile +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh -# -*-shell-script-*- -# -# mkdistfile -- maintainer's utility to make a phoenix distfile -# -# Copyright (c) 2002, Alan Eldridge -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# * Neither the name of the copyright owner nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# $FreeBSD$ -# -# 2002/10/21 alane@geeksrus.net -# - -ORIGDIR=$(/bin/pwd); export ORIGDIR -APPNAME=${0##*/};APPNAME=${APPNAME#-}; export APPNAME -test -z "$TMPDIR" && TMPDIR=/tmp; export TMPDIR -test -z "$HOSTNAME" && HOSTNAME=$(hostname); export HOSTNAME -warn() { echo "[$APPNAME:$$]" "****" "$@";} -status() { echo "[$APPNAME:$$]" "===>" "$@";} -error() { echo "[$APPNAME:$$]" "ERROR:" "$@";} -die() { echo "[$APPNAME:$$]" "FATAL:" "$@"; exit 1;} -unset echo_n; test "X`echo -n`" = "X-n" \ - && echo_n() { echo "$@\c"; } || echo_n() { echo -n "$@"; } -status_n() { echo_n "[$APPNAME:$$]" "===>" "$@";} -log() { local cmd=$1;shift;echo_n $(date "+%Y%m%d.%T") "";$cmd "$@";} -qexpr() { expr "$@" >/dev/null 2>&1;} -qw() { echo \""$@"\"; } -listfiles() { ls -1 ${1:+"$@"} 2>/dev/null; } -whichre() { local n=$#; local s="$1"; shift; while test $# -ge 1; do - qexpr "$s" : "$1"&& echo $(($n - $#)) && return 0; shift; done; - echo 0; return 1;} -matchre() { test $(whichre "$@") -gt 0; } -streq() { local s="$1"; shift; while test $# -ge 1; do - test "X$s" = "X$1" && return 0; shift; done; return 1;} -strupper() { - echo "$@"|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ -} -strlower() { - echo "$@"|tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz -} -chdir() { cd "$1" || die cd $(qw $1) failed; } -absdir() { chdir "$1" && pwd; } -abspath() { local p=''; case "$1" in /*);; *)p="$(pwd)/";; esac; echo "$p$1"; } -tmpfile() { mktemp -t .$APPNAME ${1:+"$@"}; } -############################################################ -# show usage and exit -############################################################ -usage() { - cat <<EOF -Usage: $APPNAME [options] [--] rev[.yyyymmdd] -Options: - -h,--help Show this help. - -V,--version Show version number. - -v,--verbose Produce more verbose output. - -x,--debug Turn on shell command tracing. - -- Stop option processing. -EOF - exit $1 -} -############################################################ -# show version and exit -############################################################ -VERSION='$Revision$' -VERSION=${VERSION#* }; VERSION=${VERSION% *} -version() { echo "$APPNAME $VERSION" \ - "Copyright (c) 2002 Alan Eldridge"; exit $1;} -############################################################ -# set default vars here -############################################################ -DEBUG=0 -VERBOSE=0; VFLG='' -DATETIME=$(date +%Y%m%d.%H%M) -DATE=${DATETIME%.*} -TIME=${DATETIME#*.} -############################################################ -# do command line options -############################################################ -while test $# -gt 0; do - n=1; case "$1" in - -h|--help) usage 0;; - -V|--version) version 0;; - -v|--verbose) VERBOSE=1;VFLG='-v';; - -x|--debug) set -x;DEBUG=1;; - --) shift; break;; -*) usage 1;; *) break;; - esac; shift $n -done - -############################################################ -# main(): script execution begins here -############################################################ - -test $# -eq 1 || usage 1 - -REV=$1 -test ${REV##*.} = today && REV=${REV%.*}.$DATE - -status "pruning tree..." -exfile=$(tmpfile) -cat >>$exfile <<'EOF' -^.*/CVS($|/) -^.*/macbuild($|/) -^.*/package($|/) -^.*/.cvsignore($|/) -^.*/windows($|/) -^.*/activex($|/) -^.*/os2($|/) -^.*/solaris($|/) -^.*/gc($|/) -^mozilla/apache($|/) -^mozilla/calendar($|/) -^mozilla/cck($|/) -^mozilla/chimera($|/) -^mozilla/ef($|/) -^mozilla/embed.mak($|/) -^mozilla/embed.mk($|/) -^mozilla/gconfig($|/) -^mozilla/gfx2($|/) -^mozilla/grendel($|/) -^mozilla/java($|/) -^mozilla/js2($|/) -^mozilla/mail($|/) -^mozilla/mailnews($|/) -^mozilla/mozilla($|/) -^mozilla/mozilla.kdevprj($|/) -^mozilla/mozilla.lsm($|/) -^mozilla/msgsdk($|/) -^mozilla/mstone($|/) -^mozilla/nglayout.mac($|/) -^mozilla/nunet($|/) -^mozilla/other-licenses($|/) -^mozilla/privacy($|/) -^mozilla/silentdl($|/) -^mozilla/timer($|/) -^mozilla/trex.mak($|/) -^mozilla/trex.mk($|/) -^mozilla/webtools($|/) -EOF -test -d mozilla || die "No mozilla dir here." -find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr -rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla -status "done." -#EOF diff --git a/www/firefox15/files/mozconfig.in b/www/firefox15/files/mozconfig.in deleted file mode 100644 index 50703b5df336..000000000000 --- a/www/firefox15/files/mozconfig.in +++ /dev/null @@ -1,66 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_PHOENIX=1 -mk_add_options MOZ_PHOENIX=1 -ac_add_options --enable-crypto -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-mailnews -ac_add_options --disable-composer -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl -mk_add_options PERL=$PERL -export GTK_CONFIG=@X11BASE@/bin/gtk12-config -mk_add_options GTK_CONFIG=$GTK_CONFIG -export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config -mk_add_options GLIB_CONFIG=$GLIB_CONFIG -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-reorder -ac_add_options --enable-strip -###################################################################### -# disable unneeded/unavailable -ac_add_options --disable-auto-deps -ac_add_options --disable-bidi -ac_add_options --disable-dtd-debug -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-pedantic -ac_add_options --disable-xinerama -###################################################################### -# conditional from port Makefile -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/www/firefox15/files/patch-nsprpub-pr-src-misc-prtime.c b/www/firefox15/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/firefox15/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/firefox15/files/patch-nsprpub-pr-src-pthreads-ptio.c b/www/firefox15/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/firefox15/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/firefox15/files/phoenix.rb b/www/firefox15/files/phoenix.rb deleted file mode 100644 index fdbe4c594297..000000000000 --- a/www/firefox15/files/phoenix.rb +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env ruby -=begin -*-mode: ruby-*- - - MoZiLLa.in - - Copyright (c) 2002, Alan Eldridge - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the copyright owner nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - $Id: MoZiLLa.in,v 1.18 2002/12/18 02:40:58 alane Exp $ - - 2002-12-16 Alan Eldridge <alane@geeksrus.net> - -=end - -X11BIN = "/usr/X11R6/bin" -NAME = File::basename($0, ".rb") -APP_PATH = File::join(X11BIN, NAME) - -if !File::executable?(APP_PATH) - raise "File '#{APP_PATH}' not found. Giving up." -elsif ($display = ENV["DISPLAY"]) == nil - raise "Environment variable DISPLAY not found. Giving up." -end - -if ARGV.size > 0 - if ARGV[0] == "--debug" - ARGV.shift - else - $stdin.reopen(File::open("/dev/null", "r")) - $stdout.reopen(File::open("/dev/null", "w")) - $stderr.reopen(File::open("/dev/null", "w")) - end -end - -if ARGV.size < 1 - $url = nil -else - $url = ARGV.pop - $url.sub!(/^ghelp:/, "file:") -end - -IO::popen("xwininfo -display #{$display} -root -tree") { - |io| - if NAME != "phoenix" - $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) - else - $windows = io.grep(%r<Phoenix.*"Mozilla"\s+"navigator:\s*browser">) - end -} - -if $windows.size > 0 - $id = $windows.map { - |s| s.strip.split.first - }.sort.first - $args = [ "-id", $id, "-raise", "-remote" ] - $args.push($url ? "\"openURL(#{$url},new-window)\"" : - "\"xfeDoCommand(openBrowser)\"") -else - $args = ARGV - $args.push("\"#{$url}\"") if $url -end - -fork { - exec(([APP_PATH] + $args).join(" ")) -} -exit! - -#EOF diff --git a/www/firefox15/pkg-descr b/www/firefox15/pkg-descr deleted file mode 100644 index af8041043b21..000000000000 --- a/www/firefox15/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Phoenix is a fast, low-overhead browser from the Mozilla project. See the -phoenix project page for more details. - -WWW: http://www.mozilla.org/projects/phoenix/ - --- AlanE <alane@freebsd.org> diff --git a/www/firefox15/pkg-message b/www/firefox15/pkg-message deleted file mode 100644 index a7e9356be887..000000000000 --- a/www/firefox15/pkg-message +++ /dev/null @@ -1,72 +0,0 @@ -====================================================================== -As of version 0.4_7, this port appears to be stable *again*. It will work -with either of the port versions of perl, provided you do "use.perl port". -It will NOT work with the -STABLE base-system versions of Perl. - -If you use the lang/perl5.8 port, please remove the File::Spec package with -the command "pkg_deinstall -f p5-File-Spec". If you are updating to the 5.8 -version of perl, please do this *first*. - -Any bug reports should be addressed to the maintainers at: - phoenix@freebsd.org -You may also Cc: freebsd-ports@freebsd.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/phoenix/Makefile. -* Perl version used (/usr/bin/perl --version or - /usr/local/bin/perl --version for -current). -* Where/when did the problem occur: configuring, building, or - running phoenix? -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Phoenix. -The Maintainers (alane@ & trevor@) - -Additional notes: - -0.4_8: -Add patch to fix network ops on -CURRENT. - -0.4_9: -Install link to java plugin. -Build plist after install using find/sed. - -0.4_10: -Backdown after failed 0.5 from nonofficial tree. Makefile modifications -to generate plist done right this time. - -0.5_1 -Official 0.5 release port. - -****WARNING! DANGER, WILL ROBINSON!**** You must delete your old .phoenix -dir! Save your bookmarks.html somewhere and then let it create a new -directory. You can import your old bookmark file. Bug reports from people -who did not do this are going to be taken at extremely low priority. - -Also, please see the nifty new phoenix themes and extensions at the new -website http://texturizer.net/phoenix/index.html. - -Finally make portlint STFU about the Makefile. - -The distfile is on my distfiles dir this time, so I have mirrored it on my -html page until the distfiles dir gets mirrored in 24-48 hours. - -I had to disable Xinerama since it was breaking the build. - -0.5_4 -Patch to hopefully fix crash when formatting time string at end of download. -Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging -this one. - -Added /usr/X11R6/bin/phoenix.rb. If you have ruby installed, you can run -this instead of 'phoenix' and it takes care of the 'profile in use' errors -by automatically using an existing phoenix if one is running. I didn't put -a dependency because I don't want to require ruby + ruby-shim to run the -browser. - --- AlanE <phoenix@freebsd.org> - -====================================================================== diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile deleted file mode 100644 index f511a408b550..000000000000 --- a/www/firefox3-devel/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane - -MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd -COMMENT= Phoenix is a fast, low-overhead browser from the Mozilla project - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -BSD_WEBDIR=http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes - -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a -PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Phoenix only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 - -SORT?=/usr/bin/sort -PLIST=${WRKDIR}/plist - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -WITHOUT_OPTIMIZE= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if !defined(WITHOUT_OPTIMIZE) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZE) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -EXTRA_SCRIPTS= phoenix.rb - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-build: - ${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -install-extra: -.for i in ${EXTRA_SCRIPTS} - ${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin -.endfor # i in ${EXTRA_SCRIPTS} - -link-bins: - ${RM} -f ${PREFIX}/bin/phoenix - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix - ${RM} -f ${PREFIX}/bin/phoenix-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/phoenix-config - -# not used because of undefined symbol errors -link-java: - -${RM} -f ${PLUGINSDIR}/libjavaplugin_oji.so - -${LN} -sf \ - ${JREDIR}/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PLUGINSDIR}/libjavaplugin_oji.so - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${ECHO_CMD} bin/phoenix >>${PLIST} - ${ECHO_CMD} bin/phoenix-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: install-extra link-bins link-java cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: install-extra link-bins cleanup-install cons-plist - -#EOF diff --git a/www/firefox3-devel/distinfo b/www/firefox3-devel/distinfo deleted file mode 100644 index 4199aae89c1e..000000000000 --- a/www/firefox3-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.5.tar.bz2) = fb99a5a866a99fbb15269699a1022b47 diff --git a/www/firefox3-devel/files/mkdistfile b/www/firefox3-devel/files/mkdistfile deleted file mode 100644 index a49174ae7b5d..000000000000 --- a/www/firefox3-devel/files/mkdistfile +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh -# -*-shell-script-*- -# -# mkdistfile -- maintainer's utility to make a phoenix distfile -# -# Copyright (c) 2002, Alan Eldridge -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# * Neither the name of the copyright owner nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# $FreeBSD$ -# -# 2002/10/21 alane@geeksrus.net -# - -ORIGDIR=$(/bin/pwd); export ORIGDIR -APPNAME=${0##*/};APPNAME=${APPNAME#-}; export APPNAME -test -z "$TMPDIR" && TMPDIR=/tmp; export TMPDIR -test -z "$HOSTNAME" && HOSTNAME=$(hostname); export HOSTNAME -warn() { echo "[$APPNAME:$$]" "****" "$@";} -status() { echo "[$APPNAME:$$]" "===>" "$@";} -error() { echo "[$APPNAME:$$]" "ERROR:" "$@";} -die() { echo "[$APPNAME:$$]" "FATAL:" "$@"; exit 1;} -unset echo_n; test "X`echo -n`" = "X-n" \ - && echo_n() { echo "$@\c"; } || echo_n() { echo -n "$@"; } -status_n() { echo_n "[$APPNAME:$$]" "===>" "$@";} -log() { local cmd=$1;shift;echo_n $(date "+%Y%m%d.%T") "";$cmd "$@";} -qexpr() { expr "$@" >/dev/null 2>&1;} -qw() { echo \""$@"\"; } -listfiles() { ls -1 ${1:+"$@"} 2>/dev/null; } -whichre() { local n=$#; local s="$1"; shift; while test $# -ge 1; do - qexpr "$s" : "$1"&& echo $(($n - $#)) && return 0; shift; done; - echo 0; return 1;} -matchre() { test $(whichre "$@") -gt 0; } -streq() { local s="$1"; shift; while test $# -ge 1; do - test "X$s" = "X$1" && return 0; shift; done; return 1;} -strupper() { - echo "$@"|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ -} -strlower() { - echo "$@"|tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz -} -chdir() { cd "$1" || die cd $(qw $1) failed; } -absdir() { chdir "$1" && pwd; } -abspath() { local p=''; case "$1" in /*);; *)p="$(pwd)/";; esac; echo "$p$1"; } -tmpfile() { mktemp -t .$APPNAME ${1:+"$@"}; } -############################################################ -# show usage and exit -############################################################ -usage() { - cat <<EOF -Usage: $APPNAME [options] [--] rev[.yyyymmdd] -Options: - -h,--help Show this help. - -V,--version Show version number. - -v,--verbose Produce more verbose output. - -x,--debug Turn on shell command tracing. - -- Stop option processing. -EOF - exit $1 -} -############################################################ -# show version and exit -############################################################ -VERSION='$Revision$' -VERSION=${VERSION#* }; VERSION=${VERSION% *} -version() { echo "$APPNAME $VERSION" \ - "Copyright (c) 2002 Alan Eldridge"; exit $1;} -############################################################ -# set default vars here -############################################################ -DEBUG=0 -VERBOSE=0; VFLG='' -DATETIME=$(date +%Y%m%d.%H%M) -DATE=${DATETIME%.*} -TIME=${DATETIME#*.} -############################################################ -# do command line options -############################################################ -while test $# -gt 0; do - n=1; case "$1" in - -h|--help) usage 0;; - -V|--version) version 0;; - -v|--verbose) VERBOSE=1;VFLG='-v';; - -x|--debug) set -x;DEBUG=1;; - --) shift; break;; -*) usage 1;; *) break;; - esac; shift $n -done - -############################################################ -# main(): script execution begins here -############################################################ - -test $# -eq 1 || usage 1 - -REV=$1 -test ${REV##*.} = today && REV=${REV%.*}.$DATE - -status "pruning tree..." -exfile=$(tmpfile) -cat >>$exfile <<'EOF' -^.*/CVS($|/) -^.*/macbuild($|/) -^.*/package($|/) -^.*/.cvsignore($|/) -^.*/windows($|/) -^.*/activex($|/) -^.*/os2($|/) -^.*/solaris($|/) -^.*/gc($|/) -^mozilla/apache($|/) -^mozilla/calendar($|/) -^mozilla/cck($|/) -^mozilla/chimera($|/) -^mozilla/ef($|/) -^mozilla/embed.mak($|/) -^mozilla/embed.mk($|/) -^mozilla/gconfig($|/) -^mozilla/gfx2($|/) -^mozilla/grendel($|/) -^mozilla/java($|/) -^mozilla/js2($|/) -^mozilla/mail($|/) -^mozilla/mailnews($|/) -^mozilla/mozilla($|/) -^mozilla/mozilla.kdevprj($|/) -^mozilla/mozilla.lsm($|/) -^mozilla/msgsdk($|/) -^mozilla/mstone($|/) -^mozilla/nglayout.mac($|/) -^mozilla/nunet($|/) -^mozilla/other-licenses($|/) -^mozilla/privacy($|/) -^mozilla/silentdl($|/) -^mozilla/timer($|/) -^mozilla/trex.mak($|/) -^mozilla/trex.mk($|/) -^mozilla/webtools($|/) -EOF -test -d mozilla || die "No mozilla dir here." -find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr -rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla -status "done." -#EOF diff --git a/www/firefox3-devel/files/mozconfig.in b/www/firefox3-devel/files/mozconfig.in deleted file mode 100644 index 50703b5df336..000000000000 --- a/www/firefox3-devel/files/mozconfig.in +++ /dev/null @@ -1,66 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_PHOENIX=1 -mk_add_options MOZ_PHOENIX=1 -ac_add_options --enable-crypto -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-mailnews -ac_add_options --disable-composer -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl -mk_add_options PERL=$PERL -export GTK_CONFIG=@X11BASE@/bin/gtk12-config -mk_add_options GTK_CONFIG=$GTK_CONFIG -export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config -mk_add_options GLIB_CONFIG=$GLIB_CONFIG -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-reorder -ac_add_options --enable-strip -###################################################################### -# disable unneeded/unavailable -ac_add_options --disable-auto-deps -ac_add_options --disable-bidi -ac_add_options --disable-dtd-debug -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-pedantic -ac_add_options --disable-xinerama -###################################################################### -# conditional from port Makefile -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/www/firefox3-devel/files/patch-nsprpub-pr-src-misc-prtime.c b/www/firefox3-devel/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/firefox3-devel/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/firefox3-devel/files/patch-nsprpub-pr-src-pthreads-ptio.c b/www/firefox3-devel/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/firefox3-devel/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/firefox3-devel/files/phoenix.rb b/www/firefox3-devel/files/phoenix.rb deleted file mode 100644 index fdbe4c594297..000000000000 --- a/www/firefox3-devel/files/phoenix.rb +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env ruby -=begin -*-mode: ruby-*- - - MoZiLLa.in - - Copyright (c) 2002, Alan Eldridge - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the copyright owner nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - $Id: MoZiLLa.in,v 1.18 2002/12/18 02:40:58 alane Exp $ - - 2002-12-16 Alan Eldridge <alane@geeksrus.net> - -=end - -X11BIN = "/usr/X11R6/bin" -NAME = File::basename($0, ".rb") -APP_PATH = File::join(X11BIN, NAME) - -if !File::executable?(APP_PATH) - raise "File '#{APP_PATH}' not found. Giving up." -elsif ($display = ENV["DISPLAY"]) == nil - raise "Environment variable DISPLAY not found. Giving up." -end - -if ARGV.size > 0 - if ARGV[0] == "--debug" - ARGV.shift - else - $stdin.reopen(File::open("/dev/null", "r")) - $stdout.reopen(File::open("/dev/null", "w")) - $stderr.reopen(File::open("/dev/null", "w")) - end -end - -if ARGV.size < 1 - $url = nil -else - $url = ARGV.pop - $url.sub!(/^ghelp:/, "file:") -end - -IO::popen("xwininfo -display #{$display} -root -tree") { - |io| - if NAME != "phoenix" - $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) - else - $windows = io.grep(%r<Phoenix.*"Mozilla"\s+"navigator:\s*browser">) - end -} - -if $windows.size > 0 - $id = $windows.map { - |s| s.strip.split.first - }.sort.first - $args = [ "-id", $id, "-raise", "-remote" ] - $args.push($url ? "\"openURL(#{$url},new-window)\"" : - "\"xfeDoCommand(openBrowser)\"") -else - $args = ARGV - $args.push("\"#{$url}\"") if $url -end - -fork { - exec(([APP_PATH] + $args).join(" ")) -} -exit! - -#EOF diff --git a/www/firefox3-devel/pkg-descr b/www/firefox3-devel/pkg-descr deleted file mode 100644 index af8041043b21..000000000000 --- a/www/firefox3-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Phoenix is a fast, low-overhead browser from the Mozilla project. See the -phoenix project page for more details. - -WWW: http://www.mozilla.org/projects/phoenix/ - --- AlanE <alane@freebsd.org> diff --git a/www/firefox3-devel/pkg-message b/www/firefox3-devel/pkg-message deleted file mode 100644 index a7e9356be887..000000000000 --- a/www/firefox3-devel/pkg-message +++ /dev/null @@ -1,72 +0,0 @@ -====================================================================== -As of version 0.4_7, this port appears to be stable *again*. It will work -with either of the port versions of perl, provided you do "use.perl port". -It will NOT work with the -STABLE base-system versions of Perl. - -If you use the lang/perl5.8 port, please remove the File::Spec package with -the command "pkg_deinstall -f p5-File-Spec". If you are updating to the 5.8 -version of perl, please do this *first*. - -Any bug reports should be addressed to the maintainers at: - phoenix@freebsd.org -You may also Cc: freebsd-ports@freebsd.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/phoenix/Makefile. -* Perl version used (/usr/bin/perl --version or - /usr/local/bin/perl --version for -current). -* Where/when did the problem occur: configuring, building, or - running phoenix? -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Phoenix. -The Maintainers (alane@ & trevor@) - -Additional notes: - -0.4_8: -Add patch to fix network ops on -CURRENT. - -0.4_9: -Install link to java plugin. -Build plist after install using find/sed. - -0.4_10: -Backdown after failed 0.5 from nonofficial tree. Makefile modifications -to generate plist done right this time. - -0.5_1 -Official 0.5 release port. - -****WARNING! DANGER, WILL ROBINSON!**** You must delete your old .phoenix -dir! Save your bookmarks.html somewhere and then let it create a new -directory. You can import your old bookmark file. Bug reports from people -who did not do this are going to be taken at extremely low priority. - -Also, please see the nifty new phoenix themes and extensions at the new -website http://texturizer.net/phoenix/index.html. - -Finally make portlint STFU about the Makefile. - -The distfile is on my distfiles dir this time, so I have mirrored it on my -html page until the distfiles dir gets mirrored in 24-48 hours. - -I had to disable Xinerama since it was breaking the build. - -0.5_4 -Patch to hopefully fix crash when formatting time string at end of download. -Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging -this one. - -Added /usr/X11R6/bin/phoenix.rb. If you have ruby installed, you can run -this instead of 'phoenix' and it takes care of the 'profile in use' errors -by automatically using an existing phoenix if one is running. I didn't put -a dependency because I don't want to require ruby + ruby-shim to run the -browser. - --- AlanE <phoenix@freebsd.org> - -====================================================================== diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile deleted file mode 100644 index f511a408b550..000000000000 --- a/www/firefox35/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane - -MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd -COMMENT= Phoenix is a fast, low-overhead browser from the Mozilla project - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -BSD_WEBDIR=http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes - -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a -PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Phoenix only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 - -SORT?=/usr/bin/sort -PLIST=${WRKDIR}/plist - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -WITHOUT_OPTIMIZE= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if !defined(WITHOUT_OPTIMIZE) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZE) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -EXTRA_SCRIPTS= phoenix.rb - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-build: - ${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -install-extra: -.for i in ${EXTRA_SCRIPTS} - ${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin -.endfor # i in ${EXTRA_SCRIPTS} - -link-bins: - ${RM} -f ${PREFIX}/bin/phoenix - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix - ${RM} -f ${PREFIX}/bin/phoenix-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/phoenix-config - -# not used because of undefined symbol errors -link-java: - -${RM} -f ${PLUGINSDIR}/libjavaplugin_oji.so - -${LN} -sf \ - ${JREDIR}/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PLUGINSDIR}/libjavaplugin_oji.so - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${ECHO_CMD} bin/phoenix >>${PLIST} - ${ECHO_CMD} bin/phoenix-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: install-extra link-bins link-java cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: install-extra link-bins cleanup-install cons-plist - -#EOF diff --git a/www/firefox35/distinfo b/www/firefox35/distinfo deleted file mode 100644 index 4199aae89c1e..000000000000 --- a/www/firefox35/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.5.tar.bz2) = fb99a5a866a99fbb15269699a1022b47 diff --git a/www/firefox35/files/mkdistfile b/www/firefox35/files/mkdistfile deleted file mode 100644 index a49174ae7b5d..000000000000 --- a/www/firefox35/files/mkdistfile +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh -# -*-shell-script-*- -# -# mkdistfile -- maintainer's utility to make a phoenix distfile -# -# Copyright (c) 2002, Alan Eldridge -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# * Neither the name of the copyright owner nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# $FreeBSD$ -# -# 2002/10/21 alane@geeksrus.net -# - -ORIGDIR=$(/bin/pwd); export ORIGDIR -APPNAME=${0##*/};APPNAME=${APPNAME#-}; export APPNAME -test -z "$TMPDIR" && TMPDIR=/tmp; export TMPDIR -test -z "$HOSTNAME" && HOSTNAME=$(hostname); export HOSTNAME -warn() { echo "[$APPNAME:$$]" "****" "$@";} -status() { echo "[$APPNAME:$$]" "===>" "$@";} -error() { echo "[$APPNAME:$$]" "ERROR:" "$@";} -die() { echo "[$APPNAME:$$]" "FATAL:" "$@"; exit 1;} -unset echo_n; test "X`echo -n`" = "X-n" \ - && echo_n() { echo "$@\c"; } || echo_n() { echo -n "$@"; } -status_n() { echo_n "[$APPNAME:$$]" "===>" "$@";} -log() { local cmd=$1;shift;echo_n $(date "+%Y%m%d.%T") "";$cmd "$@";} -qexpr() { expr "$@" >/dev/null 2>&1;} -qw() { echo \""$@"\"; } -listfiles() { ls -1 ${1:+"$@"} 2>/dev/null; } -whichre() { local n=$#; local s="$1"; shift; while test $# -ge 1; do - qexpr "$s" : "$1"&& echo $(($n - $#)) && return 0; shift; done; - echo 0; return 1;} -matchre() { test $(whichre "$@") -gt 0; } -streq() { local s="$1"; shift; while test $# -ge 1; do - test "X$s" = "X$1" && return 0; shift; done; return 1;} -strupper() { - echo "$@"|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ -} -strlower() { - echo "$@"|tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz -} -chdir() { cd "$1" || die cd $(qw $1) failed; } -absdir() { chdir "$1" && pwd; } -abspath() { local p=''; case "$1" in /*);; *)p="$(pwd)/";; esac; echo "$p$1"; } -tmpfile() { mktemp -t .$APPNAME ${1:+"$@"}; } -############################################################ -# show usage and exit -############################################################ -usage() { - cat <<EOF -Usage: $APPNAME [options] [--] rev[.yyyymmdd] -Options: - -h,--help Show this help. - -V,--version Show version number. - -v,--verbose Produce more verbose output. - -x,--debug Turn on shell command tracing. - -- Stop option processing. -EOF - exit $1 -} -############################################################ -# show version and exit -############################################################ -VERSION='$Revision$' -VERSION=${VERSION#* }; VERSION=${VERSION% *} -version() { echo "$APPNAME $VERSION" \ - "Copyright (c) 2002 Alan Eldridge"; exit $1;} -############################################################ -# set default vars here -############################################################ -DEBUG=0 -VERBOSE=0; VFLG='' -DATETIME=$(date +%Y%m%d.%H%M) -DATE=${DATETIME%.*} -TIME=${DATETIME#*.} -############################################################ -# do command line options -############################################################ -while test $# -gt 0; do - n=1; case "$1" in - -h|--help) usage 0;; - -V|--version) version 0;; - -v|--verbose) VERBOSE=1;VFLG='-v';; - -x|--debug) set -x;DEBUG=1;; - --) shift; break;; -*) usage 1;; *) break;; - esac; shift $n -done - -############################################################ -# main(): script execution begins here -############################################################ - -test $# -eq 1 || usage 1 - -REV=$1 -test ${REV##*.} = today && REV=${REV%.*}.$DATE - -status "pruning tree..." -exfile=$(tmpfile) -cat >>$exfile <<'EOF' -^.*/CVS($|/) -^.*/macbuild($|/) -^.*/package($|/) -^.*/.cvsignore($|/) -^.*/windows($|/) -^.*/activex($|/) -^.*/os2($|/) -^.*/solaris($|/) -^.*/gc($|/) -^mozilla/apache($|/) -^mozilla/calendar($|/) -^mozilla/cck($|/) -^mozilla/chimera($|/) -^mozilla/ef($|/) -^mozilla/embed.mak($|/) -^mozilla/embed.mk($|/) -^mozilla/gconfig($|/) -^mozilla/gfx2($|/) -^mozilla/grendel($|/) -^mozilla/java($|/) -^mozilla/js2($|/) -^mozilla/mail($|/) -^mozilla/mailnews($|/) -^mozilla/mozilla($|/) -^mozilla/mozilla.kdevprj($|/) -^mozilla/mozilla.lsm($|/) -^mozilla/msgsdk($|/) -^mozilla/mstone($|/) -^mozilla/nglayout.mac($|/) -^mozilla/nunet($|/) -^mozilla/other-licenses($|/) -^mozilla/privacy($|/) -^mozilla/silentdl($|/) -^mozilla/timer($|/) -^mozilla/trex.mak($|/) -^mozilla/trex.mk($|/) -^mozilla/webtools($|/) -EOF -test -d mozilla || die "No mozilla dir here." -find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr -rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla -status "done." -#EOF diff --git a/www/firefox35/files/mozconfig.in b/www/firefox35/files/mozconfig.in deleted file mode 100644 index 50703b5df336..000000000000 --- a/www/firefox35/files/mozconfig.in +++ /dev/null @@ -1,66 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_PHOENIX=1 -mk_add_options MOZ_PHOENIX=1 -ac_add_options --enable-crypto -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-mailnews -ac_add_options --disable-composer -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl -mk_add_options PERL=$PERL -export GTK_CONFIG=@X11BASE@/bin/gtk12-config -mk_add_options GTK_CONFIG=$GTK_CONFIG -export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config -mk_add_options GLIB_CONFIG=$GLIB_CONFIG -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-reorder -ac_add_options --enable-strip -###################################################################### -# disable unneeded/unavailable -ac_add_options --disable-auto-deps -ac_add_options --disable-bidi -ac_add_options --disable-dtd-debug -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-pedantic -ac_add_options --disable-xinerama -###################################################################### -# conditional from port Makefile -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/www/firefox35/files/patch-nsprpub-pr-src-misc-prtime.c b/www/firefox35/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/firefox35/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/firefox35/files/patch-nsprpub-pr-src-pthreads-ptio.c b/www/firefox35/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/firefox35/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/firefox35/files/phoenix.rb b/www/firefox35/files/phoenix.rb deleted file mode 100644 index fdbe4c594297..000000000000 --- a/www/firefox35/files/phoenix.rb +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env ruby -=begin -*-mode: ruby-*- - - MoZiLLa.in - - Copyright (c) 2002, Alan Eldridge - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the copyright owner nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - $Id: MoZiLLa.in,v 1.18 2002/12/18 02:40:58 alane Exp $ - - 2002-12-16 Alan Eldridge <alane@geeksrus.net> - -=end - -X11BIN = "/usr/X11R6/bin" -NAME = File::basename($0, ".rb") -APP_PATH = File::join(X11BIN, NAME) - -if !File::executable?(APP_PATH) - raise "File '#{APP_PATH}' not found. Giving up." -elsif ($display = ENV["DISPLAY"]) == nil - raise "Environment variable DISPLAY not found. Giving up." -end - -if ARGV.size > 0 - if ARGV[0] == "--debug" - ARGV.shift - else - $stdin.reopen(File::open("/dev/null", "r")) - $stdout.reopen(File::open("/dev/null", "w")) - $stderr.reopen(File::open("/dev/null", "w")) - end -end - -if ARGV.size < 1 - $url = nil -else - $url = ARGV.pop - $url.sub!(/^ghelp:/, "file:") -end - -IO::popen("xwininfo -display #{$display} -root -tree") { - |io| - if NAME != "phoenix" - $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) - else - $windows = io.grep(%r<Phoenix.*"Mozilla"\s+"navigator:\s*browser">) - end -} - -if $windows.size > 0 - $id = $windows.map { - |s| s.strip.split.first - }.sort.first - $args = [ "-id", $id, "-raise", "-remote" ] - $args.push($url ? "\"openURL(#{$url},new-window)\"" : - "\"xfeDoCommand(openBrowser)\"") -else - $args = ARGV - $args.push("\"#{$url}\"") if $url -end - -fork { - exec(([APP_PATH] + $args).join(" ")) -} -exit! - -#EOF diff --git a/www/firefox35/pkg-descr b/www/firefox35/pkg-descr deleted file mode 100644 index af8041043b21..000000000000 --- a/www/firefox35/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Phoenix is a fast, low-overhead browser from the Mozilla project. See the -phoenix project page for more details. - -WWW: http://www.mozilla.org/projects/phoenix/ - --- AlanE <alane@freebsd.org> diff --git a/www/firefox35/pkg-message b/www/firefox35/pkg-message deleted file mode 100644 index a7e9356be887..000000000000 --- a/www/firefox35/pkg-message +++ /dev/null @@ -1,72 +0,0 @@ -====================================================================== -As of version 0.4_7, this port appears to be stable *again*. It will work -with either of the port versions of perl, provided you do "use.perl port". -It will NOT work with the -STABLE base-system versions of Perl. - -If you use the lang/perl5.8 port, please remove the File::Spec package with -the command "pkg_deinstall -f p5-File-Spec". If you are updating to the 5.8 -version of perl, please do this *first*. - -Any bug reports should be addressed to the maintainers at: - phoenix@freebsd.org -You may also Cc: freebsd-ports@freebsd.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/phoenix/Makefile. -* Perl version used (/usr/bin/perl --version or - /usr/local/bin/perl --version for -current). -* Where/when did the problem occur: configuring, building, or - running phoenix? -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Phoenix. -The Maintainers (alane@ & trevor@) - -Additional notes: - -0.4_8: -Add patch to fix network ops on -CURRENT. - -0.4_9: -Install link to java plugin. -Build plist after install using find/sed. - -0.4_10: -Backdown after failed 0.5 from nonofficial tree. Makefile modifications -to generate plist done right this time. - -0.5_1 -Official 0.5 release port. - -****WARNING! DANGER, WILL ROBINSON!**** You must delete your old .phoenix -dir! Save your bookmarks.html somewhere and then let it create a new -directory. You can import your old bookmark file. Bug reports from people -who did not do this are going to be taken at extremely low priority. - -Also, please see the nifty new phoenix themes and extensions at the new -website http://texturizer.net/phoenix/index.html. - -Finally make portlint STFU about the Makefile. - -The distfile is on my distfiles dir this time, so I have mirrored it on my -html page until the distfiles dir gets mirrored in 24-48 hours. - -I had to disable Xinerama since it was breaking the build. - -0.5_4 -Patch to hopefully fix crash when formatting time string at end of download. -Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging -this one. - -Added /usr/X11R6/bin/phoenix.rb. If you have ruby installed, you can run -this instead of 'phoenix' and it takes care of the 'profile in use' errors -by automatically using an existing phoenix if one is running. I didn't put -a dependency because I don't want to require ruby + ruby-shim to run the -browser. - --- AlanE <phoenix@freebsd.org> - -====================================================================== diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile deleted file mode 100644 index f511a408b550..000000000000 --- a/www/firefox36/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane - -MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd -COMMENT= Phoenix is a fast, low-overhead browser from the Mozilla project - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -BSD_WEBDIR=http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes - -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a -PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Phoenix only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 - -SORT?=/usr/bin/sort -PLIST=${WRKDIR}/plist - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -WITHOUT_OPTIMIZE= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if !defined(WITHOUT_OPTIMIZE) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZE) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -EXTRA_SCRIPTS= phoenix.rb - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-build: - ${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -install-extra: -.for i in ${EXTRA_SCRIPTS} - ${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin -.endfor # i in ${EXTRA_SCRIPTS} - -link-bins: - ${RM} -f ${PREFIX}/bin/phoenix - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix - ${RM} -f ${PREFIX}/bin/phoenix-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/phoenix-config - -# not used because of undefined symbol errors -link-java: - -${RM} -f ${PLUGINSDIR}/libjavaplugin_oji.so - -${LN} -sf \ - ${JREDIR}/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PLUGINSDIR}/libjavaplugin_oji.so - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${ECHO_CMD} bin/phoenix >>${PLIST} - ${ECHO_CMD} bin/phoenix-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: install-extra link-bins link-java cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: install-extra link-bins cleanup-install cons-plist - -#EOF diff --git a/www/firefox36/distinfo b/www/firefox36/distinfo deleted file mode 100644 index 4199aae89c1e..000000000000 --- a/www/firefox36/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.5.tar.bz2) = fb99a5a866a99fbb15269699a1022b47 diff --git a/www/firefox36/files/mkdistfile b/www/firefox36/files/mkdistfile deleted file mode 100644 index a49174ae7b5d..000000000000 --- a/www/firefox36/files/mkdistfile +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh -# -*-shell-script-*- -# -# mkdistfile -- maintainer's utility to make a phoenix distfile -# -# Copyright (c) 2002, Alan Eldridge -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# * Neither the name of the copyright owner nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# $FreeBSD$ -# -# 2002/10/21 alane@geeksrus.net -# - -ORIGDIR=$(/bin/pwd); export ORIGDIR -APPNAME=${0##*/};APPNAME=${APPNAME#-}; export APPNAME -test -z "$TMPDIR" && TMPDIR=/tmp; export TMPDIR -test -z "$HOSTNAME" && HOSTNAME=$(hostname); export HOSTNAME -warn() { echo "[$APPNAME:$$]" "****" "$@";} -status() { echo "[$APPNAME:$$]" "===>" "$@";} -error() { echo "[$APPNAME:$$]" "ERROR:" "$@";} -die() { echo "[$APPNAME:$$]" "FATAL:" "$@"; exit 1;} -unset echo_n; test "X`echo -n`" = "X-n" \ - && echo_n() { echo "$@\c"; } || echo_n() { echo -n "$@"; } -status_n() { echo_n "[$APPNAME:$$]" "===>" "$@";} -log() { local cmd=$1;shift;echo_n $(date "+%Y%m%d.%T") "";$cmd "$@";} -qexpr() { expr "$@" >/dev/null 2>&1;} -qw() { echo \""$@"\"; } -listfiles() { ls -1 ${1:+"$@"} 2>/dev/null; } -whichre() { local n=$#; local s="$1"; shift; while test $# -ge 1; do - qexpr "$s" : "$1"&& echo $(($n - $#)) && return 0; shift; done; - echo 0; return 1;} -matchre() { test $(whichre "$@") -gt 0; } -streq() { local s="$1"; shift; while test $# -ge 1; do - test "X$s" = "X$1" && return 0; shift; done; return 1;} -strupper() { - echo "$@"|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ -} -strlower() { - echo "$@"|tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz -} -chdir() { cd "$1" || die cd $(qw $1) failed; } -absdir() { chdir "$1" && pwd; } -abspath() { local p=''; case "$1" in /*);; *)p="$(pwd)/";; esac; echo "$p$1"; } -tmpfile() { mktemp -t .$APPNAME ${1:+"$@"}; } -############################################################ -# show usage and exit -############################################################ -usage() { - cat <<EOF -Usage: $APPNAME [options] [--] rev[.yyyymmdd] -Options: - -h,--help Show this help. - -V,--version Show version number. - -v,--verbose Produce more verbose output. - -x,--debug Turn on shell command tracing. - -- Stop option processing. -EOF - exit $1 -} -############################################################ -# show version and exit -############################################################ -VERSION='$Revision$' -VERSION=${VERSION#* }; VERSION=${VERSION% *} -version() { echo "$APPNAME $VERSION" \ - "Copyright (c) 2002 Alan Eldridge"; exit $1;} -############################################################ -# set default vars here -############################################################ -DEBUG=0 -VERBOSE=0; VFLG='' -DATETIME=$(date +%Y%m%d.%H%M) -DATE=${DATETIME%.*} -TIME=${DATETIME#*.} -############################################################ -# do command line options -############################################################ -while test $# -gt 0; do - n=1; case "$1" in - -h|--help) usage 0;; - -V|--version) version 0;; - -v|--verbose) VERBOSE=1;VFLG='-v';; - -x|--debug) set -x;DEBUG=1;; - --) shift; break;; -*) usage 1;; *) break;; - esac; shift $n -done - -############################################################ -# main(): script execution begins here -############################################################ - -test $# -eq 1 || usage 1 - -REV=$1 -test ${REV##*.} = today && REV=${REV%.*}.$DATE - -status "pruning tree..." -exfile=$(tmpfile) -cat >>$exfile <<'EOF' -^.*/CVS($|/) -^.*/macbuild($|/) -^.*/package($|/) -^.*/.cvsignore($|/) -^.*/windows($|/) -^.*/activex($|/) -^.*/os2($|/) -^.*/solaris($|/) -^.*/gc($|/) -^mozilla/apache($|/) -^mozilla/calendar($|/) -^mozilla/cck($|/) -^mozilla/chimera($|/) -^mozilla/ef($|/) -^mozilla/embed.mak($|/) -^mozilla/embed.mk($|/) -^mozilla/gconfig($|/) -^mozilla/gfx2($|/) -^mozilla/grendel($|/) -^mozilla/java($|/) -^mozilla/js2($|/) -^mozilla/mail($|/) -^mozilla/mailnews($|/) -^mozilla/mozilla($|/) -^mozilla/mozilla.kdevprj($|/) -^mozilla/mozilla.lsm($|/) -^mozilla/msgsdk($|/) -^mozilla/mstone($|/) -^mozilla/nglayout.mac($|/) -^mozilla/nunet($|/) -^mozilla/other-licenses($|/) -^mozilla/privacy($|/) -^mozilla/silentdl($|/) -^mozilla/timer($|/) -^mozilla/trex.mak($|/) -^mozilla/trex.mk($|/) -^mozilla/webtools($|/) -EOF -test -d mozilla || die "No mozilla dir here." -find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr -rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla -status "done." -#EOF diff --git a/www/firefox36/files/mozconfig.in b/www/firefox36/files/mozconfig.in deleted file mode 100644 index 50703b5df336..000000000000 --- a/www/firefox36/files/mozconfig.in +++ /dev/null @@ -1,66 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_PHOENIX=1 -mk_add_options MOZ_PHOENIX=1 -ac_add_options --enable-crypto -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-mailnews -ac_add_options --disable-composer -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl -mk_add_options PERL=$PERL -export GTK_CONFIG=@X11BASE@/bin/gtk12-config -mk_add_options GTK_CONFIG=$GTK_CONFIG -export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config -mk_add_options GLIB_CONFIG=$GLIB_CONFIG -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-reorder -ac_add_options --enable-strip -###################################################################### -# disable unneeded/unavailable -ac_add_options --disable-auto-deps -ac_add_options --disable-bidi -ac_add_options --disable-dtd-debug -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-pedantic -ac_add_options --disable-xinerama -###################################################################### -# conditional from port Makefile -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/www/firefox36/files/patch-nsprpub-pr-src-misc-prtime.c b/www/firefox36/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/firefox36/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/firefox36/files/patch-nsprpub-pr-src-pthreads-ptio.c b/www/firefox36/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/firefox36/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/firefox36/files/phoenix.rb b/www/firefox36/files/phoenix.rb deleted file mode 100644 index fdbe4c594297..000000000000 --- a/www/firefox36/files/phoenix.rb +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env ruby -=begin -*-mode: ruby-*- - - MoZiLLa.in - - Copyright (c) 2002, Alan Eldridge - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the copyright owner nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - $Id: MoZiLLa.in,v 1.18 2002/12/18 02:40:58 alane Exp $ - - 2002-12-16 Alan Eldridge <alane@geeksrus.net> - -=end - -X11BIN = "/usr/X11R6/bin" -NAME = File::basename($0, ".rb") -APP_PATH = File::join(X11BIN, NAME) - -if !File::executable?(APP_PATH) - raise "File '#{APP_PATH}' not found. Giving up." -elsif ($display = ENV["DISPLAY"]) == nil - raise "Environment variable DISPLAY not found. Giving up." -end - -if ARGV.size > 0 - if ARGV[0] == "--debug" - ARGV.shift - else - $stdin.reopen(File::open("/dev/null", "r")) - $stdout.reopen(File::open("/dev/null", "w")) - $stderr.reopen(File::open("/dev/null", "w")) - end -end - -if ARGV.size < 1 - $url = nil -else - $url = ARGV.pop - $url.sub!(/^ghelp:/, "file:") -end - -IO::popen("xwininfo -display #{$display} -root -tree") { - |io| - if NAME != "phoenix" - $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) - else - $windows = io.grep(%r<Phoenix.*"Mozilla"\s+"navigator:\s*browser">) - end -} - -if $windows.size > 0 - $id = $windows.map { - |s| s.strip.split.first - }.sort.first - $args = [ "-id", $id, "-raise", "-remote" ] - $args.push($url ? "\"openURL(#{$url},new-window)\"" : - "\"xfeDoCommand(openBrowser)\"") -else - $args = ARGV - $args.push("\"#{$url}\"") if $url -end - -fork { - exec(([APP_PATH] + $args).join(" ")) -} -exit! - -#EOF diff --git a/www/firefox36/pkg-descr b/www/firefox36/pkg-descr deleted file mode 100644 index af8041043b21..000000000000 --- a/www/firefox36/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Phoenix is a fast, low-overhead browser from the Mozilla project. See the -phoenix project page for more details. - -WWW: http://www.mozilla.org/projects/phoenix/ - --- AlanE <alane@freebsd.org> diff --git a/www/firefox36/pkg-message b/www/firefox36/pkg-message deleted file mode 100644 index a7e9356be887..000000000000 --- a/www/firefox36/pkg-message +++ /dev/null @@ -1,72 +0,0 @@ -====================================================================== -As of version 0.4_7, this port appears to be stable *again*. It will work -with either of the port versions of perl, provided you do "use.perl port". -It will NOT work with the -STABLE base-system versions of Perl. - -If you use the lang/perl5.8 port, please remove the File::Spec package with -the command "pkg_deinstall -f p5-File-Spec". If you are updating to the 5.8 -version of perl, please do this *first*. - -Any bug reports should be addressed to the maintainers at: - phoenix@freebsd.org -You may also Cc: freebsd-ports@freebsd.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/phoenix/Makefile. -* Perl version used (/usr/bin/perl --version or - /usr/local/bin/perl --version for -current). -* Where/when did the problem occur: configuring, building, or - running phoenix? -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Phoenix. -The Maintainers (alane@ & trevor@) - -Additional notes: - -0.4_8: -Add patch to fix network ops on -CURRENT. - -0.4_9: -Install link to java plugin. -Build plist after install using find/sed. - -0.4_10: -Backdown after failed 0.5 from nonofficial tree. Makefile modifications -to generate plist done right this time. - -0.5_1 -Official 0.5 release port. - -****WARNING! DANGER, WILL ROBINSON!**** You must delete your old .phoenix -dir! Save your bookmarks.html somewhere and then let it create a new -directory. You can import your old bookmark file. Bug reports from people -who did not do this are going to be taken at extremely low priority. - -Also, please see the nifty new phoenix themes and extensions at the new -website http://texturizer.net/phoenix/index.html. - -Finally make portlint STFU about the Makefile. - -The distfile is on my distfiles dir this time, so I have mirrored it on my -html page until the distfiles dir gets mirrored in 24-48 hours. - -I had to disable Xinerama since it was breaking the build. - -0.5_4 -Patch to hopefully fix crash when formatting time string at end of download. -Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging -this one. - -Added /usr/X11R6/bin/phoenix.rb. If you have ruby installed, you can run -this instead of 'phoenix' and it takes care of the 'profile in use' errors -by automatically using an existing phoenix if one is running. I didn't put -a dependency because I don't want to require ruby + ruby-shim to run the -browser. - --- AlanE <phoenix@freebsd.org> - -====================================================================== diff --git a/www/flock/Makefile b/www/flock/Makefile deleted file mode 100644 index f511a408b550..000000000000 --- a/www/flock/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane - -MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd -COMMENT= Phoenix is a fast, low-overhead browser from the Mozilla project - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -BSD_WEBDIR=http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes - -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a -PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Phoenix only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 - -SORT?=/usr/bin/sort -PLIST=${WRKDIR}/plist - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -WITHOUT_OPTIMIZE= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if !defined(WITHOUT_OPTIMIZE) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZE) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -EXTRA_SCRIPTS= phoenix.rb - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-build: - ${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -install-extra: -.for i in ${EXTRA_SCRIPTS} - ${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin -.endfor # i in ${EXTRA_SCRIPTS} - -link-bins: - ${RM} -f ${PREFIX}/bin/phoenix - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix - ${RM} -f ${PREFIX}/bin/phoenix-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/phoenix-config - -# not used because of undefined symbol errors -link-java: - -${RM} -f ${PLUGINSDIR}/libjavaplugin_oji.so - -${LN} -sf \ - ${JREDIR}/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PLUGINSDIR}/libjavaplugin_oji.so - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${ECHO_CMD} bin/phoenix >>${PLIST} - ${ECHO_CMD} bin/phoenix-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: install-extra link-bins link-java cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: install-extra link-bins cleanup-install cons-plist - -#EOF diff --git a/www/flock/distinfo b/www/flock/distinfo deleted file mode 100644 index 4199aae89c1e..000000000000 --- a/www/flock/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.5.tar.bz2) = fb99a5a866a99fbb15269699a1022b47 diff --git a/www/flock/files/mkdistfile b/www/flock/files/mkdistfile deleted file mode 100644 index a49174ae7b5d..000000000000 --- a/www/flock/files/mkdistfile +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh -# -*-shell-script-*- -# -# mkdistfile -- maintainer's utility to make a phoenix distfile -# -# Copyright (c) 2002, Alan Eldridge -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# * Neither the name of the copyright owner nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# $FreeBSD$ -# -# 2002/10/21 alane@geeksrus.net -# - -ORIGDIR=$(/bin/pwd); export ORIGDIR -APPNAME=${0##*/};APPNAME=${APPNAME#-}; export APPNAME -test -z "$TMPDIR" && TMPDIR=/tmp; export TMPDIR -test -z "$HOSTNAME" && HOSTNAME=$(hostname); export HOSTNAME -warn() { echo "[$APPNAME:$$]" "****" "$@";} -status() { echo "[$APPNAME:$$]" "===>" "$@";} -error() { echo "[$APPNAME:$$]" "ERROR:" "$@";} -die() { echo "[$APPNAME:$$]" "FATAL:" "$@"; exit 1;} -unset echo_n; test "X`echo -n`" = "X-n" \ - && echo_n() { echo "$@\c"; } || echo_n() { echo -n "$@"; } -status_n() { echo_n "[$APPNAME:$$]" "===>" "$@";} -log() { local cmd=$1;shift;echo_n $(date "+%Y%m%d.%T") "";$cmd "$@";} -qexpr() { expr "$@" >/dev/null 2>&1;} -qw() { echo \""$@"\"; } -listfiles() { ls -1 ${1:+"$@"} 2>/dev/null; } -whichre() { local n=$#; local s="$1"; shift; while test $# -ge 1; do - qexpr "$s" : "$1"&& echo $(($n - $#)) && return 0; shift; done; - echo 0; return 1;} -matchre() { test $(whichre "$@") -gt 0; } -streq() { local s="$1"; shift; while test $# -ge 1; do - test "X$s" = "X$1" && return 0; shift; done; return 1;} -strupper() { - echo "$@"|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ -} -strlower() { - echo "$@"|tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz -} -chdir() { cd "$1" || die cd $(qw $1) failed; } -absdir() { chdir "$1" && pwd; } -abspath() { local p=''; case "$1" in /*);; *)p="$(pwd)/";; esac; echo "$p$1"; } -tmpfile() { mktemp -t .$APPNAME ${1:+"$@"}; } -############################################################ -# show usage and exit -############################################################ -usage() { - cat <<EOF -Usage: $APPNAME [options] [--] rev[.yyyymmdd] -Options: - -h,--help Show this help. - -V,--version Show version number. - -v,--verbose Produce more verbose output. - -x,--debug Turn on shell command tracing. - -- Stop option processing. -EOF - exit $1 -} -############################################################ -# show version and exit -############################################################ -VERSION='$Revision$' -VERSION=${VERSION#* }; VERSION=${VERSION% *} -version() { echo "$APPNAME $VERSION" \ - "Copyright (c) 2002 Alan Eldridge"; exit $1;} -############################################################ -# set default vars here -############################################################ -DEBUG=0 -VERBOSE=0; VFLG='' -DATETIME=$(date +%Y%m%d.%H%M) -DATE=${DATETIME%.*} -TIME=${DATETIME#*.} -############################################################ -# do command line options -############################################################ -while test $# -gt 0; do - n=1; case "$1" in - -h|--help) usage 0;; - -V|--version) version 0;; - -v|--verbose) VERBOSE=1;VFLG='-v';; - -x|--debug) set -x;DEBUG=1;; - --) shift; break;; -*) usage 1;; *) break;; - esac; shift $n -done - -############################################################ -# main(): script execution begins here -############################################################ - -test $# -eq 1 || usage 1 - -REV=$1 -test ${REV##*.} = today && REV=${REV%.*}.$DATE - -status "pruning tree..." -exfile=$(tmpfile) -cat >>$exfile <<'EOF' -^.*/CVS($|/) -^.*/macbuild($|/) -^.*/package($|/) -^.*/.cvsignore($|/) -^.*/windows($|/) -^.*/activex($|/) -^.*/os2($|/) -^.*/solaris($|/) -^.*/gc($|/) -^mozilla/apache($|/) -^mozilla/calendar($|/) -^mozilla/cck($|/) -^mozilla/chimera($|/) -^mozilla/ef($|/) -^mozilla/embed.mak($|/) -^mozilla/embed.mk($|/) -^mozilla/gconfig($|/) -^mozilla/gfx2($|/) -^mozilla/grendel($|/) -^mozilla/java($|/) -^mozilla/js2($|/) -^mozilla/mail($|/) -^mozilla/mailnews($|/) -^mozilla/mozilla($|/) -^mozilla/mozilla.kdevprj($|/) -^mozilla/mozilla.lsm($|/) -^mozilla/msgsdk($|/) -^mozilla/mstone($|/) -^mozilla/nglayout.mac($|/) -^mozilla/nunet($|/) -^mozilla/other-licenses($|/) -^mozilla/privacy($|/) -^mozilla/silentdl($|/) -^mozilla/timer($|/) -^mozilla/trex.mak($|/) -^mozilla/trex.mk($|/) -^mozilla/webtools($|/) -EOF -test -d mozilla || die "No mozilla dir here." -find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr -rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla -status "done." -#EOF diff --git a/www/flock/files/mozconfig.in b/www/flock/files/mozconfig.in deleted file mode 100644 index 50703b5df336..000000000000 --- a/www/flock/files/mozconfig.in +++ /dev/null @@ -1,66 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_PHOENIX=1 -mk_add_options MOZ_PHOENIX=1 -ac_add_options --enable-crypto -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-mailnews -ac_add_options --disable-composer -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl -mk_add_options PERL=$PERL -export GTK_CONFIG=@X11BASE@/bin/gtk12-config -mk_add_options GTK_CONFIG=$GTK_CONFIG -export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config -mk_add_options GLIB_CONFIG=$GLIB_CONFIG -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-reorder -ac_add_options --enable-strip -###################################################################### -# disable unneeded/unavailable -ac_add_options --disable-auto-deps -ac_add_options --disable-bidi -ac_add_options --disable-dtd-debug -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-pedantic -ac_add_options --disable-xinerama -###################################################################### -# conditional from port Makefile -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/www/flock/files/patch-nsprpub-pr-src-misc-prtime.c b/www/flock/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/flock/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/flock/files/patch-nsprpub-pr-src-pthreads-ptio.c b/www/flock/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/flock/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/flock/files/phoenix.rb b/www/flock/files/phoenix.rb deleted file mode 100644 index fdbe4c594297..000000000000 --- a/www/flock/files/phoenix.rb +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env ruby -=begin -*-mode: ruby-*- - - MoZiLLa.in - - Copyright (c) 2002, Alan Eldridge - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the copyright owner nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - $Id: MoZiLLa.in,v 1.18 2002/12/18 02:40:58 alane Exp $ - - 2002-12-16 Alan Eldridge <alane@geeksrus.net> - -=end - -X11BIN = "/usr/X11R6/bin" -NAME = File::basename($0, ".rb") -APP_PATH = File::join(X11BIN, NAME) - -if !File::executable?(APP_PATH) - raise "File '#{APP_PATH}' not found. Giving up." -elsif ($display = ENV["DISPLAY"]) == nil - raise "Environment variable DISPLAY not found. Giving up." -end - -if ARGV.size > 0 - if ARGV[0] == "--debug" - ARGV.shift - else - $stdin.reopen(File::open("/dev/null", "r")) - $stdout.reopen(File::open("/dev/null", "w")) - $stderr.reopen(File::open("/dev/null", "w")) - end -end - -if ARGV.size < 1 - $url = nil -else - $url = ARGV.pop - $url.sub!(/^ghelp:/, "file:") -end - -IO::popen("xwininfo -display #{$display} -root -tree") { - |io| - if NAME != "phoenix" - $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) - else - $windows = io.grep(%r<Phoenix.*"Mozilla"\s+"navigator:\s*browser">) - end -} - -if $windows.size > 0 - $id = $windows.map { - |s| s.strip.split.first - }.sort.first - $args = [ "-id", $id, "-raise", "-remote" ] - $args.push($url ? "\"openURL(#{$url},new-window)\"" : - "\"xfeDoCommand(openBrowser)\"") -else - $args = ARGV - $args.push("\"#{$url}\"") if $url -end - -fork { - exec(([APP_PATH] + $args).join(" ")) -} -exit! - -#EOF diff --git a/www/flock/pkg-descr b/www/flock/pkg-descr deleted file mode 100644 index af8041043b21..000000000000 --- a/www/flock/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Phoenix is a fast, low-overhead browser from the Mozilla project. See the -phoenix project page for more details. - -WWW: http://www.mozilla.org/projects/phoenix/ - --- AlanE <alane@freebsd.org> diff --git a/www/flock/pkg-message b/www/flock/pkg-message deleted file mode 100644 index a7e9356be887..000000000000 --- a/www/flock/pkg-message +++ /dev/null @@ -1,72 +0,0 @@ -====================================================================== -As of version 0.4_7, this port appears to be stable *again*. It will work -with either of the port versions of perl, provided you do "use.perl port". -It will NOT work with the -STABLE base-system versions of Perl. - -If you use the lang/perl5.8 port, please remove the File::Spec package with -the command "pkg_deinstall -f p5-File-Spec". If you are updating to the 5.8 -version of perl, please do this *first*. - -Any bug reports should be addressed to the maintainers at: - phoenix@freebsd.org -You may also Cc: freebsd-ports@freebsd.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/phoenix/Makefile. -* Perl version used (/usr/bin/perl --version or - /usr/local/bin/perl --version for -current). -* Where/when did the problem occur: configuring, building, or - running phoenix? -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Phoenix. -The Maintainers (alane@ & trevor@) - -Additional notes: - -0.4_8: -Add patch to fix network ops on -CURRENT. - -0.4_9: -Install link to java plugin. -Build plist after install using find/sed. - -0.4_10: -Backdown after failed 0.5 from nonofficial tree. Makefile modifications -to generate plist done right this time. - -0.5_1 -Official 0.5 release port. - -****WARNING! DANGER, WILL ROBINSON!**** You must delete your old .phoenix -dir! Save your bookmarks.html somewhere and then let it create a new -directory. You can import your old bookmark file. Bug reports from people -who did not do this are going to be taken at extremely low priority. - -Also, please see the nifty new phoenix themes and extensions at the new -website http://texturizer.net/phoenix/index.html. - -Finally make portlint STFU about the Makefile. - -The distfile is on my distfiles dir this time, so I have mirrored it on my -html page until the distfiles dir gets mirrored in 24-48 hours. - -I had to disable Xinerama since it was breaking the build. - -0.5_4 -Patch to hopefully fix crash when formatting time string at end of download. -Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging -this one. - -Added /usr/X11R6/bin/phoenix.rb. If you have ruby installed, you can run -this instead of 'phoenix' and it takes care of the 'profile in use' errors -by automatically using an existing phoenix if one is running. I didn't put -a dependency because I don't want to require ruby + ruby-shim to run the -browser. - --- AlanE <phoenix@freebsd.org> - -====================================================================== diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile deleted file mode 100644 index 6a5cdd8ce90a..000000000000 --- a/www/gallery2/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: gallery -# Date created: 09 Sep 2001 -# Whom: Jamie Hermans <jamie@hermans.ca> -# -# $FreeBSD$ -# - -PORTNAME= gallery -PORTVERSION= 1.3.3 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= jamie@hermans.ca -COMMENT= Gallery is a slick web based photo album written using PHP - -RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ - jhead:${PORTSDIR}/graphics/jhead \ - unzip:${PORTSDIR}/archivers/unzip \ - ${LOCALBASE}/lib/php/System.php:${PORTSDIR}/www/mod_php4 - -WRKSRC= ${WRKDIR}/${PORTNAME} -NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -DOCFILES= AUTHORS ChangeLog README UPGRADING -EXCEPTFILES= ${DOCFILES} LICENSE.txt -CPIO= cpio --quiet -pdum -R -PLIST_SUB= GALLERYDIR=${GALLERYDIR} - -pre-fetch: -.if !defined(GALLERYDIR) - @${ECHO_MSG} "" - @${ECHO_MSG} "Define GALLERYDIR to override default of 'www/data/gallery'." - @${ECHO_MSG} "" -.endif - -GALLERYDIR?= www/data/gallery -WWWOWN?= www -WWWGRP?= www - -post-configure: - @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \ - -e 's#%%GALLERYDIR%%#${GALLERYDIR}#g' pkg-message > ${PKGMESSAGE} - -do-install: - @ ${MKDIR} -m 0755 ${PREFIX}/${GALLERYDIR} - @ cd ${WRKSRC} && find * -name \*.bat ${EXCEPTFILES:S/^/-o -name /} \ - -o -print | ${CPIO} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GALLERYDIR} - -post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} - @ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR} -.endif -.if !defined(BATCH) - @ ${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.mk> diff --git a/www/gallery2/distinfo b/www/gallery2/distinfo deleted file mode 100644 index a7324be26d0d..000000000000 --- a/www/gallery2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gallery-1.3.3.tar.gz) = 3929f61d08a39101149aab3f5946b98d diff --git a/www/gallery2/pkg-descr b/www/gallery2/pkg-descr deleted file mode 100644 index 870b282a7583..000000000000 --- a/www/gallery2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Gallery is a slick web based photo album written using PHP. Easy to install -(it includes a config wizard), it provides users with the ability to create -and maintain their own albums in the album collection via an intuitive web -interface. Photo management includes automatic thumbnail creation, image -resizing, rotation, ordering, captioning, searching and more. Albums can -have read, write and caption permissions per individual authenticated user -for an additional level of privacy. - -WWW: http://gallery.sourceforge.net/ - -- Jamie -jamie@hermans.ca diff --git a/www/gallery2/pkg-message b/www/gallery2/pkg-message deleted file mode 100644 index 7b0efc8225b7..000000000000 --- a/www/gallery2/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ -***************************************************************** - - Please consider adding the following 3 lines to your httpd.conf - - <Directory %%PREFIX%%/%%GALLERYDIR%%> - AllowOverride Options FileInfo - </Directory> - - Then restart apache: 'apachectl graceful' - -***************************************************************** - - Please visit 'http://{host.domain}/gallery/' in a - web-browser and follow the configuration instructions. - -***************************************************************** diff --git a/www/gallery2/pkg-plist b/www/gallery2/pkg-plist deleted file mode 100644 index 1d4a76a8f830..000000000000 --- a/www/gallery2/pkg-plist +++ /dev/null @@ -1,180 +0,0 @@ -%%PORTDOCS%%share/doc/gallery/AUTHORS -%%PORTDOCS%%share/doc/gallery/ChangeLog -%%PORTDOCS%%share/doc/gallery/README -%%PORTDOCS%%share/doc/gallery/UPGRADING -%%GALLERYDIR%%/Version.php -%%GALLERYDIR%%/add_comment.php -%%GALLERYDIR%%/add_photos.php -%%GALLERYDIR%%/album_permissions.php -%%GALLERYDIR%%/albums.php -%%GALLERYDIR%%/captionator.php -%%GALLERYDIR%%/classes/Album.php -%%GALLERYDIR%%/classes/AlbumDB.php -%%GALLERYDIR%%/classes/AlbumItem.php -%%GALLERYDIR%%/classes/Comment.php -%%GALLERYDIR%%/classes/Database.php -%%GALLERYDIR%%/classes/EverybodyUser.php -%%GALLERYDIR%%/classes/Image.php -%%GALLERYDIR%%/classes/LoggedInUser.php -%%GALLERYDIR%%/classes/NobodyUser.php -%%GALLERYDIR%%/classes/User.php -%%GALLERYDIR%%/classes/UserDB.php -%%GALLERYDIR%%/classes/database/mysql/Database.php -%%GALLERYDIR%%/classes/gallery/User.php -%%GALLERYDIR%%/classes/gallery/UserDB.php -%%GALLERYDIR%%/classes/nuke5/AdminUser.php -%%GALLERYDIR%%/classes/nuke5/User.php -%%GALLERYDIR%%/classes/nuke5/UserDB.php -%%GALLERYDIR%%/classes/postnuke/User.php -%%GALLERYDIR%%/classes/postnuke/UserDB.php -%%GALLERYDIR%%/classes/postnuke0.7.1/User.php -%%GALLERYDIR%%/classes/postnuke0.7.1/UserDB.php -%%GALLERYDIR%%/classes/remote/GalleryRemoteProperties.php -%%GALLERYDIR%%/configure.sh -%%GALLERYDIR%%/create_user.php -%%GALLERYDIR%%/css/embedded_style.css.default -%%GALLERYDIR%%/css/standalone_style.css.default -%%GALLERYDIR%%/delete_album.php -%%GALLERYDIR%%/delete_photo.php -%%GALLERYDIR%%/delete_user.php -%%GALLERYDIR%%/do_command.php -%%GALLERYDIR%%/edit_appearance.php -%%GALLERYDIR%%/edit_caption.php -%%GALLERYDIR%%/edit_field.php -%%GALLERYDIR%%/edit_thumb.php -%%GALLERYDIR%%/errors/configmode.php -%%GALLERYDIR%%/errors/configure_help.php -%%GALLERYDIR%%/errors/configure_instructions.php -%%GALLERYDIR%%/errors/needinit.php -%%GALLERYDIR%%/errors/reconfigure.php -%%GALLERYDIR%%/errors/unconfigured.php -%%GALLERYDIR%%/gallery_remote.php -%%GALLERYDIR%%/gallery_remote2.php -%%GALLERYDIR%%/highlight_photo.php -%%GALLERYDIR%%/html/errorRow.inc -%%GALLERYDIR%%/html/userData.inc -%%GALLERYDIR%%/html_wrap/album.footer.default -%%GALLERYDIR%%/html_wrap/album.header.default -%%GALLERYDIR%%/html_wrap/gallery.footer.default -%%GALLERYDIR%%/html_wrap/gallery.header.default -%%GALLERYDIR%%/html_wrap/inline_albumthumb.footer.default -%%GALLERYDIR%%/html_wrap/inline_albumthumb.frame.default -%%GALLERYDIR%%/html_wrap/inline_albumthumb.header.default -%%GALLERYDIR%%/html_wrap/inline_gallerythumb.frame.default -%%GALLERYDIR%%/html_wrap/inline_moviethumb.frame.default -%%GALLERYDIR%%/html_wrap/inline_photo.footer.default -%%GALLERYDIR%%/html_wrap/inline_photo.header.default -%%GALLERYDIR%%/html_wrap/inline_photothumb.frame.default -%%GALLERYDIR%%/html_wrap/photo.footer.default -%%GALLERYDIR%%/html_wrap/photo.header.default -%%GALLERYDIR%%/html_wrap/search.footer.default -%%GALLERYDIR%%/html_wrap/search.header.default -%%GALLERYDIR%%/html_wrap/slideshow.footer.default -%%GALLERYDIR%%/html_wrap/slideshow.header.default -%%GALLERYDIR%%/html_wrap/wrapper.footer.default -%%GALLERYDIR%%/html_wrap/wrapper.header.default -%%GALLERYDIR%%/images/admin_delete.gif -%%GALLERYDIR%%/images/admin_hide.gif -%%GALLERYDIR%%/images/admin_highlight.gif -%%GALLERYDIR%%/images/admin_move.gif -%%GALLERYDIR%%/images/admin_rotate.gif -%%GALLERYDIR%%/images/admin_unhide.gif -%%GALLERYDIR%%/images/albumthumb_BB.gif -%%GALLERYDIR%%/images/albumthumb_BL.gif -%%GALLERYDIR%%/images/albumthumb_BR.gif -%%GALLERYDIR%%/images/albumthumb_RR.gif -%%GALLERYDIR%%/images/albumthumb_TR.gif -%%GALLERYDIR%%/images/computer.gif -%%GALLERYDIR%%/images/donate.jpg -%%GALLERYDIR%%/images/gallery-tag.png -%%GALLERYDIR%%/images/movie.thumb.jpg -%%GALLERYDIR%%/images/nav_dot.gif -%%GALLERYDIR%%/images/nav_dot_left.gif -%%GALLERYDIR%%/images/nav_dot_right.gif -%%GALLERYDIR%%/images/nav_first.gif -%%GALLERYDIR%%/images/nav_home.gif -%%GALLERYDIR%%/images/nav_last.gif -%%GALLERYDIR%%/images/nav_next.gif -%%GALLERYDIR%%/images/nav_page.gif -%%GALLERYDIR%%/images/nav_prev.gif -%%GALLERYDIR%%/images/pixel_trans.gif -%%GALLERYDIR%%/images/uploading.gif -%%GALLERYDIR%%/index.php -%%GALLERYDIR%%/init.php -%%GALLERYDIR%%/java/ImageTools.jar -%%GALLERYDIR%%/js/client_sniff.js -%%GALLERYDIR%%/layout/adminbox.inc -%%GALLERYDIR%%/layout/breadcrumb.inc -%%GALLERYDIR%%/layout/commentbox.inc -%%GALLERYDIR%%/layout/commentboxbottom.inc -%%GALLERYDIR%%/layout/commentboxtop.inc -%%GALLERYDIR%%/layout/commentdraw.inc -%%GALLERYDIR%%/layout/navigator.inc -%%GALLERYDIR%%/layout/navphoto.inc -%%GALLERYDIR%%/layout/searchdraw.inc -%%GALLERYDIR%%/login.php -%%GALLERYDIR%%/manage_users.php -%%GALLERYDIR%%/modify_user.php -%%GALLERYDIR%%/move_album.php -%%GALLERYDIR%%/move_photo.php -%%GALLERYDIR%%/platform/fs_unix.php -%%GALLERYDIR%%/platform/fs_win32.php -%%GALLERYDIR%%/progress_uploading.php -%%GALLERYDIR%%/publish_xp.php -%%GALLERYDIR%%/publish_xp_docs.php -%%GALLERYDIR%%/rename_album.php -%%GALLERYDIR%%/resize_photo.php -%%GALLERYDIR%%/rotate_photo.php -%%GALLERYDIR%%/save_photos.php -%%GALLERYDIR%%/search.php -%%GALLERYDIR%%/secure.sh -%%GALLERYDIR%%/session.php -%%GALLERYDIR%%/setup/.htaccess -%%GALLERYDIR%%/setup/check_imagemagick.php -%%GALLERYDIR%%/setup/check.inc -%%GALLERYDIR%%/setup/check_netpbm.php -%%GALLERYDIR%%/setup/config_data.inc -%%GALLERYDIR%%/setup/confirm.inc -%%GALLERYDIR%%/setup/constants.inc -%%GALLERYDIR%%/setup/defaults.inc -%%GALLERYDIR%%/setup/diagnostics.php -%%GALLERYDIR%%/setup/functions.inc -%%GALLERYDIR%%/setup/gpl.txt -%%GALLERYDIR%%/setup/index.php -%%GALLERYDIR%%/setup/init.php -%%GALLERYDIR%%/setup/mod_rewrite.template -%%GALLERYDIR%%/setup/php_value.template -%%GALLERYDIR%%/setup/php_value_ok.php -%%GALLERYDIR%%/setup/phpinfo.php -%%GALLERYDIR%%/setup/session_test.php -%%GALLERYDIR%%/setup/write.inc -%%GALLERYDIR%%/slideshow.php -%%GALLERYDIR%%/slideshow_low.php -%%GALLERYDIR%%/sort_album.php -%%GALLERYDIR%%/upgrade_album.php -%%GALLERYDIR%%/user_preferences.php -%%GALLERYDIR%%/util.php -%%GALLERYDIR%%/view_album.php -%%GALLERYDIR%%/view_comments.php -%%GALLERYDIR%%/view_photo.php -%%GALLERYDIR%%/view_photo_properties.php -@dirrm %%GALLERYDIR%%/classes/database/mysql -@dirrm %%GALLERYDIR%%/classes/database -@dirrm %%GALLERYDIR%%/classes/gallery -@dirrm %%GALLERYDIR%%/classes/nuke5 -@dirrm %%GALLERYDIR%%/classes/postnuke -@dirrm %%GALLERYDIR%%/classes/postnuke0.7.1 -@dirrm %%GALLERYDIR%%/classes/remote -@dirrm %%GALLERYDIR%%/classes -@dirrm %%GALLERYDIR%%/errors -@dirrm %%GALLERYDIR%%/html -@dirrm %%GALLERYDIR%%/images -@dirrm %%GALLERYDIR%%/java -@dirrm %%GALLERYDIR%%/js -@dirrm %%GALLERYDIR%%/layout -@dirrm %%GALLERYDIR%%/platform -@dirrm %%GALLERYDIR%%/setup -%%PORTDOCS%%@dirrm share/doc/gallery -@unexec rmdir %D/%%GALLERYDIR%%/html_wrap 2>/dev/null || true -@unexec rmdir %D/%%GALLERYDIR%%/css 2>/dev/null || true -@unexec rmdir %D/%%GALLERYDIR%% 2>/dev/null || true diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile deleted file mode 100644 index 6a5cdd8ce90a..000000000000 --- a/www/gallery3/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: gallery -# Date created: 09 Sep 2001 -# Whom: Jamie Hermans <jamie@hermans.ca> -# -# $FreeBSD$ -# - -PORTNAME= gallery -PORTVERSION= 1.3.3 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= jamie@hermans.ca -COMMENT= Gallery is a slick web based photo album written using PHP - -RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ - jhead:${PORTSDIR}/graphics/jhead \ - unzip:${PORTSDIR}/archivers/unzip \ - ${LOCALBASE}/lib/php/System.php:${PORTSDIR}/www/mod_php4 - -WRKSRC= ${WRKDIR}/${PORTNAME} -NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -DOCFILES= AUTHORS ChangeLog README UPGRADING -EXCEPTFILES= ${DOCFILES} LICENSE.txt -CPIO= cpio --quiet -pdum -R -PLIST_SUB= GALLERYDIR=${GALLERYDIR} - -pre-fetch: -.if !defined(GALLERYDIR) - @${ECHO_MSG} "" - @${ECHO_MSG} "Define GALLERYDIR to override default of 'www/data/gallery'." - @${ECHO_MSG} "" -.endif - -GALLERYDIR?= www/data/gallery -WWWOWN?= www -WWWGRP?= www - -post-configure: - @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \ - -e 's#%%GALLERYDIR%%#${GALLERYDIR}#g' pkg-message > ${PKGMESSAGE} - -do-install: - @ ${MKDIR} -m 0755 ${PREFIX}/${GALLERYDIR} - @ cd ${WRKSRC} && find * -name \*.bat ${EXCEPTFILES:S/^/-o -name /} \ - -o -print | ${CPIO} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GALLERYDIR} - -post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} - @ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR} -.endif -.if !defined(BATCH) - @ ${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.mk> diff --git a/www/gallery3/distinfo b/www/gallery3/distinfo deleted file mode 100644 index a7324be26d0d..000000000000 --- a/www/gallery3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gallery-1.3.3.tar.gz) = 3929f61d08a39101149aab3f5946b98d diff --git a/www/gallery3/pkg-descr b/www/gallery3/pkg-descr deleted file mode 100644 index 870b282a7583..000000000000 --- a/www/gallery3/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Gallery is a slick web based photo album written using PHP. Easy to install -(it includes a config wizard), it provides users with the ability to create -and maintain their own albums in the album collection via an intuitive web -interface. Photo management includes automatic thumbnail creation, image -resizing, rotation, ordering, captioning, searching and more. Albums can -have read, write and caption permissions per individual authenticated user -for an additional level of privacy. - -WWW: http://gallery.sourceforge.net/ - -- Jamie -jamie@hermans.ca diff --git a/www/gallery3/pkg-message b/www/gallery3/pkg-message deleted file mode 100644 index 7b0efc8225b7..000000000000 --- a/www/gallery3/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ -***************************************************************** - - Please consider adding the following 3 lines to your httpd.conf - - <Directory %%PREFIX%%/%%GALLERYDIR%%> - AllowOverride Options FileInfo - </Directory> - - Then restart apache: 'apachectl graceful' - -***************************************************************** - - Please visit 'http://{host.domain}/gallery/' in a - web-browser and follow the configuration instructions. - -***************************************************************** diff --git a/www/gallery3/pkg-plist b/www/gallery3/pkg-plist deleted file mode 100644 index 1d4a76a8f830..000000000000 --- a/www/gallery3/pkg-plist +++ /dev/null @@ -1,180 +0,0 @@ -%%PORTDOCS%%share/doc/gallery/AUTHORS -%%PORTDOCS%%share/doc/gallery/ChangeLog -%%PORTDOCS%%share/doc/gallery/README -%%PORTDOCS%%share/doc/gallery/UPGRADING -%%GALLERYDIR%%/Version.php -%%GALLERYDIR%%/add_comment.php -%%GALLERYDIR%%/add_photos.php -%%GALLERYDIR%%/album_permissions.php -%%GALLERYDIR%%/albums.php -%%GALLERYDIR%%/captionator.php -%%GALLERYDIR%%/classes/Album.php -%%GALLERYDIR%%/classes/AlbumDB.php -%%GALLERYDIR%%/classes/AlbumItem.php -%%GALLERYDIR%%/classes/Comment.php -%%GALLERYDIR%%/classes/Database.php -%%GALLERYDIR%%/classes/EverybodyUser.php -%%GALLERYDIR%%/classes/Image.php -%%GALLERYDIR%%/classes/LoggedInUser.php -%%GALLERYDIR%%/classes/NobodyUser.php -%%GALLERYDIR%%/classes/User.php -%%GALLERYDIR%%/classes/UserDB.php -%%GALLERYDIR%%/classes/database/mysql/Database.php -%%GALLERYDIR%%/classes/gallery/User.php -%%GALLERYDIR%%/classes/gallery/UserDB.php -%%GALLERYDIR%%/classes/nuke5/AdminUser.php -%%GALLERYDIR%%/classes/nuke5/User.php -%%GALLERYDIR%%/classes/nuke5/UserDB.php -%%GALLERYDIR%%/classes/postnuke/User.php -%%GALLERYDIR%%/classes/postnuke/UserDB.php -%%GALLERYDIR%%/classes/postnuke0.7.1/User.php -%%GALLERYDIR%%/classes/postnuke0.7.1/UserDB.php -%%GALLERYDIR%%/classes/remote/GalleryRemoteProperties.php -%%GALLERYDIR%%/configure.sh -%%GALLERYDIR%%/create_user.php -%%GALLERYDIR%%/css/embedded_style.css.default -%%GALLERYDIR%%/css/standalone_style.css.default -%%GALLERYDIR%%/delete_album.php -%%GALLERYDIR%%/delete_photo.php -%%GALLERYDIR%%/delete_user.php -%%GALLERYDIR%%/do_command.php -%%GALLERYDIR%%/edit_appearance.php -%%GALLERYDIR%%/edit_caption.php -%%GALLERYDIR%%/edit_field.php -%%GALLERYDIR%%/edit_thumb.php -%%GALLERYDIR%%/errors/configmode.php -%%GALLERYDIR%%/errors/configure_help.php -%%GALLERYDIR%%/errors/configure_instructions.php -%%GALLERYDIR%%/errors/needinit.php -%%GALLERYDIR%%/errors/reconfigure.php -%%GALLERYDIR%%/errors/unconfigured.php -%%GALLERYDIR%%/gallery_remote.php -%%GALLERYDIR%%/gallery_remote2.php -%%GALLERYDIR%%/highlight_photo.php -%%GALLERYDIR%%/html/errorRow.inc -%%GALLERYDIR%%/html/userData.inc -%%GALLERYDIR%%/html_wrap/album.footer.default -%%GALLERYDIR%%/html_wrap/album.header.default -%%GALLERYDIR%%/html_wrap/gallery.footer.default -%%GALLERYDIR%%/html_wrap/gallery.header.default -%%GALLERYDIR%%/html_wrap/inline_albumthumb.footer.default -%%GALLERYDIR%%/html_wrap/inline_albumthumb.frame.default -%%GALLERYDIR%%/html_wrap/inline_albumthumb.header.default -%%GALLERYDIR%%/html_wrap/inline_gallerythumb.frame.default -%%GALLERYDIR%%/html_wrap/inline_moviethumb.frame.default -%%GALLERYDIR%%/html_wrap/inline_photo.footer.default -%%GALLERYDIR%%/html_wrap/inline_photo.header.default -%%GALLERYDIR%%/html_wrap/inline_photothumb.frame.default -%%GALLERYDIR%%/html_wrap/photo.footer.default -%%GALLERYDIR%%/html_wrap/photo.header.default -%%GALLERYDIR%%/html_wrap/search.footer.default -%%GALLERYDIR%%/html_wrap/search.header.default -%%GALLERYDIR%%/html_wrap/slideshow.footer.default -%%GALLERYDIR%%/html_wrap/slideshow.header.default -%%GALLERYDIR%%/html_wrap/wrapper.footer.default -%%GALLERYDIR%%/html_wrap/wrapper.header.default -%%GALLERYDIR%%/images/admin_delete.gif -%%GALLERYDIR%%/images/admin_hide.gif -%%GALLERYDIR%%/images/admin_highlight.gif -%%GALLERYDIR%%/images/admin_move.gif -%%GALLERYDIR%%/images/admin_rotate.gif -%%GALLERYDIR%%/images/admin_unhide.gif -%%GALLERYDIR%%/images/albumthumb_BB.gif -%%GALLERYDIR%%/images/albumthumb_BL.gif -%%GALLERYDIR%%/images/albumthumb_BR.gif -%%GALLERYDIR%%/images/albumthumb_RR.gif -%%GALLERYDIR%%/images/albumthumb_TR.gif -%%GALLERYDIR%%/images/computer.gif -%%GALLERYDIR%%/images/donate.jpg -%%GALLERYDIR%%/images/gallery-tag.png -%%GALLERYDIR%%/images/movie.thumb.jpg -%%GALLERYDIR%%/images/nav_dot.gif -%%GALLERYDIR%%/images/nav_dot_left.gif -%%GALLERYDIR%%/images/nav_dot_right.gif -%%GALLERYDIR%%/images/nav_first.gif -%%GALLERYDIR%%/images/nav_home.gif -%%GALLERYDIR%%/images/nav_last.gif -%%GALLERYDIR%%/images/nav_next.gif -%%GALLERYDIR%%/images/nav_page.gif -%%GALLERYDIR%%/images/nav_prev.gif -%%GALLERYDIR%%/images/pixel_trans.gif -%%GALLERYDIR%%/images/uploading.gif -%%GALLERYDIR%%/index.php -%%GALLERYDIR%%/init.php -%%GALLERYDIR%%/java/ImageTools.jar -%%GALLERYDIR%%/js/client_sniff.js -%%GALLERYDIR%%/layout/adminbox.inc -%%GALLERYDIR%%/layout/breadcrumb.inc -%%GALLERYDIR%%/layout/commentbox.inc -%%GALLERYDIR%%/layout/commentboxbottom.inc -%%GALLERYDIR%%/layout/commentboxtop.inc -%%GALLERYDIR%%/layout/commentdraw.inc -%%GALLERYDIR%%/layout/navigator.inc -%%GALLERYDIR%%/layout/navphoto.inc -%%GALLERYDIR%%/layout/searchdraw.inc -%%GALLERYDIR%%/login.php -%%GALLERYDIR%%/manage_users.php -%%GALLERYDIR%%/modify_user.php -%%GALLERYDIR%%/move_album.php -%%GALLERYDIR%%/move_photo.php -%%GALLERYDIR%%/platform/fs_unix.php -%%GALLERYDIR%%/platform/fs_win32.php -%%GALLERYDIR%%/progress_uploading.php -%%GALLERYDIR%%/publish_xp.php -%%GALLERYDIR%%/publish_xp_docs.php -%%GALLERYDIR%%/rename_album.php -%%GALLERYDIR%%/resize_photo.php -%%GALLERYDIR%%/rotate_photo.php -%%GALLERYDIR%%/save_photos.php -%%GALLERYDIR%%/search.php -%%GALLERYDIR%%/secure.sh -%%GALLERYDIR%%/session.php -%%GALLERYDIR%%/setup/.htaccess -%%GALLERYDIR%%/setup/check_imagemagick.php -%%GALLERYDIR%%/setup/check.inc -%%GALLERYDIR%%/setup/check_netpbm.php -%%GALLERYDIR%%/setup/config_data.inc -%%GALLERYDIR%%/setup/confirm.inc -%%GALLERYDIR%%/setup/constants.inc -%%GALLERYDIR%%/setup/defaults.inc -%%GALLERYDIR%%/setup/diagnostics.php -%%GALLERYDIR%%/setup/functions.inc -%%GALLERYDIR%%/setup/gpl.txt -%%GALLERYDIR%%/setup/index.php -%%GALLERYDIR%%/setup/init.php -%%GALLERYDIR%%/setup/mod_rewrite.template -%%GALLERYDIR%%/setup/php_value.template -%%GALLERYDIR%%/setup/php_value_ok.php -%%GALLERYDIR%%/setup/phpinfo.php -%%GALLERYDIR%%/setup/session_test.php -%%GALLERYDIR%%/setup/write.inc -%%GALLERYDIR%%/slideshow.php -%%GALLERYDIR%%/slideshow_low.php -%%GALLERYDIR%%/sort_album.php -%%GALLERYDIR%%/upgrade_album.php -%%GALLERYDIR%%/user_preferences.php -%%GALLERYDIR%%/util.php -%%GALLERYDIR%%/view_album.php -%%GALLERYDIR%%/view_comments.php -%%GALLERYDIR%%/view_photo.php -%%GALLERYDIR%%/view_photo_properties.php -@dirrm %%GALLERYDIR%%/classes/database/mysql -@dirrm %%GALLERYDIR%%/classes/database -@dirrm %%GALLERYDIR%%/classes/gallery -@dirrm %%GALLERYDIR%%/classes/nuke5 -@dirrm %%GALLERYDIR%%/classes/postnuke -@dirrm %%GALLERYDIR%%/classes/postnuke0.7.1 -@dirrm %%GALLERYDIR%%/classes/remote -@dirrm %%GALLERYDIR%%/classes -@dirrm %%GALLERYDIR%%/errors -@dirrm %%GALLERYDIR%%/html -@dirrm %%GALLERYDIR%%/images -@dirrm %%GALLERYDIR%%/java -@dirrm %%GALLERYDIR%%/js -@dirrm %%GALLERYDIR%%/layout -@dirrm %%GALLERYDIR%%/platform -@dirrm %%GALLERYDIR%%/setup -%%PORTDOCS%%@dirrm share/doc/gallery -@unexec rmdir %D/%%GALLERYDIR%%/html_wrap 2>/dev/null || true -@unexec rmdir %D/%%GALLERYDIR%%/css 2>/dev/null || true -@unexec rmdir %D/%%GALLERYDIR%% 2>/dev/null || true diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile deleted file mode 100644 index 97f1b9682c09..000000000000 --- a/www/gtkhtml3/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: gtkhtml -# Date created: 2nd June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkhtml -PORTVERSION= 1.1.8 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight HTML rendering/printing/editing engine - -LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes -CONFIGURE_ARGS= --with-gconf=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -VERSION= ${PORTNAME}-${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/libdata/pkgconfig/soup.pc) || !defined(WITHOUT_SOUP) -LIB_DEPENDS+= soup.6:${PORTSDIR}/devel/soup -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -post-configure: - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%VERSION%%|${VERSION}|g' ${FILESDIR}/gtkhtmlConf.sh \ - > ${WRKSRC}/gtkhtmlConf.sh - -post-install: - ${INSTALL_DATA} ${WRKSRC}/gtkhtmlConf.sh \ - ${PREFIX}/etc/gtkhtmlConf.sh - -.include <bsd.port.post.mk> diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo deleted file mode 100644 index 2d04d6661dc7..000000000000 --- a/www/gtkhtml3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome/gtkhtml-1.1.8.tar.bz2) = ea64ac887b834573d4ee6279926ba245 diff --git a/www/gtkhtml3/files/gtkhtmlConf.sh b/www/gtkhtml3/files/gtkhtmlConf.sh deleted file mode 100644 index 0aec8fc497b8..000000000000 --- a/www/gtkhtml3/files/gtkhtmlConf.sh +++ /dev/null @@ -1,5 +0,0 @@ -GTKHTML_LIBDIR="-L%%PREFIX%%/lib" -GTKHTML_LIBS=" -L%%PREFIX%%/lib -lgtkhtml-1.1 -Wl,-E -L%%X11BASE%%/lib -L%%LOCALBASE%%/lib -lgal -lgnomeprint -lfreetype -lglade-gnome -lglade -lxml -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm -lgnomecanvaspixbuf -liconv -Wl,-E -L%%X11BASE%%/lib -L%%LOCALBASE%%/lib -lgconf-gtk-1 -lgconf-1 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm" -GTKHTML_INCLUDEDIR="-I%%PREFIX%%/include -I%%PREFIX%%/include/gtkhtml-1.1 -I%%X11BASE%%/include/gdk-pixbuf-1.0 -I%%X11BASE%%/include/gtk12 -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include -I%%X11BASE%%/include -I%%X11BASE%%/include/gnome-1.0 -I%%LOCALBASE%%/include/freetype2 -DNEED_GNOMESUPPORT_H -I%%X11BASE%%/lib/gnome-libs/include -I%%LOCALBASE%%/include/gnome-xml -I%%X11BASE%%/include/libglade-1.0 -I%%X11BASE%%/include/gconf/1 -I%%X11BASE%%/include -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include/orbit-1.0 -I%%LOCALBASE%%/include -I%%X11BASE%%/include/gtk12 -DGTKHTML_HAVE_GCONF" -GTKHTML_DATADIR="%%PREFIX%%/share/gnome" -MODULE_VERSION="%%VERSION%%" diff --git a/www/gtkhtml3/files/patch-ad b/www/gtkhtml3/files/patch-ad deleted file mode 100644 index 863d79c3bdf9..000000000000 --- a/www/gtkhtml3/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtkhtml.c.orig Wed Sep 4 20:00:35 2002 -+++ src/gtkhtml.c Wed Sep 18 21:40:55 2002 -@@ -4353,7 +4353,7 @@ - { - gchar *rcfile; - -- rcfile = g_strconcat ((from_share ? PREFIX "/share/gtkhtml-" GTKHTML_RELEASE "/" : gnome_util_user_home ()), -+ rcfile = g_strconcat ((from_share ? PREFIX "/share/gnome/gtkhtml-" GTKHTML_RELEASE "/" : gnome_util_user_home ()), - (from_share ? "" : "/.gnome/"), name, NULL); - - if (g_file_test (rcfile, G_FILE_TEST_ISFILE)) diff --git a/www/gtkhtml3/files/patch-af b/www/gtkhtml3/files/patch-af deleted file mode 100644 index f6bf8a431549..000000000000 --- a/www/gtkhtml3/files/patch-af +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Mon Oct 7 15:12:16 2002 -+++ configure Sat Oct 12 20:42:50 2002 -@@ -7679,6 +7679,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10215,7 +10216,7 @@ - - if test "x$enable_xim" = "xyes"; then - BACKUP_LDFLAGS=$LDFLAGS -- LDFLAGS="$LDFLAGS `gtk-config --libs`" -+ LDFLAGS="$LDFLAGS `$GTK_CONFIG --libs`" - echo "$as_me:$LINENO: checking for gdk_im_begin" >&5 - echo $ECHO_N "checking for gdk_im_begin... $ECHO_C" >&6 - if test "${ac_cv_func_gdk_im_begin+set}" = set; then diff --git a/www/gtkhtml3/files/patch-components::http-storage-module::Makefile.in b/www/gtkhtml3/files/patch-components::http-storage-module::Makefile.in deleted file mode 100644 index 6f238102e76a..000000000000 --- a/www/gtkhtml3/files/patch-components::http-storage-module::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- components/http-storage-module/Makefile.in 2002/01/22 14:05:48 1.1 -+++ components/http-storage-module/Makefile.in 2002/01/22 14:06:05 -@@ -154,7 +154,7 @@ - INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" -I$(includedir) $(EXTRA_GNOME_CFLAGS) - - --common_ldflags = -avoid-version -+common_ldflags = -avoid-version -module - - bonobo_plugindir = $(PLUGIN_DIR) - bonobo_plugin_LTLIBRARIES = libstorage_http.la diff --git a/www/gtkhtml3/files/patch-doc::Makefile.in b/www/gtkhtml3/files/patch-doc::Makefile.in deleted file mode 100644 index 575490af80ea..000000000000 --- a/www/gtkhtml3/files/patch-doc::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/Makefile.in 2002/05/01 09:15:00 1.1 -+++ doc/Makefile.in 2002/05/01 09:16:10 -@@ -151,7 +151,7 @@ - CFLAGS = @CFLAGS@ $(EXTRA_GNOME_CFLAGS) - LDFLAGS = @LDFLAGS@ $(EXTRA_GNOME_LIBS) - --HTML_DIR = $(datadir)/html -+HTML_DIR = $(prefix)/share/doc/gtkhtml - - TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) - diff --git a/www/gtkhtml3/files/patch-po::Makefile.in.in b/www/gtkhtml3/files/patch-po::Makefile.in.in deleted file mode 100644 index 42f683d3e699..000000000000 --- a/www/gtkhtml3/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/03/25 14:35:10 1.1 -+++ po/Makefile.in.in 2002/03/25 14:35:35 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/www/gtkhtml3/pkg-descr b/www/gtkhtml3/pkg-descr deleted file mode 100644 index abb1b154d544..000000000000 --- a/www/gtkhtml3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is GtkHTML, a lightweight HTML rendering/printing/editing engine. -It was originally based on KHTMLW, but is now being developed -independently. - -WWW: http://www.gnome.org/ diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist deleted file mode 100644 index e011376209c6..000000000000 --- a/www/gtkhtml3/pkg-plist +++ /dev/null @@ -1,201 +0,0 @@ -bin/ebrowser -bin/gnome-gtkhtml-editor-1.1 -bin/gtkhtml-properties-capplet -etc/gtkhtmlConf.sh -include/gtkhtml-1.1/gtkhtml/gtkhtml-compat.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-embedded.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-enums.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-im.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-keybinding.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-private.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-properties.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-propmanager.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-search.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-stream.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-types.h -include/gtkhtml-1.1/gtkhtml/gtkhtml.h -include/gtkhtml-1.1/gtkhtml/gtkhtmldebug.h -include/gtkhtml-1.1/gtkhtml/gtkhtmlfontstyle.h -include/gtkhtml-1.1/gtkhtml/htmlanchor.h -include/gtkhtml-1.1/gtkhtml/htmlbutton.h -include/gtkhtml-1.1/gtkhtml/htmlcheckbox.h -include/gtkhtml-1.1/gtkhtml/htmlclue.h -include/gtkhtml-1.1/gtkhtml/htmlcluealigned.h -include/gtkhtml-1.1/gtkhtml/htmlclueflow.h -include/gtkhtml-1.1/gtkhtml/htmlclueh.h -include/gtkhtml-1.1/gtkhtml/htmlcluev.h -include/gtkhtml-1.1/gtkhtml/htmlcolor.h -include/gtkhtml-1.1/gtkhtml/htmlcolorset.h -include/gtkhtml-1.1/gtkhtml/htmlcursor.h -include/gtkhtml-1.1/gtkhtml/htmldrawqueue.h -include/gtkhtml-1.1/gtkhtml/htmlembedded.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-clueflowstyle.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-cursor.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-cut-and-paste.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-fontstyle.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-images.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-movement.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-rule.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-selection-updater.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-table.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-tablecell.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-text.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit.h -include/gtkhtml-1.1/gtkhtml/htmlengine-print.h -include/gtkhtml-1.1/gtkhtml/htmlengine-save.h -include/gtkhtml-1.1/gtkhtml/htmlengine-search.h -include/gtkhtml-1.1/gtkhtml/htmlengine.h -include/gtkhtml-1.1/gtkhtml/htmlentity.h -include/gtkhtml-1.1/gtkhtml/htmlenums.h -include/gtkhtml-1.1/gtkhtml/htmlenumutils.h -include/gtkhtml-1.1/gtkhtml/htmlfontmanager.h -include/gtkhtml-1.1/gtkhtml/htmlform.h -include/gtkhtml-1.1/gtkhtml/htmlframe.h -include/gtkhtml-1.1/gtkhtml/htmlframeset.h -include/gtkhtml-1.1/gtkhtml/htmlgdkpainter.h -include/gtkhtml-1.1/gtkhtml/htmlhidden.h -include/gtkhtml-1.1/gtkhtml/htmlhspace.h -include/gtkhtml-1.1/gtkhtml/htmliframe.h -include/gtkhtml-1.1/gtkhtml/htmlimage.h -include/gtkhtml-1.1/gtkhtml/htmlimageinput.h -include/gtkhtml-1.1/gtkhtml/htmlinterval.h -include/gtkhtml-1.1/gtkhtml/htmllinktext.h -include/gtkhtml-1.1/gtkhtml/htmllist.h -include/gtkhtml-1.1/gtkhtml/htmlmap.h -include/gtkhtml-1.1/gtkhtml/htmlobject.h -include/gtkhtml-1.1/gtkhtml/htmlpainter.h -include/gtkhtml-1.1/gtkhtml/htmlplainpainter.h -include/gtkhtml-1.1/gtkhtml/htmlprinter.h -include/gtkhtml-1.1/gtkhtml/htmlradio.h -include/gtkhtml-1.1/gtkhtml/htmlreplace.h -include/gtkhtml-1.1/gtkhtml/htmlrule.h -include/gtkhtml-1.1/gtkhtml/htmlsearch.h -include/gtkhtml-1.1/gtkhtml/htmlselect.h -include/gtkhtml-1.1/gtkhtml/htmlselection.h -include/gtkhtml-1.1/gtkhtml/htmlsettings.h -include/gtkhtml-1.1/gtkhtml/htmlshape.h -include/gtkhtml-1.1/gtkhtml/htmlstack.h -include/gtkhtml-1.1/gtkhtml/htmlstringtokenizer.h -include/gtkhtml-1.1/gtkhtml/htmltable.h -include/gtkhtml-1.1/gtkhtml/htmltablecell.h -include/gtkhtml-1.1/gtkhtml/htmltablepriv.h -include/gtkhtml-1.1/gtkhtml/htmltext.h -include/gtkhtml-1.1/gtkhtml/htmltextarea.h -include/gtkhtml-1.1/gtkhtml/htmltextinput.h -include/gtkhtml-1.1/gtkhtml/htmltextslave.h -include/gtkhtml-1.1/gtkhtml/htmltokenizer.h -include/gtkhtml-1.1/gtkhtml/htmltype.h -include/gtkhtml-1.1/gtkhtml/htmltypes.h -include/gtkhtml-1.1/gtkhtml/htmlundo-action.h -include/gtkhtml-1.1/gtkhtml/htmlundo.h -include/gtkhtml-1.1/gtkhtml/htmlvspace.h -lib/bonobo/plugin/libstorage_http.so -lib/libgtkhtml-1.1.so.3 -lib/libgtkhtml-1.1.a -lib/libgtkhtml-1.1.so -libdata/pkgconfig/gtkhtml-1.1.pc -share/doc/gtkhtml/gtkhtml-decl.txt -share/doc/gtkhtml/gtkhtml-sections.txt -share/doc/gtkhtml/gtkhtml.hierarchy -share/doc/gtkhtml/gtkhtml.sgml -share/doc/gtkhtml/gtkhtml.types -share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop -share/gnome/control-center/Documents/gtkhtml-properties.desktop -share/gnome/gtkhtml-1.1/Editor.idl -share/gnome/gtkhtml-1.1/gtkhtml-capplet.glade -share/gnome/gtkhtml-1.1/gtkhtml-editor-properties.glade -share/gnome/gtkhtml-1.1/icons/16_copy.png -share/gnome/gtkhtml-1.1/icons/16_cut.png -share/gnome/gtkhtml-1.1/icons/16_paste.png -share/gnome/gtkhtml-1.1/icons/24_copy.png -share/gnome/gtkhtml-1.1/icons/24_cut.png -share/gnome/gtkhtml-1.1/icons/24_paste.png -share/gnome/gtkhtml-1.1/icons/bulb.png -share/gnome/gtkhtml-1.1/icons/empty_image.png -share/gnome/gtkhtml-1.1/icons/flowers.png -share/gnome/gtkhtml-1.1/icons/html-viewer.png -share/gnome/gtkhtml-1.1/icons/insert-image-16.png -share/gnome/gtkhtml-1.1/icons/insert-image-24.png -share/gnome/gtkhtml-1.1/icons/insert-link-16.png -share/gnome/gtkhtml-1.1/icons/insert-link-24.png -share/gnome/gtkhtml-1.1/icons/insert-object-16.png -share/gnome/gtkhtml-1.1/icons/insert-object-24.png -share/gnome/gtkhtml-1.1/icons/insert-rule-16.png -share/gnome/gtkhtml-1.1/icons/insert-rule-24.png -share/gnome/gtkhtml-1.1/icons/insert-table-16.png -share/gnome/gtkhtml-1.1/icons/insert-table-24.png -share/gnome/gtkhtml-1.1/icons/paper.png -share/gnome/gtkhtml-1.1/icons/properties-16.png -share/gnome/gtkhtml-1.1/icons/rect.png -share/gnome/gtkhtml-1.1/icons/redo-16.png -share/gnome/gtkhtml-1.1/icons/redo-24.png -share/gnome/gtkhtml-1.1/icons/rule-blue-center.png -share/gnome/gtkhtml-1.1/icons/rule-blue-left.png -share/gnome/gtkhtml-1.1/icons/rule-blue-right.png -share/gnome/gtkhtml-1.1/icons/rule-yellow-flowers-center.png -share/gnome/gtkhtml-1.1/icons/rule-yellow-flowers-left.png -share/gnome/gtkhtml-1.1/icons/rule-yellow-flowers-right.png -share/gnome/gtkhtml-1.1/icons/search-16.png -share/gnome/gtkhtml-1.1/icons/search-24.png -share/gnome/gtkhtml-1.1/icons/search-and-replace-16.png -share/gnome/gtkhtml-1.1/icons/search-and-replace-24.png -share/gnome/gtkhtml-1.1/icons/smiley-1.png -share/gnome/gtkhtml-1.1/icons/smiley-10.png -share/gnome/gtkhtml-1.1/icons/smiley-11.png -share/gnome/gtkhtml-1.1/icons/smiley-2.png -share/gnome/gtkhtml-1.1/icons/smiley-3.png -share/gnome/gtkhtml-1.1/icons/smiley-4.png -share/gnome/gtkhtml-1.1/icons/smiley-5.png -share/gnome/gtkhtml-1.1/icons/smiley-6.png -share/gnome/gtkhtml-1.1/icons/smiley-8.png -share/gnome/gtkhtml-1.1/icons/smiley-9.png -share/gnome/gtkhtml-1.1/icons/texture.png -share/gnome/gtkhtml-1.1/icons/transparent.png -share/gnome/gtkhtml-1.1/icons/undo-16.png -share/gnome/gtkhtml-1.1/icons/undo-24.png -share/gnome/gtkhtml-1.1/keybindingsrc.emacs -share/gnome/gtkhtml-1.1/keybindingsrc.ms -share/gnome/gtkhtml-1.1/keybindingsrc.xemacs -share/gnome/oaf/GNOME_GtkHTML_EBrowser.oaf -share/gnome/oaf/GNOME_GtkHTML_Editor.oaf -share/gnome/ui/GNOME_GtkHTML_Editor.xml -share/locale/az/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/ca/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/cs/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/da/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/de/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/el/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/es/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/et/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/eu/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/fi/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/fr/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/gl/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/hu/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/it/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/ja/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/ko/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/lt/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/lv/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/ms/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/nl/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/nn/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/no/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/pl/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/pt/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/pt_BR/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/ru/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/sk/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/sl/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/sv/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/tr/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/uk/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/vi/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/zh_CN/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/zh_TW/LC_MESSAGES/gtkhtml-1.1.mo -@dirrm share/gnome/gtkhtml-1.1/icons -@dirrm share/gnome/gtkhtml-1.1 -@dirrm share/doc/gtkhtml/gtkhtml -@dirrm share/doc/gtkhtml -@dirrm include/gtkhtml-1.1/gtkhtml -@dirrm include/gtkhtml-1.1 diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile deleted file mode 100644 index 97f1b9682c09..000000000000 --- a/www/gtkhtml38/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: gtkhtml -# Date created: 2nd June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkhtml -PORTVERSION= 1.1.8 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight HTML rendering/printing/editing engine - -LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes -CONFIGURE_ARGS= --with-gconf=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -VERSION= ${PORTNAME}-${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/libdata/pkgconfig/soup.pc) || !defined(WITHOUT_SOUP) -LIB_DEPENDS+= soup.6:${PORTSDIR}/devel/soup -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -post-configure: - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%VERSION%%|${VERSION}|g' ${FILESDIR}/gtkhtmlConf.sh \ - > ${WRKSRC}/gtkhtmlConf.sh - -post-install: - ${INSTALL_DATA} ${WRKSRC}/gtkhtmlConf.sh \ - ${PREFIX}/etc/gtkhtmlConf.sh - -.include <bsd.port.post.mk> diff --git a/www/gtkhtml38/distinfo b/www/gtkhtml38/distinfo deleted file mode 100644 index 2d04d6661dc7..000000000000 --- a/www/gtkhtml38/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome/gtkhtml-1.1.8.tar.bz2) = ea64ac887b834573d4ee6279926ba245 diff --git a/www/gtkhtml38/files/gtkhtmlConf.sh b/www/gtkhtml38/files/gtkhtmlConf.sh deleted file mode 100644 index 0aec8fc497b8..000000000000 --- a/www/gtkhtml38/files/gtkhtmlConf.sh +++ /dev/null @@ -1,5 +0,0 @@ -GTKHTML_LIBDIR="-L%%PREFIX%%/lib" -GTKHTML_LIBS=" -L%%PREFIX%%/lib -lgtkhtml-1.1 -Wl,-E -L%%X11BASE%%/lib -L%%LOCALBASE%%/lib -lgal -lgnomeprint -lfreetype -lglade-gnome -lglade -lxml -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm -lgnomecanvaspixbuf -liconv -Wl,-E -L%%X11BASE%%/lib -L%%LOCALBASE%%/lib -lgconf-gtk-1 -lgconf-1 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm" -GTKHTML_INCLUDEDIR="-I%%PREFIX%%/include -I%%PREFIX%%/include/gtkhtml-1.1 -I%%X11BASE%%/include/gdk-pixbuf-1.0 -I%%X11BASE%%/include/gtk12 -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include -I%%X11BASE%%/include -I%%X11BASE%%/include/gnome-1.0 -I%%LOCALBASE%%/include/freetype2 -DNEED_GNOMESUPPORT_H -I%%X11BASE%%/lib/gnome-libs/include -I%%LOCALBASE%%/include/gnome-xml -I%%X11BASE%%/include/libglade-1.0 -I%%X11BASE%%/include/gconf/1 -I%%X11BASE%%/include -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include/orbit-1.0 -I%%LOCALBASE%%/include -I%%X11BASE%%/include/gtk12 -DGTKHTML_HAVE_GCONF" -GTKHTML_DATADIR="%%PREFIX%%/share/gnome" -MODULE_VERSION="%%VERSION%%" diff --git a/www/gtkhtml38/files/patch-ad b/www/gtkhtml38/files/patch-ad deleted file mode 100644 index 863d79c3bdf9..000000000000 --- a/www/gtkhtml38/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtkhtml.c.orig Wed Sep 4 20:00:35 2002 -+++ src/gtkhtml.c Wed Sep 18 21:40:55 2002 -@@ -4353,7 +4353,7 @@ - { - gchar *rcfile; - -- rcfile = g_strconcat ((from_share ? PREFIX "/share/gtkhtml-" GTKHTML_RELEASE "/" : gnome_util_user_home ()), -+ rcfile = g_strconcat ((from_share ? PREFIX "/share/gnome/gtkhtml-" GTKHTML_RELEASE "/" : gnome_util_user_home ()), - (from_share ? "" : "/.gnome/"), name, NULL); - - if (g_file_test (rcfile, G_FILE_TEST_ISFILE)) diff --git a/www/gtkhtml38/files/patch-af b/www/gtkhtml38/files/patch-af deleted file mode 100644 index f6bf8a431549..000000000000 --- a/www/gtkhtml38/files/patch-af +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Mon Oct 7 15:12:16 2002 -+++ configure Sat Oct 12 20:42:50 2002 -@@ -7679,6 +7679,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10215,7 +10216,7 @@ - - if test "x$enable_xim" = "xyes"; then - BACKUP_LDFLAGS=$LDFLAGS -- LDFLAGS="$LDFLAGS `gtk-config --libs`" -+ LDFLAGS="$LDFLAGS `$GTK_CONFIG --libs`" - echo "$as_me:$LINENO: checking for gdk_im_begin" >&5 - echo $ECHO_N "checking for gdk_im_begin... $ECHO_C" >&6 - if test "${ac_cv_func_gdk_im_begin+set}" = set; then diff --git a/www/gtkhtml38/files/patch-components::http-storage-module::Makefile.in b/www/gtkhtml38/files/patch-components::http-storage-module::Makefile.in deleted file mode 100644 index 6f238102e76a..000000000000 --- a/www/gtkhtml38/files/patch-components::http-storage-module::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- components/http-storage-module/Makefile.in 2002/01/22 14:05:48 1.1 -+++ components/http-storage-module/Makefile.in 2002/01/22 14:06:05 -@@ -154,7 +154,7 @@ - INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" -I$(includedir) $(EXTRA_GNOME_CFLAGS) - - --common_ldflags = -avoid-version -+common_ldflags = -avoid-version -module - - bonobo_plugindir = $(PLUGIN_DIR) - bonobo_plugin_LTLIBRARIES = libstorage_http.la diff --git a/www/gtkhtml38/files/patch-doc::Makefile.in b/www/gtkhtml38/files/patch-doc::Makefile.in deleted file mode 100644 index 575490af80ea..000000000000 --- a/www/gtkhtml38/files/patch-doc::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/Makefile.in 2002/05/01 09:15:00 1.1 -+++ doc/Makefile.in 2002/05/01 09:16:10 -@@ -151,7 +151,7 @@ - CFLAGS = @CFLAGS@ $(EXTRA_GNOME_CFLAGS) - LDFLAGS = @LDFLAGS@ $(EXTRA_GNOME_LIBS) - --HTML_DIR = $(datadir)/html -+HTML_DIR = $(prefix)/share/doc/gtkhtml - - TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) - diff --git a/www/gtkhtml38/files/patch-po::Makefile.in.in b/www/gtkhtml38/files/patch-po::Makefile.in.in deleted file mode 100644 index 42f683d3e699..000000000000 --- a/www/gtkhtml38/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/03/25 14:35:10 1.1 -+++ po/Makefile.in.in 2002/03/25 14:35:35 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/www/gtkhtml38/pkg-descr b/www/gtkhtml38/pkg-descr deleted file mode 100644 index abb1b154d544..000000000000 --- a/www/gtkhtml38/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is GtkHTML, a lightweight HTML rendering/printing/editing engine. -It was originally based on KHTMLW, but is now being developed -independently. - -WWW: http://www.gnome.org/ diff --git a/www/gtkhtml38/pkg-plist b/www/gtkhtml38/pkg-plist deleted file mode 100644 index e011376209c6..000000000000 --- a/www/gtkhtml38/pkg-plist +++ /dev/null @@ -1,201 +0,0 @@ -bin/ebrowser -bin/gnome-gtkhtml-editor-1.1 -bin/gtkhtml-properties-capplet -etc/gtkhtmlConf.sh -include/gtkhtml-1.1/gtkhtml/gtkhtml-compat.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-embedded.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-enums.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-im.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-keybinding.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-private.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-properties.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-propmanager.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-search.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-stream.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-types.h -include/gtkhtml-1.1/gtkhtml/gtkhtml.h -include/gtkhtml-1.1/gtkhtml/gtkhtmldebug.h -include/gtkhtml-1.1/gtkhtml/gtkhtmlfontstyle.h -include/gtkhtml-1.1/gtkhtml/htmlanchor.h -include/gtkhtml-1.1/gtkhtml/htmlbutton.h -include/gtkhtml-1.1/gtkhtml/htmlcheckbox.h -include/gtkhtml-1.1/gtkhtml/htmlclue.h -include/gtkhtml-1.1/gtkhtml/htmlcluealigned.h -include/gtkhtml-1.1/gtkhtml/htmlclueflow.h -include/gtkhtml-1.1/gtkhtml/htmlclueh.h -include/gtkhtml-1.1/gtkhtml/htmlcluev.h -include/gtkhtml-1.1/gtkhtml/htmlcolor.h -include/gtkhtml-1.1/gtkhtml/htmlcolorset.h -include/gtkhtml-1.1/gtkhtml/htmlcursor.h -include/gtkhtml-1.1/gtkhtml/htmldrawqueue.h -include/gtkhtml-1.1/gtkhtml/htmlembedded.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-clueflowstyle.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-cursor.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-cut-and-paste.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-fontstyle.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-images.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-movement.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-rule.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-selection-updater.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-table.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-tablecell.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-text.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit.h -include/gtkhtml-1.1/gtkhtml/htmlengine-print.h -include/gtkhtml-1.1/gtkhtml/htmlengine-save.h -include/gtkhtml-1.1/gtkhtml/htmlengine-search.h -include/gtkhtml-1.1/gtkhtml/htmlengine.h -include/gtkhtml-1.1/gtkhtml/htmlentity.h -include/gtkhtml-1.1/gtkhtml/htmlenums.h -include/gtkhtml-1.1/gtkhtml/htmlenumutils.h -include/gtkhtml-1.1/gtkhtml/htmlfontmanager.h -include/gtkhtml-1.1/gtkhtml/htmlform.h -include/gtkhtml-1.1/gtkhtml/htmlframe.h -include/gtkhtml-1.1/gtkhtml/htmlframeset.h -include/gtkhtml-1.1/gtkhtml/htmlgdkpainter.h -include/gtkhtml-1.1/gtkhtml/htmlhidden.h -include/gtkhtml-1.1/gtkhtml/htmlhspace.h -include/gtkhtml-1.1/gtkhtml/htmliframe.h -include/gtkhtml-1.1/gtkhtml/htmlimage.h -include/gtkhtml-1.1/gtkhtml/htmlimageinput.h -include/gtkhtml-1.1/gtkhtml/htmlinterval.h -include/gtkhtml-1.1/gtkhtml/htmllinktext.h -include/gtkhtml-1.1/gtkhtml/htmllist.h -include/gtkhtml-1.1/gtkhtml/htmlmap.h -include/gtkhtml-1.1/gtkhtml/htmlobject.h -include/gtkhtml-1.1/gtkhtml/htmlpainter.h -include/gtkhtml-1.1/gtkhtml/htmlplainpainter.h -include/gtkhtml-1.1/gtkhtml/htmlprinter.h -include/gtkhtml-1.1/gtkhtml/htmlradio.h -include/gtkhtml-1.1/gtkhtml/htmlreplace.h -include/gtkhtml-1.1/gtkhtml/htmlrule.h -include/gtkhtml-1.1/gtkhtml/htmlsearch.h -include/gtkhtml-1.1/gtkhtml/htmlselect.h -include/gtkhtml-1.1/gtkhtml/htmlselection.h -include/gtkhtml-1.1/gtkhtml/htmlsettings.h -include/gtkhtml-1.1/gtkhtml/htmlshape.h -include/gtkhtml-1.1/gtkhtml/htmlstack.h -include/gtkhtml-1.1/gtkhtml/htmlstringtokenizer.h -include/gtkhtml-1.1/gtkhtml/htmltable.h -include/gtkhtml-1.1/gtkhtml/htmltablecell.h -include/gtkhtml-1.1/gtkhtml/htmltablepriv.h -include/gtkhtml-1.1/gtkhtml/htmltext.h -include/gtkhtml-1.1/gtkhtml/htmltextarea.h -include/gtkhtml-1.1/gtkhtml/htmltextinput.h -include/gtkhtml-1.1/gtkhtml/htmltextslave.h -include/gtkhtml-1.1/gtkhtml/htmltokenizer.h -include/gtkhtml-1.1/gtkhtml/htmltype.h -include/gtkhtml-1.1/gtkhtml/htmltypes.h -include/gtkhtml-1.1/gtkhtml/htmlundo-action.h -include/gtkhtml-1.1/gtkhtml/htmlundo.h -include/gtkhtml-1.1/gtkhtml/htmlvspace.h -lib/bonobo/plugin/libstorage_http.so -lib/libgtkhtml-1.1.so.3 -lib/libgtkhtml-1.1.a -lib/libgtkhtml-1.1.so -libdata/pkgconfig/gtkhtml-1.1.pc -share/doc/gtkhtml/gtkhtml-decl.txt -share/doc/gtkhtml/gtkhtml-sections.txt -share/doc/gtkhtml/gtkhtml.hierarchy -share/doc/gtkhtml/gtkhtml.sgml -share/doc/gtkhtml/gtkhtml.types -share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop -share/gnome/control-center/Documents/gtkhtml-properties.desktop -share/gnome/gtkhtml-1.1/Editor.idl -share/gnome/gtkhtml-1.1/gtkhtml-capplet.glade -share/gnome/gtkhtml-1.1/gtkhtml-editor-properties.glade -share/gnome/gtkhtml-1.1/icons/16_copy.png -share/gnome/gtkhtml-1.1/icons/16_cut.png -share/gnome/gtkhtml-1.1/icons/16_paste.png -share/gnome/gtkhtml-1.1/icons/24_copy.png -share/gnome/gtkhtml-1.1/icons/24_cut.png -share/gnome/gtkhtml-1.1/icons/24_paste.png -share/gnome/gtkhtml-1.1/icons/bulb.png -share/gnome/gtkhtml-1.1/icons/empty_image.png -share/gnome/gtkhtml-1.1/icons/flowers.png -share/gnome/gtkhtml-1.1/icons/html-viewer.png -share/gnome/gtkhtml-1.1/icons/insert-image-16.png -share/gnome/gtkhtml-1.1/icons/insert-image-24.png -share/gnome/gtkhtml-1.1/icons/insert-link-16.png -share/gnome/gtkhtml-1.1/icons/insert-link-24.png -share/gnome/gtkhtml-1.1/icons/insert-object-16.png -share/gnome/gtkhtml-1.1/icons/insert-object-24.png -share/gnome/gtkhtml-1.1/icons/insert-rule-16.png -share/gnome/gtkhtml-1.1/icons/insert-rule-24.png -share/gnome/gtkhtml-1.1/icons/insert-table-16.png -share/gnome/gtkhtml-1.1/icons/insert-table-24.png -share/gnome/gtkhtml-1.1/icons/paper.png -share/gnome/gtkhtml-1.1/icons/properties-16.png -share/gnome/gtkhtml-1.1/icons/rect.png -share/gnome/gtkhtml-1.1/icons/redo-16.png -share/gnome/gtkhtml-1.1/icons/redo-24.png -share/gnome/gtkhtml-1.1/icons/rule-blue-center.png -share/gnome/gtkhtml-1.1/icons/rule-blue-left.png -share/gnome/gtkhtml-1.1/icons/rule-blue-right.png -share/gnome/gtkhtml-1.1/icons/rule-yellow-flowers-center.png -share/gnome/gtkhtml-1.1/icons/rule-yellow-flowers-left.png -share/gnome/gtkhtml-1.1/icons/rule-yellow-flowers-right.png -share/gnome/gtkhtml-1.1/icons/search-16.png -share/gnome/gtkhtml-1.1/icons/search-24.png -share/gnome/gtkhtml-1.1/icons/search-and-replace-16.png -share/gnome/gtkhtml-1.1/icons/search-and-replace-24.png -share/gnome/gtkhtml-1.1/icons/smiley-1.png -share/gnome/gtkhtml-1.1/icons/smiley-10.png -share/gnome/gtkhtml-1.1/icons/smiley-11.png -share/gnome/gtkhtml-1.1/icons/smiley-2.png -share/gnome/gtkhtml-1.1/icons/smiley-3.png -share/gnome/gtkhtml-1.1/icons/smiley-4.png -share/gnome/gtkhtml-1.1/icons/smiley-5.png -share/gnome/gtkhtml-1.1/icons/smiley-6.png -share/gnome/gtkhtml-1.1/icons/smiley-8.png -share/gnome/gtkhtml-1.1/icons/smiley-9.png -share/gnome/gtkhtml-1.1/icons/texture.png -share/gnome/gtkhtml-1.1/icons/transparent.png -share/gnome/gtkhtml-1.1/icons/undo-16.png -share/gnome/gtkhtml-1.1/icons/undo-24.png -share/gnome/gtkhtml-1.1/keybindingsrc.emacs -share/gnome/gtkhtml-1.1/keybindingsrc.ms -share/gnome/gtkhtml-1.1/keybindingsrc.xemacs -share/gnome/oaf/GNOME_GtkHTML_EBrowser.oaf -share/gnome/oaf/GNOME_GtkHTML_Editor.oaf -share/gnome/ui/GNOME_GtkHTML_Editor.xml -share/locale/az/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/ca/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/cs/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/da/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/de/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/el/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/es/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/et/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/eu/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/fi/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/fr/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/gl/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/hu/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/it/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/ja/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/ko/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/lt/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/lv/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/ms/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/nl/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/nn/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/no/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/pl/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/pt/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/pt_BR/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/ru/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/sk/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/sl/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/sv/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/tr/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/uk/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/vi/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/zh_CN/LC_MESSAGES/gtkhtml-1.1.mo -share/locale/zh_TW/LC_MESSAGES/gtkhtml-1.1.mo -@dirrm share/gnome/gtkhtml-1.1/icons -@dirrm share/gnome/gtkhtml-1.1 -@dirrm share/doc/gtkhtml/gtkhtml -@dirrm share/doc/gtkhtml -@dirrm include/gtkhtml-1.1/gtkhtml -@dirrm include/gtkhtml-1.1 diff --git a/www/kdewebdev/Makefile b/www/kdewebdev/Makefile deleted file mode 100644 index d2f4354e0f2c..000000000000 --- a/www/kdewebdev/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: Quanta+ -# Date created: 26 Sep 2002 -# Whom: AlanE <alane@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= quanta -PORTVERSION= 3.1 -PORTREVISION= 1 -PORTEPOCH= 2 # dammit! I hate this kludge. -CATEGORIES= www kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@freebsd.org -COMMENT= GUI HTML editor that bears resemblence to kdevelop - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_BZIP2= yes -USE_XPM= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - -CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \ - --disable-closure --enable-threads --disable-debug - -.include <${.CURDIR}/../../x11/kde3/Makefile.kde> -.include <bsd.port.mk> diff --git a/www/kdewebdev/distinfo b/www/kdewebdev/distinfo deleted file mode 100644 index 2b504cc46d23..000000000000 --- a/www/kdewebdev/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/quanta-3.1.tar.bz2) = ce8027c03c82859d28d894cdb10a84f6 diff --git a/www/kdewebdev/pkg-descr b/www/kdewebdev/pkg-descr deleted file mode 100644 index 289e21366e7f..000000000000 --- a/www/kdewebdev/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Quanta is another GUI HTML editor whose user -interface appears to be related to kdevelop's; this -allows for unity among the various kde development -applications. - -WWW: http://www.kde.org/ - -- AlanE <alane@FreeBSD.org> diff --git a/www/kdewebdev/pkg-plist b/www/kdewebdev/pkg-plist deleted file mode 100644 index f5c0a18d3716..000000000000 --- a/www/kdewebdev/pkg-plist +++ /dev/null @@ -1,568 +0,0 @@ -bin/kmdr-editor -bin/kmdr-executor -bin/quanta -lib/libkommanderwidgets.la -lib/libkommanderwidgets.so -lib/libkommanderwidgets.so.0 -lib/quanta/plugins/weblint -share/applnk/Applications/kmdr-executor.desktop -share/applnk/Development/quanta.desktop -share/applnk/Editors/kmdr-editor.desktop -share/apps/quanta/actions.rc -share/apps/quanta/chars -share/apps/quanta/doc/aniquanta.gif -share/apps/quanta/doc/background.png -share/apps/quanta/doc/bgtable.png -share/apps/quanta/doc/developer.html -share/apps/quanta/doc/documentation.html -share/apps/quanta/doc/faq.html -share/apps/quanta/doc/focus.html -share/apps/quanta/doc/head_bg.gif -share/apps/quanta/doc/intro.html -share/apps/quanta/doc/kdelogo2.png -share/apps/quanta/doc/konq.css -share/apps/quanta/doc/lines.png -share/apps/quanta/doc/lines2.png -share/apps/quanta/doc/maindoc.html -share/apps/quanta/doc/minilogo.jpg -share/apps/quanta/doc/minilogo.png -share/apps/quanta/doc/more.png -share/apps/quanta/doc/qcenter2.png -share/apps/quanta/doc/quanta-dialog-xml.html -share/apps/quanta/doc/quanta.css -share/apps/quanta/doc/quanta.docrc -share/apps/quanta/doc/quantahdr.png -share/apps/quanta/doc/shadow1.png -share/apps/quanta/doc/template.html -share/apps/quanta/doc/tips.html -share/apps/quanta/doc/webdev.png -share/apps/quanta/plugins.rc -share/apps/quanta/quantaui.rc -share/apps/quanta/tags/html-frameset/description.rc -share/apps/quanta/tags/html-strict/description.rc -share/apps/quanta/tags/html/a.tag -share/apps/quanta/tags/html/area.tag -share/apps/quanta/tags/html/base.tag -share/apps/quanta/tags/html/basefont.tag -share/apps/quanta/tags/html/big.tag -share/apps/quanta/tags/html/blockquote.tag -share/apps/quanta/tags/html/body.tag -share/apps/quanta/tags/html/br.tag -share/apps/quanta/tags/html/col.tag -share/apps/quanta/tags/html/colgroup.tag -share/apps/quanta/tags/html/description.rc -share/apps/quanta/tags/html/div.tag -share/apps/quanta/tags/html/empty.tag -share/apps/quanta/tags/html/font.tag -share/apps/quanta/tags/html/form.tag -share/apps/quanta/tags/html/frame.tag -share/apps/quanta/tags/html/frameset.tag -share/apps/quanta/tags/html/head.tag -share/apps/quanta/tags/html/headings.tag -share/apps/quanta/tags/html/hr.tag -share/apps/quanta/tags/html/html.tag -share/apps/quanta/tags/html/input.tag -share/apps/quanta/tags/html/isindex.tag -share/apps/quanta/tags/html/li.tag -share/apps/quanta/tags/html/link.tag -share/apps/quanta/tags/html/meta.tag -share/apps/quanta/tags/html/ol.tag -share/apps/quanta/tags/html/option.tag -share/apps/quanta/tags/html/p.tag -share/apps/quanta/tags/html/script.tag -share/apps/quanta/tags/html/select.tag -share/apps/quanta/tags/html/style.tag -share/apps/quanta/tags/html/table.tag -share/apps/quanta/tags/html/tbody.tag -share/apps/quanta/tags/html/td.tag -share/apps/quanta/tags/html/textarea.tag -share/apps/quanta/tags/html/tfoot.tag -share/apps/quanta/tags/html/th.tag -share/apps/quanta/tags/html/thead.tag -share/apps/quanta/tags/html/tr.tag -share/apps/quanta/tags/html/ul.tag -share/apps/quanta/tags/php/apache.tag -share/apps/quanta/tags/php/array.tag -share/apps/quanta/tags/php/aspell.tag -share/apps/quanta/tags/php/bc.tag -share/apps/quanta/tags/php/bzip2.tag -share/apps/quanta/tags/php/calendar.tag -share/apps/quanta/tags/php/ccvs.tag -share/apps/quanta/tags/php/classobj.tag -share/apps/quanta/tags/php/com.tag -share/apps/quanta/tags/php/cpdf.tag -share/apps/quanta/tags/php/crack.tag -share/apps/quanta/tags/php/ctype.tag -share/apps/quanta/tags/php/curl.tag -share/apps/quanta/tags/php/cybercash.tag -share/apps/quanta/tags/php/cybermut.tag -share/apps/quanta/tags/php/cyrus.tag -share/apps/quanta/tags/php/datetime.tag -share/apps/quanta/tags/php/dba.tag -share/apps/quanta/tags/php/dbase.tag -share/apps/quanta/tags/php/dbm.tag -share/apps/quanta/tags/php/dbplus.tag -share/apps/quanta/tags/php/dbx.tag -share/apps/quanta/tags/php/description.rc -share/apps/quanta/tags/php/dio.tag -share/apps/quanta/tags/php/dir.tag -share/apps/quanta/tags/php/domxml.tag -share/apps/quanta/tags/php/dotnet.tag -share/apps/quanta/tags/php/errorfunc.tag -share/apps/quanta/tags/php/exec.tag -share/apps/quanta/tags/php/fbsql.tag -share/apps/quanta/tags/php/fdf.tag -share/apps/quanta/tags/php/filepro.tag -share/apps/quanta/tags/php/filesystem.tag -share/apps/quanta/tags/php/fribidi.tag -share/apps/quanta/tags/php/ftp.tag -share/apps/quanta/tags/php/funchand.tag -share/apps/quanta/tags/php/gettext.tag -share/apps/quanta/tags/php/gmp.tag -share/apps/quanta/tags/php/http.tag -share/apps/quanta/tags/php/hwapi.tag -share/apps/quanta/tags/php/hyperwave.tag -share/apps/quanta/tags/php/ibase.tag -share/apps/quanta/tags/php/iconv.tag -share/apps/quanta/tags/php/ifx.tag -share/apps/quanta/tags/php/image.tag -share/apps/quanta/tags/php/imap.tag -share/apps/quanta/tags/php/info.tag -share/apps/quanta/tags/php/ingres.tag -share/apps/quanta/tags/php/ircg.tag -share/apps/quanta/tags/php/java.tag -share/apps/quanta/tags/php/ldap.tag -share/apps/quanta/tags/php/mail.tag -share/apps/quanta/tags/php/mailparse.tag -share/apps/quanta/tags/php/math.tag -share/apps/quanta/tags/php/mbstring.tag -share/apps/quanta/tags/php/mcal.tag -share/apps/quanta/tags/php/mcrypt.tag -share/apps/quanta/tags/php/mhash.tag -share/apps/quanta/tags/php/mime-magic.tag -share/apps/quanta/tags/php/ming.tag -share/apps/quanta/tags/php/misc.tag -share/apps/quanta/tags/php/mnogo.tag -share/apps/quanta/tags/php/msession.tag -share/apps/quanta/tags/php/msql.tag -share/apps/quanta/tags/php/mssql.tag -share/apps/quanta/tags/php/muscat.tag -share/apps/quanta/tags/php/mysql.tag -share/apps/quanta/tags/php/ncurses.tag -share/apps/quanta/tags/php/network.tag -share/apps/quanta/tags/php/nis.tag -share/apps/quanta/tags/php/notes.tag -share/apps/quanta/tags/php/objaggregation.tag -share/apps/quanta/tags/php/oci8.tag -share/apps/quanta/tags/php/odbc.tag -share/apps/quanta/tags/php/openssl.tag -share/apps/quanta/tags/php/oracle.tag -share/apps/quanta/tags/php/outcontrol.tag -share/apps/quanta/tags/php/overload.tag -share/apps/quanta/tags/php/ovrimos.tag -share/apps/quanta/tags/php/pcntl.tag -share/apps/quanta/tags/php/pcre.tag -share/apps/quanta/tags/php/pdf.tag -share/apps/quanta/tags/php/pfpro.tag -share/apps/quanta/tags/php/pgsql.tag -share/apps/quanta/tags/php/posix.tag -share/apps/quanta/tags/php/printer.tag -share/apps/quanta/tags/php/pspell.tag -share/apps/quanta/tags/php/qtdom.tag -share/apps/quanta/tags/php/readline.tag -share/apps/quanta/tags/php/recode.tag -share/apps/quanta/tags/php/regex.tag -share/apps/quanta/tags/php/sem.tag -share/apps/quanta/tags/php/sesam.tag -share/apps/quanta/tags/php/session.tag -share/apps/quanta/tags/php/shmop.tag -share/apps/quanta/tags/php/snmp.tag -share/apps/quanta/tags/php/sockets.tag -share/apps/quanta/tags/php/strings.tag -share/apps/quanta/tags/php/swf.tag -share/apps/quanta/tags/php/sybase.tag -share/apps/quanta/tags/php/tokenizer.tag -share/apps/quanta/tags/php/url.tag -share/apps/quanta/tags/php/variables.tag -share/apps/quanta/tags/php/vpopmail.tag -share/apps/quanta/tags/php/w32api.tag -share/apps/quanta/tags/php/wddx.tag -share/apps/quanta/tags/php/xml.tag -share/apps/quanta/tags/php/xmlrpc.tag -share/apps/quanta/tags/php/xslt.tag -share/apps/quanta/tags/php/yaz.tag -share/apps/quanta/tags/php/zip.tag -share/apps/quanta/tags/php/zlib.tag -share/apps/quanta/tags/tagxml/attr.tag -share/apps/quanta/tags/tagxml/description.rc -share/apps/quanta/tags/tagxml/location.tag -share/apps/quanta/tags/tagxml/spacer.tag -share/apps/quanta/tags/tagxml/tag.tag -share/apps/quanta/tags/tagxslt/apply-imports.tag -share/apps/quanta/tags/tagxslt/attribute-set.tag -share/apps/quanta/tags/tagxslt/attribute.tag -share/apps/quanta/tags/tagxslt/call-template.tag -share/apps/quanta/tags/tagxslt/choose.tag -share/apps/quanta/tags/tagxslt/comment.tag -share/apps/quanta/tags/tagxslt/copy-of.tag -share/apps/quanta/tags/tagxslt/decimal-format.tag -share/apps/quanta/tags/tagxslt/description.rc -share/apps/quanta/tags/tagxslt/element.tag -share/apps/quanta/tags/tagxslt/fallback.tag -share/apps/quanta/tags/tagxslt/for-each.tag -share/apps/quanta/tags/tagxslt/if.tag -share/apps/quanta/tags/tagxslt/import.tag -share/apps/quanta/tags/tagxslt/key.tag -share/apps/quanta/tags/tagxslt/message.tag -share/apps/quanta/tags/tagxslt/namespace-alias.tag -share/apps/quanta/tags/tagxslt/number.tag -share/apps/quanta/tags/tagxslt/otherwise.tag -share/apps/quanta/tags/tagxslt/output.tag -share/apps/quanta/tags/tagxslt/param.tag -share/apps/quanta/tags/tagxslt/preserve-space.tag -share/apps/quanta/tags/tagxslt/processing-instruction.tag -share/apps/quanta/tags/tagxslt/sort.tag -share/apps/quanta/tags/tagxslt/strip-space.tag -share/apps/quanta/tags/tagxslt/stylesheet.tag -share/apps/quanta/tags/tagxslt/template.tag -share/apps/quanta/tags/tagxslt/text.tag -share/apps/quanta/tags/tagxslt/transform.tag -share/apps/quanta/tags/tagxslt/value-of.tag -share/apps/quanta/tags/tagxslt/variable.tag -share/apps/quanta/tags/tagxslt/when.tag -share/apps/quanta/tags/tagxslt/with-param.tag -share/apps/quanta/tags/wml-1-2/a.tag -share/apps/quanta/tags/wml-1-2/access.tag -share/apps/quanta/tags/wml-1-2/anchor.tag -share/apps/quanta/tags/wml-1-2/br.tag -share/apps/quanta/tags/wml-1-2/card.tag -share/apps/quanta/tags/wml-1-2/description.rc -share/apps/quanta/tags/wml-1-2/do.tag -share/apps/quanta/tags/wml-1-2/fieldset.tag -share/apps/quanta/tags/wml-1-2/go.tag -share/apps/quanta/tags/wml-1-2/img.tag -share/apps/quanta/tags/wml-1-2/input.tag -share/apps/quanta/tags/wml-1-2/meta.tag -share/apps/quanta/tags/wml-1-2/noop.tag -share/apps/quanta/tags/wml-1-2/onevent.tag -share/apps/quanta/tags/wml-1-2/optgroup.tag -share/apps/quanta/tags/wml-1-2/option.tag -share/apps/quanta/tags/wml-1-2/p.tag -share/apps/quanta/tags/wml-1-2/postfield.tag -share/apps/quanta/tags/wml-1-2/pre.tag -share/apps/quanta/tags/wml-1-2/select.tag -share/apps/quanta/tags/wml-1-2/setvar.tag -share/apps/quanta/tags/wml-1-2/table.tag -share/apps/quanta/tags/wml-1-2/template.tag -share/apps/quanta/tags/wml-1-2/timer.tag -share/apps/quanta/tags/wml-1-2/wml.tag -share/apps/quanta/tags/xhtml/a.tag -share/apps/quanta/tags/xhtml/area.tag -share/apps/quanta/tags/xhtml/base.tag -share/apps/quanta/tags/xhtml/basefont.tag -share/apps/quanta/tags/xhtml/big.tag -share/apps/quanta/tags/xhtml/blockquote.tag -share/apps/quanta/tags/xhtml/body.tag -share/apps/quanta/tags/xhtml/br.tag -share/apps/quanta/tags/xhtml/col.tag -share/apps/quanta/tags/xhtml/colgroup.tag -share/apps/quanta/tags/xhtml/description.rc -share/apps/quanta/tags/xhtml/div.tag -share/apps/quanta/tags/xhtml/empty.tag -share/apps/quanta/tags/xhtml/font.tag -share/apps/quanta/tags/xhtml/form.tag -share/apps/quanta/tags/xhtml/frame.tag -share/apps/quanta/tags/xhtml/frameset.tag -share/apps/quanta/tags/xhtml/head.tag -share/apps/quanta/tags/xhtml/headings.tag -share/apps/quanta/tags/xhtml/hr.tag -share/apps/quanta/tags/xhtml/html.tag -share/apps/quanta/tags/xhtml/input.tag -share/apps/quanta/tags/xhtml/isindex.tag -share/apps/quanta/tags/xhtml/li.tag -share/apps/quanta/tags/xhtml/link.tag -share/apps/quanta/tags/xhtml/meta.tag -share/apps/quanta/tags/xhtml/ol.tag -share/apps/quanta/tags/xhtml/option.tag -share/apps/quanta/tags/xhtml/p.tag -share/apps/quanta/tags/xhtml/script.tag -share/apps/quanta/tags/xhtml/select.tag -share/apps/quanta/tags/xhtml/style.tag -share/apps/quanta/tags/xhtml/table.tag -share/apps/quanta/tags/xhtml/tbody.tag -share/apps/quanta/tags/xhtml/td.tag -share/apps/quanta/tags/xhtml/textarea.tag -share/apps/quanta/tags/xhtml/tfoot.tag -share/apps/quanta/tags/xhtml/th.tag -share/apps/quanta/tags/xhtml/thead.tag -share/apps/quanta/tags/xhtml/tr.tag -share/apps/quanta/tags/xhtml/ul.tag -share/apps/quanta/templates/binaries/.dirinfo -share/apps/quanta/templates/binaries/images/jpg/demo.jpg -share/apps/quanta/templates/binaries/images/png/demo.png -share/apps/quanta/templates/binaries/others/demo.jpg -share/apps/quanta/templates/binaries/others/demo.tif -share/apps/quanta/templates/documents/.dirinfo -share/apps/quanta/templates/documents/html/demo.html -share/apps/quanta/templates/documents/others/demo.txt -share/apps/quanta/templates/documents/scripts/demo.script -share/apps/quanta/templates/images/.dirinfo -share/apps/quanta/templates/images/jpg/demo.jpg -share/apps/quanta/templates/images/others/demo.tif -share/apps/quanta/templates/images/png/demo.png -share/apps/quanta/templates/text/.dirinfo -share/apps/quanta/templates/text/html/demo.html -share/apps/quanta/templates/text/others/demo.txt -share/apps/quanta/templates/text/scripts/demo.php -share/apps/quanta/toolbar/back.png -share/apps/quanta/toolbar/ball.png -share/apps/quanta/toolbar/bookmark.png -share/apps/quanta/toolbar/check.png -share/apps/quanta/toolbar/check_clear.png -share/apps/quanta/toolbar/check_grey.png -share/apps/quanta/toolbar/close.png -share/apps/quanta/toolbar/color.png -share/apps/quanta/toolbar/copy.png -share/apps/quanta/toolbar/cut.png -share/apps/quanta/toolbar/date.png -share/apps/quanta/toolbar/delete.png -share/apps/quanta/toolbar/div_center.png -share/apps/quanta/toolbar/div_justify.png -share/apps/quanta/toolbar/div_left.png -share/apps/quanta/toolbar/div_right.png -share/apps/quanta/toolbar/empty16x16.png -share/apps/quanta/toolbar/empty1x16.png -share/apps/quanta/toolbar/exit.png -share/apps/quanta/toolbar/find.png -share/apps/quanta/toolbar/findnext.png -share/apps/quanta/toolbar/font_dec.png -share/apps/quanta/toolbar/font_inc.png -share/apps/quanta/toolbar/form.png -share/apps/quanta/toolbar/forward.png -share/apps/quanta/toolbar/ftab.png -share/apps/quanta/toolbar/ftpclient.png -share/apps/quanta/toolbar/java.png -share/apps/quanta/toolbar/lineedit.png -share/apps/quanta/toolbar/linepas.png -share/apps/quanta/toolbar/mini-book1.png -share/apps/quanta/toolbar/mini-book2.png -share/apps/quanta/toolbar/mini-modules.png -share/apps/quanta/toolbar/new.png -share/apps/quanta/toolbar/open.png -share/apps/quanta/toolbar/openprj.png -share/apps/quanta/toolbar/options.png -share/apps/quanta/toolbar/output_win.png -share/apps/quanta/toolbar/paste.png -share/apps/quanta/toolbar/preview.png -share/apps/quanta/toolbar/preview1.png -share/apps/quanta/toolbar/preview2.png -share/apps/quanta/toolbar/preview3.png -share/apps/quanta/toolbar/preview4.png -share/apps/quanta/toolbar/print.png -share/apps/quanta/toolbar/ptab.png -share/apps/quanta/toolbar/quantalogo.png -share/apps/quanta/toolbar/quick_list.png -share/apps/quanta/toolbar/quick_start.png -share/apps/quanta/toolbar/quick_table.png -share/apps/quanta/toolbar/radio.png -share/apps/quanta/toolbar/redo.png -share/apps/quanta/toolbar/repaint.png -share/apps/quanta/toolbar/replace.png -share/apps/quanta/toolbar/reset.png -share/apps/quanta/toolbar/save.png -share/apps/quanta/toolbar/save_all.png -share/apps/quanta/toolbar/save_small.png -share/apps/quanta/toolbar/select.png -share/apps/quanta/toolbar/spellcheck.png -share/apps/quanta/toolbar/submit.png -share/apps/quanta/toolbar/table_data.png -share/apps/quanta/toolbar/table_head.png -share/apps/quanta/toolbar/tag_a.png -share/apps/quanta/toolbar/tag_a_url.png -share/apps/quanta/toolbar/tag_access.png -share/apps/quanta/toolbar/tag_bold.png -share/apps/quanta/toolbar/tag_br.png -share/apps/quanta/toolbar/tag_br_small.png -share/apps/quanta/toolbar/tag_caption.png -share/apps/quanta/toolbar/tag_card.png -share/apps/quanta/toolbar/tag_comm.png -share/apps/quanta/toolbar/tag_dd.png -share/apps/quanta/toolbar/tag_dl.png -share/apps/quanta/toolbar/tag_do.png -share/apps/quanta/toolbar/tag_dt.png -share/apps/quanta/toolbar/tag_em.png -share/apps/quanta/toolbar/tag_font.png -share/apps/quanta/toolbar/tag_font_base.png -share/apps/quanta/toolbar/tag_font_small.png -share/apps/quanta/toolbar/tag_go.png -share/apps/quanta/toolbar/tag_h1.png -share/apps/quanta/toolbar/tag_h2.png -share/apps/quanta/toolbar/tag_h3.png -share/apps/quanta/toolbar/tag_h4.png -share/apps/quanta/toolbar/tag_h5.png -share/apps/quanta/toolbar/tag_head.png -share/apps/quanta/toolbar/tag_hr.png -share/apps/quanta/toolbar/tag_hr_small.png -share/apps/quanta/toolbar/tag_i.png -share/apps/quanta/toolbar/tag_image.png -share/apps/quanta/toolbar/tag_li.png -share/apps/quanta/toolbar/tag_mail.png -share/apps/quanta/toolbar/tag_menu.png -share/apps/quanta/toolbar/tag_meta.png -share/apps/quanta/toolbar/tag_misc.png -share/apps/quanta/toolbar/tag_nbsp.png -share/apps/quanta/toolbar/tag_noop.png -share/apps/quanta/toolbar/tag_ol.png -share/apps/quanta/toolbar/tag_onevent.png -share/apps/quanta/toolbar/tag_p.png -share/apps/quanta/toolbar/tag_postfield.png -share/apps/quanta/toolbar/tag_pre.png -share/apps/quanta/toolbar/tag_setvar.png -share/apps/quanta/toolbar/tag_sub.png -share/apps/quanta/toolbar/tag_sup.png -share/apps/quanta/toolbar/tag_table.png -share/apps/quanta/toolbar/tag_table_body.png -share/apps/quanta/toolbar/tag_table_row.png -share/apps/quanta/toolbar/tag_tbody.png -share/apps/quanta/toolbar/tag_td.png -share/apps/quanta/toolbar/tag_th.png -share/apps/quanta/toolbar/tag_tr.png -share/apps/quanta/toolbar/tag_u.png -share/apps/quanta/toolbar/tag_ul.png -share/apps/quanta/toolbar/tag_wml.png -share/apps/quanta/toolbar/textarea.png -share/apps/quanta/toolbar/tree_win.png -share/apps/quanta/toolbar/ttab.png -share/apps/quanta/toolbar/undo.png -share/apps/quanta/toolbar/wiznewprjfin.png -share/apps/quanta/toolbar/wiznewprjglb.png -share/apps/quanta/toolbar/wiznewprjloc.png -share/apps/quanta/toolbar/wiznewprjweb.png -share/apps/quanta/toolbars/docbook.toolbar.tgz -share/apps/quanta/toolbars/html/fonts.toolbar.tgz -share/apps/quanta/toolbars/html/forms.toolbar.tgz -share/apps/quanta/toolbars/html/lists.toolbar.tgz -share/apps/quanta/toolbars/html/other.toolbar.tgz -share/apps/quanta/toolbars/html/standard.toolbar.tgz -share/apps/quanta/toolbars/html/tables.toolbar.tgz -share/apps/quanta/toolbars/kde_docbook.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/deck.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/forms.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/misc.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/table.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/tasks.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/text.toolbar.tgz -share/apps/quanta/toolbars/xml/fonts.toolbar.tgz -share/doc/HTML/en/quanta/action-script-out-error-options.png -share/doc/HTML/en/quanta/adv-quanta.docbook -share/doc/HTML/en/quanta/bottom1.png -share/doc/HTML/en/quanta/bottom2.png -share/doc/HTML/en/quanta/common -share/doc/HTML/en/quanta/conf-action.png -share/doc/HTML/en/quanta/conf-action1.png -share/doc/HTML/en/quanta/conf-action2.png -share/doc/HTML/en/quanta/conf-action3.png -share/doc/HTML/en/quanta/contents2.png -share/doc/HTML/en/quanta/debugging-quanta.docbook -share/doc/HTML/en/quanta/doc-view1.png -share/doc/HTML/en/quanta/extending-quanta.docbook -share/doc/HTML/en/quanta/ftab.png -share/doc/HTML/en/quanta/fundamentals.docbook -share/doc/HTML/en/quanta/index.cache.bz2 -share/doc/HTML/en/quanta/index.docbook -share/doc/HTML/en/quanta/installation.docbook -share/doc/HTML/en/quanta/introduction.docbook -share/doc/HTML/en/quanta/project-1.png -share/doc/HTML/en/quanta/project-3.png -share/doc/HTML/en/quanta/project-add-local-files.png -share/doc/HTML/en/quanta/project-tree-view-dir-rmb-menu.png -share/doc/HTML/en/quanta/project-tree-view-file-rmb-menu.png -share/doc/HTML/en/quanta/project-upload-dialog.png -share/doc/HTML/en/quanta/project-use-wget.png -share/doc/HTML/en/quanta/ptab.png -share/doc/HTML/en/quanta/quanta-menus.docbook -share/doc/HTML/en/quanta/quanta-projects.docbook -share/doc/HTML/en/quanta/quantalogo.png -share/doc/HTML/en/quanta/quantamdi-editor.png -share/doc/HTML/en/quanta/quantamdi-toolbar.png -share/doc/HTML/en/quanta/quantamdi-treeview.png -share/doc/HTML/en/quanta/quantamdi.png -share/doc/HTML/en/quanta/set-conf-action.png -share/doc/HTML/en/quanta/tag_listitem.png -share/doc/HTML/en/quanta/tag_listmember.png -share/doc/HTML/en/quanta/tag_simplelist.png -share/doc/HTML/en/quanta/tag_varlist.png -share/doc/HTML/en/quanta/taginputex.png -share/doc/HTML/en/quanta/template-rmb.png -share/doc/HTML/en/quanta/toolbars.png -share/doc/HTML/en/quanta/ttab.png -share/doc/HTML/en/quanta/using-quanta.docbook -share/doc/HTML/en/quanta/view_sidetree.png -share/icons/hicolor/16x16/apps/quanta.png -share/icons/hicolor/22x22/apps/quanta.png -share/icons/hicolor/32x32/apps/quanta.png -share/icons/hicolor/48x48/apps/quanta.png -share/icons/locolor/16x16/apps/kmdr/executor.png -share/icons/locolor/32x32/apps/kmdr/executor.png -@dirrm share/icons/locolor/32x32/apps/kmdr -@dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/apps/kmdr -@dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/22x22/apps -@dirrm share/icons/hicolor/22x22 -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons -@dirrm share/doc/HTML/en/quanta -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML -@dirrm share/doc -@dirrm share/apps/quanta/toolbars/xml -@dirrm share/apps/quanta/toolbars/wml-1-2 -@dirrm share/apps/quanta/toolbars/html -@dirrm share/apps/quanta/toolbars -@dirrm share/apps/quanta/toolbar -@dirrm share/apps/quanta/templates/text/scripts -@dirrm share/apps/quanta/templates/text/others -@dirrm share/apps/quanta/templates/text/html -@dirrm share/apps/quanta/templates/text -@dirrm share/apps/quanta/templates/images/png -@dirrm share/apps/quanta/templates/images/others -@dirrm share/apps/quanta/templates/images/jpg -@dirrm share/apps/quanta/templates/images -@dirrm share/apps/quanta/templates/documents/scripts -@dirrm share/apps/quanta/templates/documents/others -@dirrm share/apps/quanta/templates/documents/html -@dirrm share/apps/quanta/templates/documents -@dirrm share/apps/quanta/templates/binaries/others -@dirrm share/apps/quanta/templates/binaries/images/png -@dirrm share/apps/quanta/templates/binaries/images/jpg -@dirrm share/apps/quanta/templates/binaries/images -@dirrm share/apps/quanta/templates/binaries -@dirrm share/apps/quanta/templates -@dirrm share/apps/quanta/tags/xhtml -@dirrm share/apps/quanta/tags/wml-1-2 -@dirrm share/apps/quanta/tags/tagxslt -@dirrm share/apps/quanta/tags/tagxml -@dirrm share/apps/quanta/tags/php -@dirrm share/apps/quanta/tags/html-strict -@dirrm share/apps/quanta/tags/html-frameset -@dirrm share/apps/quanta/tags/html -@dirrm share/apps/quanta/tags -@dirrm share/apps/quanta/doc -@dirrm share/apps/quanta -@dirrm share/apps -@dirrm share/applnk/Editors -@dirrm share/applnk/Development -@dirrm share/applnk/Applications -@dirrm share/applnk -@dirrm lib/quanta/plugins -@dirrm lib/quanta diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile deleted file mode 100644 index d2f4354e0f2c..000000000000 --- a/www/kdewebdev4/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: Quanta+ -# Date created: 26 Sep 2002 -# Whom: AlanE <alane@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= quanta -PORTVERSION= 3.1 -PORTREVISION= 1 -PORTEPOCH= 2 # dammit! I hate this kludge. -CATEGORIES= www kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@freebsd.org -COMMENT= GUI HTML editor that bears resemblence to kdevelop - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_BZIP2= yes -USE_XPM= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - -CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \ - --disable-closure --enable-threads --disable-debug - -.include <${.CURDIR}/../../x11/kde3/Makefile.kde> -.include <bsd.port.mk> diff --git a/www/kdewebdev4/distinfo b/www/kdewebdev4/distinfo deleted file mode 100644 index 2b504cc46d23..000000000000 --- a/www/kdewebdev4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/quanta-3.1.tar.bz2) = ce8027c03c82859d28d894cdb10a84f6 diff --git a/www/kdewebdev4/pkg-descr b/www/kdewebdev4/pkg-descr deleted file mode 100644 index 289e21366e7f..000000000000 --- a/www/kdewebdev4/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Quanta is another GUI HTML editor whose user -interface appears to be related to kdevelop's; this -allows for unity among the various kde development -applications. - -WWW: http://www.kde.org/ - -- AlanE <alane@FreeBSD.org> diff --git a/www/kdewebdev4/pkg-plist b/www/kdewebdev4/pkg-plist deleted file mode 100644 index f5c0a18d3716..000000000000 --- a/www/kdewebdev4/pkg-plist +++ /dev/null @@ -1,568 +0,0 @@ -bin/kmdr-editor -bin/kmdr-executor -bin/quanta -lib/libkommanderwidgets.la -lib/libkommanderwidgets.so -lib/libkommanderwidgets.so.0 -lib/quanta/plugins/weblint -share/applnk/Applications/kmdr-executor.desktop -share/applnk/Development/quanta.desktop -share/applnk/Editors/kmdr-editor.desktop -share/apps/quanta/actions.rc -share/apps/quanta/chars -share/apps/quanta/doc/aniquanta.gif -share/apps/quanta/doc/background.png -share/apps/quanta/doc/bgtable.png -share/apps/quanta/doc/developer.html -share/apps/quanta/doc/documentation.html -share/apps/quanta/doc/faq.html -share/apps/quanta/doc/focus.html -share/apps/quanta/doc/head_bg.gif -share/apps/quanta/doc/intro.html -share/apps/quanta/doc/kdelogo2.png -share/apps/quanta/doc/konq.css -share/apps/quanta/doc/lines.png -share/apps/quanta/doc/lines2.png -share/apps/quanta/doc/maindoc.html -share/apps/quanta/doc/minilogo.jpg -share/apps/quanta/doc/minilogo.png -share/apps/quanta/doc/more.png -share/apps/quanta/doc/qcenter2.png -share/apps/quanta/doc/quanta-dialog-xml.html -share/apps/quanta/doc/quanta.css -share/apps/quanta/doc/quanta.docrc -share/apps/quanta/doc/quantahdr.png -share/apps/quanta/doc/shadow1.png -share/apps/quanta/doc/template.html -share/apps/quanta/doc/tips.html -share/apps/quanta/doc/webdev.png -share/apps/quanta/plugins.rc -share/apps/quanta/quantaui.rc -share/apps/quanta/tags/html-frameset/description.rc -share/apps/quanta/tags/html-strict/description.rc -share/apps/quanta/tags/html/a.tag -share/apps/quanta/tags/html/area.tag -share/apps/quanta/tags/html/base.tag -share/apps/quanta/tags/html/basefont.tag -share/apps/quanta/tags/html/big.tag -share/apps/quanta/tags/html/blockquote.tag -share/apps/quanta/tags/html/body.tag -share/apps/quanta/tags/html/br.tag -share/apps/quanta/tags/html/col.tag -share/apps/quanta/tags/html/colgroup.tag -share/apps/quanta/tags/html/description.rc -share/apps/quanta/tags/html/div.tag -share/apps/quanta/tags/html/empty.tag -share/apps/quanta/tags/html/font.tag -share/apps/quanta/tags/html/form.tag -share/apps/quanta/tags/html/frame.tag -share/apps/quanta/tags/html/frameset.tag -share/apps/quanta/tags/html/head.tag -share/apps/quanta/tags/html/headings.tag -share/apps/quanta/tags/html/hr.tag -share/apps/quanta/tags/html/html.tag -share/apps/quanta/tags/html/input.tag -share/apps/quanta/tags/html/isindex.tag -share/apps/quanta/tags/html/li.tag -share/apps/quanta/tags/html/link.tag -share/apps/quanta/tags/html/meta.tag -share/apps/quanta/tags/html/ol.tag -share/apps/quanta/tags/html/option.tag -share/apps/quanta/tags/html/p.tag -share/apps/quanta/tags/html/script.tag -share/apps/quanta/tags/html/select.tag -share/apps/quanta/tags/html/style.tag -share/apps/quanta/tags/html/table.tag -share/apps/quanta/tags/html/tbody.tag -share/apps/quanta/tags/html/td.tag -share/apps/quanta/tags/html/textarea.tag -share/apps/quanta/tags/html/tfoot.tag -share/apps/quanta/tags/html/th.tag -share/apps/quanta/tags/html/thead.tag -share/apps/quanta/tags/html/tr.tag -share/apps/quanta/tags/html/ul.tag -share/apps/quanta/tags/php/apache.tag -share/apps/quanta/tags/php/array.tag -share/apps/quanta/tags/php/aspell.tag -share/apps/quanta/tags/php/bc.tag -share/apps/quanta/tags/php/bzip2.tag -share/apps/quanta/tags/php/calendar.tag -share/apps/quanta/tags/php/ccvs.tag -share/apps/quanta/tags/php/classobj.tag -share/apps/quanta/tags/php/com.tag -share/apps/quanta/tags/php/cpdf.tag -share/apps/quanta/tags/php/crack.tag -share/apps/quanta/tags/php/ctype.tag -share/apps/quanta/tags/php/curl.tag -share/apps/quanta/tags/php/cybercash.tag -share/apps/quanta/tags/php/cybermut.tag -share/apps/quanta/tags/php/cyrus.tag -share/apps/quanta/tags/php/datetime.tag -share/apps/quanta/tags/php/dba.tag -share/apps/quanta/tags/php/dbase.tag -share/apps/quanta/tags/php/dbm.tag -share/apps/quanta/tags/php/dbplus.tag -share/apps/quanta/tags/php/dbx.tag -share/apps/quanta/tags/php/description.rc -share/apps/quanta/tags/php/dio.tag -share/apps/quanta/tags/php/dir.tag -share/apps/quanta/tags/php/domxml.tag -share/apps/quanta/tags/php/dotnet.tag -share/apps/quanta/tags/php/errorfunc.tag -share/apps/quanta/tags/php/exec.tag -share/apps/quanta/tags/php/fbsql.tag -share/apps/quanta/tags/php/fdf.tag -share/apps/quanta/tags/php/filepro.tag -share/apps/quanta/tags/php/filesystem.tag -share/apps/quanta/tags/php/fribidi.tag -share/apps/quanta/tags/php/ftp.tag -share/apps/quanta/tags/php/funchand.tag -share/apps/quanta/tags/php/gettext.tag -share/apps/quanta/tags/php/gmp.tag -share/apps/quanta/tags/php/http.tag -share/apps/quanta/tags/php/hwapi.tag -share/apps/quanta/tags/php/hyperwave.tag -share/apps/quanta/tags/php/ibase.tag -share/apps/quanta/tags/php/iconv.tag -share/apps/quanta/tags/php/ifx.tag -share/apps/quanta/tags/php/image.tag -share/apps/quanta/tags/php/imap.tag -share/apps/quanta/tags/php/info.tag -share/apps/quanta/tags/php/ingres.tag -share/apps/quanta/tags/php/ircg.tag -share/apps/quanta/tags/php/java.tag -share/apps/quanta/tags/php/ldap.tag -share/apps/quanta/tags/php/mail.tag -share/apps/quanta/tags/php/mailparse.tag -share/apps/quanta/tags/php/math.tag -share/apps/quanta/tags/php/mbstring.tag -share/apps/quanta/tags/php/mcal.tag -share/apps/quanta/tags/php/mcrypt.tag -share/apps/quanta/tags/php/mhash.tag -share/apps/quanta/tags/php/mime-magic.tag -share/apps/quanta/tags/php/ming.tag -share/apps/quanta/tags/php/misc.tag -share/apps/quanta/tags/php/mnogo.tag -share/apps/quanta/tags/php/msession.tag -share/apps/quanta/tags/php/msql.tag -share/apps/quanta/tags/php/mssql.tag -share/apps/quanta/tags/php/muscat.tag -share/apps/quanta/tags/php/mysql.tag -share/apps/quanta/tags/php/ncurses.tag -share/apps/quanta/tags/php/network.tag -share/apps/quanta/tags/php/nis.tag -share/apps/quanta/tags/php/notes.tag -share/apps/quanta/tags/php/objaggregation.tag -share/apps/quanta/tags/php/oci8.tag -share/apps/quanta/tags/php/odbc.tag -share/apps/quanta/tags/php/openssl.tag -share/apps/quanta/tags/php/oracle.tag -share/apps/quanta/tags/php/outcontrol.tag -share/apps/quanta/tags/php/overload.tag -share/apps/quanta/tags/php/ovrimos.tag -share/apps/quanta/tags/php/pcntl.tag -share/apps/quanta/tags/php/pcre.tag -share/apps/quanta/tags/php/pdf.tag -share/apps/quanta/tags/php/pfpro.tag -share/apps/quanta/tags/php/pgsql.tag -share/apps/quanta/tags/php/posix.tag -share/apps/quanta/tags/php/printer.tag -share/apps/quanta/tags/php/pspell.tag -share/apps/quanta/tags/php/qtdom.tag -share/apps/quanta/tags/php/readline.tag -share/apps/quanta/tags/php/recode.tag -share/apps/quanta/tags/php/regex.tag -share/apps/quanta/tags/php/sem.tag -share/apps/quanta/tags/php/sesam.tag -share/apps/quanta/tags/php/session.tag -share/apps/quanta/tags/php/shmop.tag -share/apps/quanta/tags/php/snmp.tag -share/apps/quanta/tags/php/sockets.tag -share/apps/quanta/tags/php/strings.tag -share/apps/quanta/tags/php/swf.tag -share/apps/quanta/tags/php/sybase.tag -share/apps/quanta/tags/php/tokenizer.tag -share/apps/quanta/tags/php/url.tag -share/apps/quanta/tags/php/variables.tag -share/apps/quanta/tags/php/vpopmail.tag -share/apps/quanta/tags/php/w32api.tag -share/apps/quanta/tags/php/wddx.tag -share/apps/quanta/tags/php/xml.tag -share/apps/quanta/tags/php/xmlrpc.tag -share/apps/quanta/tags/php/xslt.tag -share/apps/quanta/tags/php/yaz.tag -share/apps/quanta/tags/php/zip.tag -share/apps/quanta/tags/php/zlib.tag -share/apps/quanta/tags/tagxml/attr.tag -share/apps/quanta/tags/tagxml/description.rc -share/apps/quanta/tags/tagxml/location.tag -share/apps/quanta/tags/tagxml/spacer.tag -share/apps/quanta/tags/tagxml/tag.tag -share/apps/quanta/tags/tagxslt/apply-imports.tag -share/apps/quanta/tags/tagxslt/attribute-set.tag -share/apps/quanta/tags/tagxslt/attribute.tag -share/apps/quanta/tags/tagxslt/call-template.tag -share/apps/quanta/tags/tagxslt/choose.tag -share/apps/quanta/tags/tagxslt/comment.tag -share/apps/quanta/tags/tagxslt/copy-of.tag -share/apps/quanta/tags/tagxslt/decimal-format.tag -share/apps/quanta/tags/tagxslt/description.rc -share/apps/quanta/tags/tagxslt/element.tag -share/apps/quanta/tags/tagxslt/fallback.tag -share/apps/quanta/tags/tagxslt/for-each.tag -share/apps/quanta/tags/tagxslt/if.tag -share/apps/quanta/tags/tagxslt/import.tag -share/apps/quanta/tags/tagxslt/key.tag -share/apps/quanta/tags/tagxslt/message.tag -share/apps/quanta/tags/tagxslt/namespace-alias.tag -share/apps/quanta/tags/tagxslt/number.tag -share/apps/quanta/tags/tagxslt/otherwise.tag -share/apps/quanta/tags/tagxslt/output.tag -share/apps/quanta/tags/tagxslt/param.tag -share/apps/quanta/tags/tagxslt/preserve-space.tag -share/apps/quanta/tags/tagxslt/processing-instruction.tag -share/apps/quanta/tags/tagxslt/sort.tag -share/apps/quanta/tags/tagxslt/strip-space.tag -share/apps/quanta/tags/tagxslt/stylesheet.tag -share/apps/quanta/tags/tagxslt/template.tag -share/apps/quanta/tags/tagxslt/text.tag -share/apps/quanta/tags/tagxslt/transform.tag -share/apps/quanta/tags/tagxslt/value-of.tag -share/apps/quanta/tags/tagxslt/variable.tag -share/apps/quanta/tags/tagxslt/when.tag -share/apps/quanta/tags/tagxslt/with-param.tag -share/apps/quanta/tags/wml-1-2/a.tag -share/apps/quanta/tags/wml-1-2/access.tag -share/apps/quanta/tags/wml-1-2/anchor.tag -share/apps/quanta/tags/wml-1-2/br.tag -share/apps/quanta/tags/wml-1-2/card.tag -share/apps/quanta/tags/wml-1-2/description.rc -share/apps/quanta/tags/wml-1-2/do.tag -share/apps/quanta/tags/wml-1-2/fieldset.tag -share/apps/quanta/tags/wml-1-2/go.tag -share/apps/quanta/tags/wml-1-2/img.tag -share/apps/quanta/tags/wml-1-2/input.tag -share/apps/quanta/tags/wml-1-2/meta.tag -share/apps/quanta/tags/wml-1-2/noop.tag -share/apps/quanta/tags/wml-1-2/onevent.tag -share/apps/quanta/tags/wml-1-2/optgroup.tag -share/apps/quanta/tags/wml-1-2/option.tag -share/apps/quanta/tags/wml-1-2/p.tag -share/apps/quanta/tags/wml-1-2/postfield.tag -share/apps/quanta/tags/wml-1-2/pre.tag -share/apps/quanta/tags/wml-1-2/select.tag -share/apps/quanta/tags/wml-1-2/setvar.tag -share/apps/quanta/tags/wml-1-2/table.tag -share/apps/quanta/tags/wml-1-2/template.tag -share/apps/quanta/tags/wml-1-2/timer.tag -share/apps/quanta/tags/wml-1-2/wml.tag -share/apps/quanta/tags/xhtml/a.tag -share/apps/quanta/tags/xhtml/area.tag -share/apps/quanta/tags/xhtml/base.tag -share/apps/quanta/tags/xhtml/basefont.tag -share/apps/quanta/tags/xhtml/big.tag -share/apps/quanta/tags/xhtml/blockquote.tag -share/apps/quanta/tags/xhtml/body.tag -share/apps/quanta/tags/xhtml/br.tag -share/apps/quanta/tags/xhtml/col.tag -share/apps/quanta/tags/xhtml/colgroup.tag -share/apps/quanta/tags/xhtml/description.rc -share/apps/quanta/tags/xhtml/div.tag -share/apps/quanta/tags/xhtml/empty.tag -share/apps/quanta/tags/xhtml/font.tag -share/apps/quanta/tags/xhtml/form.tag -share/apps/quanta/tags/xhtml/frame.tag -share/apps/quanta/tags/xhtml/frameset.tag -share/apps/quanta/tags/xhtml/head.tag -share/apps/quanta/tags/xhtml/headings.tag -share/apps/quanta/tags/xhtml/hr.tag -share/apps/quanta/tags/xhtml/html.tag -share/apps/quanta/tags/xhtml/input.tag -share/apps/quanta/tags/xhtml/isindex.tag -share/apps/quanta/tags/xhtml/li.tag -share/apps/quanta/tags/xhtml/link.tag -share/apps/quanta/tags/xhtml/meta.tag -share/apps/quanta/tags/xhtml/ol.tag -share/apps/quanta/tags/xhtml/option.tag -share/apps/quanta/tags/xhtml/p.tag -share/apps/quanta/tags/xhtml/script.tag -share/apps/quanta/tags/xhtml/select.tag -share/apps/quanta/tags/xhtml/style.tag -share/apps/quanta/tags/xhtml/table.tag -share/apps/quanta/tags/xhtml/tbody.tag -share/apps/quanta/tags/xhtml/td.tag -share/apps/quanta/tags/xhtml/textarea.tag -share/apps/quanta/tags/xhtml/tfoot.tag -share/apps/quanta/tags/xhtml/th.tag -share/apps/quanta/tags/xhtml/thead.tag -share/apps/quanta/tags/xhtml/tr.tag -share/apps/quanta/tags/xhtml/ul.tag -share/apps/quanta/templates/binaries/.dirinfo -share/apps/quanta/templates/binaries/images/jpg/demo.jpg -share/apps/quanta/templates/binaries/images/png/demo.png -share/apps/quanta/templates/binaries/others/demo.jpg -share/apps/quanta/templates/binaries/others/demo.tif -share/apps/quanta/templates/documents/.dirinfo -share/apps/quanta/templates/documents/html/demo.html -share/apps/quanta/templates/documents/others/demo.txt -share/apps/quanta/templates/documents/scripts/demo.script -share/apps/quanta/templates/images/.dirinfo -share/apps/quanta/templates/images/jpg/demo.jpg -share/apps/quanta/templates/images/others/demo.tif -share/apps/quanta/templates/images/png/demo.png -share/apps/quanta/templates/text/.dirinfo -share/apps/quanta/templates/text/html/demo.html -share/apps/quanta/templates/text/others/demo.txt -share/apps/quanta/templates/text/scripts/demo.php -share/apps/quanta/toolbar/back.png -share/apps/quanta/toolbar/ball.png -share/apps/quanta/toolbar/bookmark.png -share/apps/quanta/toolbar/check.png -share/apps/quanta/toolbar/check_clear.png -share/apps/quanta/toolbar/check_grey.png -share/apps/quanta/toolbar/close.png -share/apps/quanta/toolbar/color.png -share/apps/quanta/toolbar/copy.png -share/apps/quanta/toolbar/cut.png -share/apps/quanta/toolbar/date.png -share/apps/quanta/toolbar/delete.png -share/apps/quanta/toolbar/div_center.png -share/apps/quanta/toolbar/div_justify.png -share/apps/quanta/toolbar/div_left.png -share/apps/quanta/toolbar/div_right.png -share/apps/quanta/toolbar/empty16x16.png -share/apps/quanta/toolbar/empty1x16.png -share/apps/quanta/toolbar/exit.png -share/apps/quanta/toolbar/find.png -share/apps/quanta/toolbar/findnext.png -share/apps/quanta/toolbar/font_dec.png -share/apps/quanta/toolbar/font_inc.png -share/apps/quanta/toolbar/form.png -share/apps/quanta/toolbar/forward.png -share/apps/quanta/toolbar/ftab.png -share/apps/quanta/toolbar/ftpclient.png -share/apps/quanta/toolbar/java.png -share/apps/quanta/toolbar/lineedit.png -share/apps/quanta/toolbar/linepas.png -share/apps/quanta/toolbar/mini-book1.png -share/apps/quanta/toolbar/mini-book2.png -share/apps/quanta/toolbar/mini-modules.png -share/apps/quanta/toolbar/new.png -share/apps/quanta/toolbar/open.png -share/apps/quanta/toolbar/openprj.png -share/apps/quanta/toolbar/options.png -share/apps/quanta/toolbar/output_win.png -share/apps/quanta/toolbar/paste.png -share/apps/quanta/toolbar/preview.png -share/apps/quanta/toolbar/preview1.png -share/apps/quanta/toolbar/preview2.png -share/apps/quanta/toolbar/preview3.png -share/apps/quanta/toolbar/preview4.png -share/apps/quanta/toolbar/print.png -share/apps/quanta/toolbar/ptab.png -share/apps/quanta/toolbar/quantalogo.png -share/apps/quanta/toolbar/quick_list.png -share/apps/quanta/toolbar/quick_start.png -share/apps/quanta/toolbar/quick_table.png -share/apps/quanta/toolbar/radio.png -share/apps/quanta/toolbar/redo.png -share/apps/quanta/toolbar/repaint.png -share/apps/quanta/toolbar/replace.png -share/apps/quanta/toolbar/reset.png -share/apps/quanta/toolbar/save.png -share/apps/quanta/toolbar/save_all.png -share/apps/quanta/toolbar/save_small.png -share/apps/quanta/toolbar/select.png -share/apps/quanta/toolbar/spellcheck.png -share/apps/quanta/toolbar/submit.png -share/apps/quanta/toolbar/table_data.png -share/apps/quanta/toolbar/table_head.png -share/apps/quanta/toolbar/tag_a.png -share/apps/quanta/toolbar/tag_a_url.png -share/apps/quanta/toolbar/tag_access.png -share/apps/quanta/toolbar/tag_bold.png -share/apps/quanta/toolbar/tag_br.png -share/apps/quanta/toolbar/tag_br_small.png -share/apps/quanta/toolbar/tag_caption.png -share/apps/quanta/toolbar/tag_card.png -share/apps/quanta/toolbar/tag_comm.png -share/apps/quanta/toolbar/tag_dd.png -share/apps/quanta/toolbar/tag_dl.png -share/apps/quanta/toolbar/tag_do.png -share/apps/quanta/toolbar/tag_dt.png -share/apps/quanta/toolbar/tag_em.png -share/apps/quanta/toolbar/tag_font.png -share/apps/quanta/toolbar/tag_font_base.png -share/apps/quanta/toolbar/tag_font_small.png -share/apps/quanta/toolbar/tag_go.png -share/apps/quanta/toolbar/tag_h1.png -share/apps/quanta/toolbar/tag_h2.png -share/apps/quanta/toolbar/tag_h3.png -share/apps/quanta/toolbar/tag_h4.png -share/apps/quanta/toolbar/tag_h5.png -share/apps/quanta/toolbar/tag_head.png -share/apps/quanta/toolbar/tag_hr.png -share/apps/quanta/toolbar/tag_hr_small.png -share/apps/quanta/toolbar/tag_i.png -share/apps/quanta/toolbar/tag_image.png -share/apps/quanta/toolbar/tag_li.png -share/apps/quanta/toolbar/tag_mail.png -share/apps/quanta/toolbar/tag_menu.png -share/apps/quanta/toolbar/tag_meta.png -share/apps/quanta/toolbar/tag_misc.png -share/apps/quanta/toolbar/tag_nbsp.png -share/apps/quanta/toolbar/tag_noop.png -share/apps/quanta/toolbar/tag_ol.png -share/apps/quanta/toolbar/tag_onevent.png -share/apps/quanta/toolbar/tag_p.png -share/apps/quanta/toolbar/tag_postfield.png -share/apps/quanta/toolbar/tag_pre.png -share/apps/quanta/toolbar/tag_setvar.png -share/apps/quanta/toolbar/tag_sub.png -share/apps/quanta/toolbar/tag_sup.png -share/apps/quanta/toolbar/tag_table.png -share/apps/quanta/toolbar/tag_table_body.png -share/apps/quanta/toolbar/tag_table_row.png -share/apps/quanta/toolbar/tag_tbody.png -share/apps/quanta/toolbar/tag_td.png -share/apps/quanta/toolbar/tag_th.png -share/apps/quanta/toolbar/tag_tr.png -share/apps/quanta/toolbar/tag_u.png -share/apps/quanta/toolbar/tag_ul.png -share/apps/quanta/toolbar/tag_wml.png -share/apps/quanta/toolbar/textarea.png -share/apps/quanta/toolbar/tree_win.png -share/apps/quanta/toolbar/ttab.png -share/apps/quanta/toolbar/undo.png -share/apps/quanta/toolbar/wiznewprjfin.png -share/apps/quanta/toolbar/wiznewprjglb.png -share/apps/quanta/toolbar/wiznewprjloc.png -share/apps/quanta/toolbar/wiznewprjweb.png -share/apps/quanta/toolbars/docbook.toolbar.tgz -share/apps/quanta/toolbars/html/fonts.toolbar.tgz -share/apps/quanta/toolbars/html/forms.toolbar.tgz -share/apps/quanta/toolbars/html/lists.toolbar.tgz -share/apps/quanta/toolbars/html/other.toolbar.tgz -share/apps/quanta/toolbars/html/standard.toolbar.tgz -share/apps/quanta/toolbars/html/tables.toolbar.tgz -share/apps/quanta/toolbars/kde_docbook.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/deck.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/forms.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/misc.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/table.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/tasks.toolbar.tgz -share/apps/quanta/toolbars/wml-1-2/text.toolbar.tgz -share/apps/quanta/toolbars/xml/fonts.toolbar.tgz -share/doc/HTML/en/quanta/action-script-out-error-options.png -share/doc/HTML/en/quanta/adv-quanta.docbook -share/doc/HTML/en/quanta/bottom1.png -share/doc/HTML/en/quanta/bottom2.png -share/doc/HTML/en/quanta/common -share/doc/HTML/en/quanta/conf-action.png -share/doc/HTML/en/quanta/conf-action1.png -share/doc/HTML/en/quanta/conf-action2.png -share/doc/HTML/en/quanta/conf-action3.png -share/doc/HTML/en/quanta/contents2.png -share/doc/HTML/en/quanta/debugging-quanta.docbook -share/doc/HTML/en/quanta/doc-view1.png -share/doc/HTML/en/quanta/extending-quanta.docbook -share/doc/HTML/en/quanta/ftab.png -share/doc/HTML/en/quanta/fundamentals.docbook -share/doc/HTML/en/quanta/index.cache.bz2 -share/doc/HTML/en/quanta/index.docbook -share/doc/HTML/en/quanta/installation.docbook -share/doc/HTML/en/quanta/introduction.docbook -share/doc/HTML/en/quanta/project-1.png -share/doc/HTML/en/quanta/project-3.png -share/doc/HTML/en/quanta/project-add-local-files.png -share/doc/HTML/en/quanta/project-tree-view-dir-rmb-menu.png -share/doc/HTML/en/quanta/project-tree-view-file-rmb-menu.png -share/doc/HTML/en/quanta/project-upload-dialog.png -share/doc/HTML/en/quanta/project-use-wget.png -share/doc/HTML/en/quanta/ptab.png -share/doc/HTML/en/quanta/quanta-menus.docbook -share/doc/HTML/en/quanta/quanta-projects.docbook -share/doc/HTML/en/quanta/quantalogo.png -share/doc/HTML/en/quanta/quantamdi-editor.png -share/doc/HTML/en/quanta/quantamdi-toolbar.png -share/doc/HTML/en/quanta/quantamdi-treeview.png -share/doc/HTML/en/quanta/quantamdi.png -share/doc/HTML/en/quanta/set-conf-action.png -share/doc/HTML/en/quanta/tag_listitem.png -share/doc/HTML/en/quanta/tag_listmember.png -share/doc/HTML/en/quanta/tag_simplelist.png -share/doc/HTML/en/quanta/tag_varlist.png -share/doc/HTML/en/quanta/taginputex.png -share/doc/HTML/en/quanta/template-rmb.png -share/doc/HTML/en/quanta/toolbars.png -share/doc/HTML/en/quanta/ttab.png -share/doc/HTML/en/quanta/using-quanta.docbook -share/doc/HTML/en/quanta/view_sidetree.png -share/icons/hicolor/16x16/apps/quanta.png -share/icons/hicolor/22x22/apps/quanta.png -share/icons/hicolor/32x32/apps/quanta.png -share/icons/hicolor/48x48/apps/quanta.png -share/icons/locolor/16x16/apps/kmdr/executor.png -share/icons/locolor/32x32/apps/kmdr/executor.png -@dirrm share/icons/locolor/32x32/apps/kmdr -@dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/apps/kmdr -@dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/22x22/apps -@dirrm share/icons/hicolor/22x22 -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons -@dirrm share/doc/HTML/en/quanta -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML -@dirrm share/doc -@dirrm share/apps/quanta/toolbars/xml -@dirrm share/apps/quanta/toolbars/wml-1-2 -@dirrm share/apps/quanta/toolbars/html -@dirrm share/apps/quanta/toolbars -@dirrm share/apps/quanta/toolbar -@dirrm share/apps/quanta/templates/text/scripts -@dirrm share/apps/quanta/templates/text/others -@dirrm share/apps/quanta/templates/text/html -@dirrm share/apps/quanta/templates/text -@dirrm share/apps/quanta/templates/images/png -@dirrm share/apps/quanta/templates/images/others -@dirrm share/apps/quanta/templates/images/jpg -@dirrm share/apps/quanta/templates/images -@dirrm share/apps/quanta/templates/documents/scripts -@dirrm share/apps/quanta/templates/documents/others -@dirrm share/apps/quanta/templates/documents/html -@dirrm share/apps/quanta/templates/documents -@dirrm share/apps/quanta/templates/binaries/others -@dirrm share/apps/quanta/templates/binaries/images/png -@dirrm share/apps/quanta/templates/binaries/images/jpg -@dirrm share/apps/quanta/templates/binaries/images -@dirrm share/apps/quanta/templates/binaries -@dirrm share/apps/quanta/templates -@dirrm share/apps/quanta/tags/xhtml -@dirrm share/apps/quanta/tags/wml-1-2 -@dirrm share/apps/quanta/tags/tagxslt -@dirrm share/apps/quanta/tags/tagxml -@dirrm share/apps/quanta/tags/php -@dirrm share/apps/quanta/tags/html-strict -@dirrm share/apps/quanta/tags/html-frameset -@dirrm share/apps/quanta/tags/html -@dirrm share/apps/quanta/tags -@dirrm share/apps/quanta/doc -@dirrm share/apps/quanta -@dirrm share/apps -@dirrm share/applnk/Editors -@dirrm share/applnk/Development -@dirrm share/applnk/Applications -@dirrm share/applnk -@dirrm lib/quanta/plugins -@dirrm lib/quanta diff --git a/www/linux-beonex/Makefile b/www/linux-beonex/Makefile index 8fceddf44ed5..fcfa3ca4df05 100644 --- a/www/linux-beonex/Makefile +++ b/www/linux-beonex/Makefile @@ -19,6 +19,8 @@ PATCH_SITE_SUBDIR=trevor MAINTAINER= trevor@FreeBSD.org COMMENT=Browser, HTML editor, mail and news client for use with Linux plugins +FORBIDDEN= "based on Mozilla 1.0.1, which has some security bugs--see\ + <URL:http://bugzilla.mozilla.org/buglist.cgi?keywords_type=anywords&keywords=fixed1.0.2+verified1.0.2&bug_status=RESOLVED&bug_status=VERIFIED&resolution=FIXED&field0-0-0=bug_group&type0-0-0=changedfrom&value0-0-0=security>" RUN_DEPENDS= \ ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk diff --git a/www/linux-firefox/Makefile b/www/linux-firefox/Makefile deleted file mode 100644 index 648cd0a784bb..000000000000 --- a/www/linux-firefox/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# New ports collection makefile for: linux-phoenix -# Date created: 2002-10-10 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.3 -CATEGORIES= www linux -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= phoenix/releases/${PORTVERSION} -PKGNAMEPREFIX= linux- -DISTNAME= phoenix-${PORTVERSION}-i686-pc-linux-gnu - -MAINTAINER= voisine@bytemobile.com -COMMENT= Web browser branched from Mozilla - -RUN_DEPENDS= \ - ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk - -NO_BUILD= yes -NO_FILTER_SHLIBS=yes -ONLY_FOR_ARCHS= i386 -PKGMESSAGE= ${WRKDIR}/pkg-message -PLIST= ${WRKDIR}/pkg-plist -USE_LINUX= yes -USE_XLIB= yes -USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/phoenix - -do-patch: - ${ECHO_CMD} "#!/bin/sh" > ${WRKDIR}/linkfarm - ${ECHO_CMD} \ - "# Run this after installing Beonex, Mozilla or Netscape plugins." \ - >>${WRKDIR}/linkfarm - ${ECHO_CMD} "cd ${PREFIX}/lib/linux-phoenix/plugins" \ - >>${WRKDIR}/linkfarm -.for ii in linux-beonex/plugins netscape-linux/plugins flash \ - linux-mozilla/plugins linux-netscape*/plugins - ${ECHO_CMD} -n "${FIND} ${LOCALBASE}/lib/${ii}/*" \ - >>${WRKDIR}/linkfarm - ${ECHO_CMD} " -maxdepth 1 -exec ${LN} -s {} \; 2>/dev/null" \ - >>${WRKDIR}/linkfarm -.endfor - -pre-install: - ${ECHO_CMD} bin/linux-phoenix > ${PLIST} - ${ECHO_CMD} "@unexec ${FIND} ${PREFIX}/lib/linux-phoenix/plugins \ - -type l -exec ${RM} {} \;" >> ${PLIST} - cd ${WRKSRC} && ${FIND} -s * -type f -o -type l | \ - ${SED} -e 's:^:lib/linux-phoenix/:' >> ${PLIST} \ - && ${FIND} -d * -type d | \ - ${SED} -e 's:^:@dirrm lib/linux-phoenix/:' >> ${PLIST} - ${ECHO_CMD} lib/linux-phoenix/linkfarm >> ${PLIST} - ${ECHO_CMD} @dirrm lib/linux-phoenix >> ${PLIST} - ${ECHO_CMD} "@exec ${PREFIX}/lib/linux-phoenix/linkfarm" >> ${PLIST} - -do-install: - ${MKDIR} ${PREFIX}/lib/linux-phoenix - ${CHMOD} 755 ${PREFIX}/lib/linux-phoenix - cd ${WRKSRC} && ${FIND} * | \ - cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/linux-phoenix - ${LN} -s ${PREFIX}/lib/linux-phoenix/phoenix \ - ${PREFIX}/bin/linux-phoenix - ${INSTALL_SCRIPT} ${WRKDIR}/linkfarm ${PREFIX}/lib/linux-phoenix - -post-install: - @${ECHO_CMD} \*\* After adding plugins to \(Linux\) Beonex, - @${ECHO_CMD} \*\* Mozilla or Netscape, run\ - > ${PKGMESSAGE} - @${ECHO_CMD} \*\* ${PREFIX}/lib/linux-beonex/linkfarm >> ${PKGMESSAGE} - @${ECHO_CMD} \*\* as root to make them available to linux-phoenix. \ - >> ${PKGMESSAGE} - @- ${SH} ${PREFIX}/lib/linux-phoenix/linkfarm || true - @ ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/linux-firefox/distinfo b/www/linux-firefox/distinfo deleted file mode 100644 index 5ef7c15291d1..000000000000 --- a/www/linux-firefox/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.3-i686-pc-linux-gnu.tar.gz) = c620ad7e812b04a51452b2d91dab65a3 diff --git a/www/linux-firefox/pkg-descr b/www/linux-firefox/pkg-descr deleted file mode 100644 index d3e3e04eee0e..000000000000 --- a/www/linux-firefox/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Phoenix is a Web, FTP and gopher browser branched from Mozilla. It does not -include an HTML editor, e-mail user agent, IRC client, or news reader. - -This is a pre-compiled Linux/i386 version, able to run plugins from that -platform. This port is compatible with the Flash plugins from the -www/linux-flashplugin and www/netscape7 ports. - -WWW: http://mozilla.org/projects/phoenix/ diff --git a/www/linux-mozilla-devel/Makefile b/www/linux-mozilla-devel/Makefile deleted file mode 100644 index 91a3d76c9a67..000000000000 --- a/www/linux-mozilla-devel/Makefile +++ /dev/null @@ -1,160 +0,0 @@ -# New ports collection makefile for: linux-mozilla -# Date created: 2001-11-24 -# Whom: trevor -# based on ports/www/linux-netscape6 -# -# $FreeBSD$ -# - -PORTNAME= mozilla -PORTVERSION= 1.2 -CATEGORIES= www linux -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= mozilla/releases/mozilla${PORTVERSION}b/linux-xpi - -PKGNAMEPREFIX= linux- -DIST_SUBDIR= linux-mozilla/${PORTVERSION}b - -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= trevor -PATCHFILES= linux-mozilla-${PORTVERSION}b-generated-files.tar.gz - -MAINTAINER= trevor@FreeBSD.org -COMMENT=Browser, HTML editor, MUA and newsreader for use with Linux plugins - -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk - -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -ONLY_FOR_ARCHS= i386 -USE_XLIB= yes -USE_LINUX= yes -WRKSRC= ${WRKDIR}/xpi -INSTALL_DIR= ${PREFIX}/lib/linux-mozilla -PKGMESSAGE= ${WRKDIR}/pkg-message -PLIST= ${WRKDIR}/pkg-plist -STARTUP_CMD= linux-mozilla - -.if !defined(BATCH) -IS_INTERACTIVE= yes -.endif - -.include <bsd.port.pre.mk> - -pre-everything:: - ${MKDIR} ${WRKSRC} -.if !defined(BATCH) - ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure -.endif -DISTFILES= browser.xpi \ - deflenus.xpi \ - inspector.xpi \ - langenus.xpi \ - mail.xpi \ - psm.xpi \ - regus.xpi \ - talkback.xpi \ - venkman.xpi \ - xpcom.xpi -.if exists(${WRKDIRPREFIX}${.CURDIR}/work/xpi/components.conf) -DISTFILES!= ${CAT} ${WRKDIRPREFIX}${.CURDIR}/work/xpi/components.conf -.endif - -checksum: -.if !defined(REAL_EXTRACT) - @cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} fetch -.endif - @if [ ! -f ${MD5_FILE} ]; then \ - ${ECHO_MSG} ">> No MD5 checksum file."; \ - else \ - (cd ${DISTDIR}; OK="true"; \ - for file in ${_CKSUMFILES}; do \ - if [ -r $$file ]; then \ - CKSUM=`${MD5} < $$file`; \ - CKSUM2=`${GREP} "^MD5 ($$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ - if [ "$$CKSUM2" = "" ]; then \ - ${ECHO_MSG} ">> No checksum recorded for $$file."; \ - OK="false"; \ - elif ${EXPR} "$$CKSUM2" : ".*$$CKSUM" > /dev/null; then \ - ${ECHO_MSG} ">> Checksum OK for $$file."; \ - else \ - ${ECHO_MSG} ">> Checksum mismatch for $$file."; \ - OK="false"; \ - fi; \ - fi; \ - done; \ - if [ "$$OK" != "true" ]; then \ - ${ECHO_MSG} "Make sure the Makefile and distinfo file (${MD5_FILE})"; \ - ${ECHO_MSG} "are up to date. If you are absolutely sure you want to override this"; \ - ${ECHO_MSG} "check, type \"make NO_CHECKSUM=yes [other args]\"."; \ - exit 1; \ - fi) ; \ - fi - -do-extract: - ${MKDIR} ${WRKSRC} -.for i in ${DISTFILES} - unzip -qo ${DISTDIR}/${DIST_SUBDIR}/${i} -d ${WRKSRC} -.endfor - -do-patch: - ${MKDIR} ${WRKSRC}/tmp - ${TAR} -C ${WRKSRC}/tmp -xzf ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} - ${TAR} -C ${WRKSRC}/bin -xzf ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} - for j in chatzilla cookie inspector messenger pippki venkman; do \ - if [ ! -e ${WRKSRC}/bin/chrome/$$j.jar ]; then \ - for i in communicator editor messenger navigator; do \ - ${GREP} -v $$j ${WRKSRC}/tmp/chrome/overlayinfo/$$i/content/overlays.rdf > \ - ${WRKSRC}/bin/chrome/overlayinfo/$$i/content/overlays.rdf; \ - ${CP} ${WRKSRC}/bin/chrome/overlayinfo/$$i/content/overlays.rdf \ - ${WRKSRC}/tmp/chrome/overlayinfo/$$i/content/overlays.rdf; \ - done; \ - ${RM} -f ${WRKSRC}/bin/chrome/overlayinfo/$$j/content/overlays.rdf; \ - fi; \ - done; - -do-configure: -# - kldload linux -# ${SETENV} $DISPLAY="NONE" ${WRKSRC}/bin/mozilla file:///dev/null - ${ECHO_CMD} "#!/bin/sh" >${WRKDIR}/${STARTUP_CMD} - ${ECHO_CMD} -n "cd " >>${WRKDIR}/${STARTUP_CMD} - ${ECHO_CMD} ${INSTALL_DIR} >>${WRKDIR}/${STARTUP_CMD} - ${ECHO_CMD} 'exec ./mozilla $$@' >>${WRKDIR}/${STARTUP_CMD} - ${ECHO_CMD} "#!/bin/sh" >${WRKDIR}/linkfarm - ${ECHO_CMD} "# Run this after installing Netscape plugins." >>${WRKDIR}/linkfarm - ${ECHO_CMD} "cd ${PREFIX}/lib/linux-mozilla/plugins" >>${WRKDIR}/linkfarm - ${ECHO_CMD} -n "${FIND} ../../netscape-linux/plugins/*" >>${WRKDIR}/linkfarm - ${ECHO_CMD} " -maxdepth 1 -exec ${LN} -s {} \; 2>/dev/null" >>${WRKDIR}/linkfarm - ${ECHO_CMD} -n "${FIND} ../../linux-netscape*/plugins" >>${WRKDIR}/linkfarm - ${ECHO_CMD} " -maxdepth 1 -exec ${LN} -s {} \; 2>/dev/null" >>${WRKDIR}/linkfarm - ${ECHO_CMD} -n "${FIND} ../../linux-beonex/plugins" >>${WRKDIR}/linkfarm - ${ECHO_CMD} " -maxdepth 1 -exec ${LN} -s {} \; 2>/dev/null" >>${WRKDIR}/linkfarm - -pre-install: - ${ECHO_CMD} bin/${STARTUP_CMD} > ${PLIST} - ${ECHO_CMD} "@unexec ${FIND} ${PREFIX}/lib/linux-mozilla/plugins -type l \ - -exec ${RM} {} \;" >> ${PLIST} - cd ${WRKSRC}/bin; for i in `find * \! -type d | sort`; do \ - ${ECHO_CMD} lib/linux-mozilla/$${i} >> ${PLIST}; \ - done - cd ${WRKSRC}/bin; \ - for i in `find -d * -type d`; do \ - ${ECHO_CMD} @dirrm lib/linux-mozilla/$${i} >> ${PLIST}; \ - done - ${ECHO_CMD} lib/linux-mozilla/linkfarm >> ${PLIST} - ${ECHO_CMD} "@exec ${PREFIX}/lib/linux-mozilla/linkfarm" >> ${PLIST} - ${ECHO_CMD} @dirrm lib/linux-mozilla >> ${PLIST} - -do-install: - ${MKDIR} ${INSTALL_DIR} - ${CP} -Rp ${WRKSRC}/bin/* ${INSTALL_DIR} - ${INSTALL_SCRIPT} ${WRKDIR}/${STARTUP_CMD} ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/linkfarm ${PREFIX}/lib/linux-mozilla/ - -post-install: - ${SED} -e 's:PREFIX:${PREFIX}:g' ${PKGDIR}/pkg-message > ${PKGMESSAGE} - - ${PREFIX}/lib/linux-mozilla/linkfarm - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/www/linux-mozilla-devel/distinfo b/www/linux-mozilla-devel/distinfo deleted file mode 100644 index 2da2402cb754..000000000000 --- a/www/linux-mozilla-devel/distinfo +++ /dev/null @@ -1,11 +0,0 @@ -MD5 (linux-mozilla/1.2b/browser.xpi) = deb6b97a992d07b2f03deafcd1169dc0 -MD5 (linux-mozilla/1.2b/deflenus.xpi) = b6b90bb38c42188f024b483b06ba58d7 -MD5 (linux-mozilla/1.2b/inspector.xpi) = a3d9323377558ff9288cf1e10ec4406e -MD5 (linux-mozilla/1.2b/langenus.xpi) = 440d8c57a51e615532348d3e5c3f1e26 -MD5 (linux-mozilla/1.2b/linux-mozilla-1.2b-generated-files.tar.gz) = b3f69730255f460821c1b5d9a9fd3ac4 -MD5 (linux-mozilla/1.2b/mail.xpi) = 83df9416c8bbbee6d68adaa21925c6a2 -MD5 (linux-mozilla/1.2b/psm.xpi) = a92b6fb226622da01e9e531ccb4429fe -MD5 (linux-mozilla/1.2b/regus.xpi) = 255f8687c3c1f94776df36029a6d150f -MD5 (linux-mozilla/1.2b/talkback.xpi) = 58fa17f346075e9662a5dd15a797f705 -MD5 (linux-mozilla/1.2b/venkman.xpi) = b33a73ea7e113afb0d8a15842332eb90 -MD5 (linux-mozilla/1.2b/xpcom.xpi) = 4daf991690e26ea0afd5cdc6f542d9dc diff --git a/www/linux-mozilla-devel/pkg-descr b/www/linux-mozilla-devel/pkg-descr deleted file mode 100644 index 6569b28efeb5..000000000000 --- a/www/linux-mozilla-devel/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -This is the Mozilla suite (Web browser, HTML editor, mail user -agent, news reader, and address book) pre-compiled for Linux. The -Linux version is necessary for running plugins which are only -available as Linux binaries. - -The Chatzilla IRC client is not installed by this port, due to a -security bug. - -This port is compatible with the www/linuxflashplugin port and with -the Flash and Java plugins from the www/linux-netscape6 port. - -For the maintainer, the Java plugin from Netscape 6 does not work -when linux_base-7 is installed, but does work under linux_base-61 -or linux_base-62. Your mileage may vary. - -WWW: http://mozilla.org/ diff --git a/www/linux-mozilla-devel/pkg-message b/www/linux-mozilla-devel/pkg-message deleted file mode 100644 index 9677a703420c..000000000000 --- a/www/linux-mozilla-devel/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ -********************************************************************* -Sharing a profile (found in users' ~/.mozilla/) with an older Mozilla -or with Netscape 7 may cause loss of the data in the profile, or -other ill effects. Users are urged to back up the contents of -~/.mozilla/ and to make separate profiles if they wish to attempt -this. - -After installing new plugins within (Linux) Netscape 7 or Beonex, run -PREFIX/lib/linux-mozilla/linkfarm -each time as root to make them available to linux-mozilla. -********************************************************************* diff --git a/www/linux-mozilla-devel/scripts/configure b/www/linux-mozilla-devel/scripts/configure deleted file mode 100644 index f51afff58430..000000000000 --- a/www/linux-mozilla-devel/scripts/configure +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -echo ${WRKSRC}/components.conf -if [ -f ${WRKSRC}/components.conf ]; then - exit -fi - -tempfile=`/usr/bin/mktemp -t checklist` - -echo "browser langenus regus xpcom" > /tmp/checklist.tmp.$$; - -/usr/bin/dialog --title "Mozilla component selection" --clear \ - --checklist "\n\ -Choose which components of Mozilla to download and install. \n\ -Press the space bar to toggle selections." -1 -1 6 \ -"deflenus" "American English profile defaults (8 kB)" ON \ -"inspector" "DOM inspector (240 kB)" ON \ -"mail" "Mozilla Mail and News (1824 kB)" ON \ -"psm" "Personal Security Manager--recommended (768 kB)" ON \ -"talkback" "sends crash logs to Mozilla staff (832 kB)" ON \ -"venkman" "JavaScript debugger (256 kB)" ON \ -2>> /tmp/checklist.tmp.$$ - -retval=$? - -case $retval in - 1) echo "Cancel pressed." - exit 1 - ;; -esac - -choice=`cat /tmp/checklist.tmp.$$` -rm -f /tmp/checklist.tmp.$$ - -echo "$choice" -echo "$choice" \ - | sed -e "s/\"//g" \ - | sort -u \ - | sed -e "s/ /.xpi /g" \ - | sed -e "s/$/.xpi/g" \ - | perl -pi -e "s/ /\n/g" \ - > ${WRKSRC}/components.conf diff --git a/www/linux-mozillafirebird/Makefile b/www/linux-mozillafirebird/Makefile deleted file mode 100644 index 648cd0a784bb..000000000000 --- a/www/linux-mozillafirebird/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# New ports collection makefile for: linux-phoenix -# Date created: 2002-10-10 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.3 -CATEGORIES= www linux -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= phoenix/releases/${PORTVERSION} -PKGNAMEPREFIX= linux- -DISTNAME= phoenix-${PORTVERSION}-i686-pc-linux-gnu - -MAINTAINER= voisine@bytemobile.com -COMMENT= Web browser branched from Mozilla - -RUN_DEPENDS= \ - ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk - -NO_BUILD= yes -NO_FILTER_SHLIBS=yes -ONLY_FOR_ARCHS= i386 -PKGMESSAGE= ${WRKDIR}/pkg-message -PLIST= ${WRKDIR}/pkg-plist -USE_LINUX= yes -USE_XLIB= yes -USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/phoenix - -do-patch: - ${ECHO_CMD} "#!/bin/sh" > ${WRKDIR}/linkfarm - ${ECHO_CMD} \ - "# Run this after installing Beonex, Mozilla or Netscape plugins." \ - >>${WRKDIR}/linkfarm - ${ECHO_CMD} "cd ${PREFIX}/lib/linux-phoenix/plugins" \ - >>${WRKDIR}/linkfarm -.for ii in linux-beonex/plugins netscape-linux/plugins flash \ - linux-mozilla/plugins linux-netscape*/plugins - ${ECHO_CMD} -n "${FIND} ${LOCALBASE}/lib/${ii}/*" \ - >>${WRKDIR}/linkfarm - ${ECHO_CMD} " -maxdepth 1 -exec ${LN} -s {} \; 2>/dev/null" \ - >>${WRKDIR}/linkfarm -.endfor - -pre-install: - ${ECHO_CMD} bin/linux-phoenix > ${PLIST} - ${ECHO_CMD} "@unexec ${FIND} ${PREFIX}/lib/linux-phoenix/plugins \ - -type l -exec ${RM} {} \;" >> ${PLIST} - cd ${WRKSRC} && ${FIND} -s * -type f -o -type l | \ - ${SED} -e 's:^:lib/linux-phoenix/:' >> ${PLIST} \ - && ${FIND} -d * -type d | \ - ${SED} -e 's:^:@dirrm lib/linux-phoenix/:' >> ${PLIST} - ${ECHO_CMD} lib/linux-phoenix/linkfarm >> ${PLIST} - ${ECHO_CMD} @dirrm lib/linux-phoenix >> ${PLIST} - ${ECHO_CMD} "@exec ${PREFIX}/lib/linux-phoenix/linkfarm" >> ${PLIST} - -do-install: - ${MKDIR} ${PREFIX}/lib/linux-phoenix - ${CHMOD} 755 ${PREFIX}/lib/linux-phoenix - cd ${WRKSRC} && ${FIND} * | \ - cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/linux-phoenix - ${LN} -s ${PREFIX}/lib/linux-phoenix/phoenix \ - ${PREFIX}/bin/linux-phoenix - ${INSTALL_SCRIPT} ${WRKDIR}/linkfarm ${PREFIX}/lib/linux-phoenix - -post-install: - @${ECHO_CMD} \*\* After adding plugins to \(Linux\) Beonex, - @${ECHO_CMD} \*\* Mozilla or Netscape, run\ - > ${PKGMESSAGE} - @${ECHO_CMD} \*\* ${PREFIX}/lib/linux-beonex/linkfarm >> ${PKGMESSAGE} - @${ECHO_CMD} \*\* as root to make them available to linux-phoenix. \ - >> ${PKGMESSAGE} - @- ${SH} ${PREFIX}/lib/linux-phoenix/linkfarm || true - @ ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/linux-mozillafirebird/distinfo b/www/linux-mozillafirebird/distinfo deleted file mode 100644 index 5ef7c15291d1..000000000000 --- a/www/linux-mozillafirebird/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.3-i686-pc-linux-gnu.tar.gz) = c620ad7e812b04a51452b2d91dab65a3 diff --git a/www/linux-mozillafirebird/pkg-descr b/www/linux-mozillafirebird/pkg-descr deleted file mode 100644 index d3e3e04eee0e..000000000000 --- a/www/linux-mozillafirebird/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Phoenix is a Web, FTP and gopher browser branched from Mozilla. It does not -include an HTML editor, e-mail user agent, IRC client, or news reader. - -This is a pre-compiled Linux/i386 version, able to run plugins from that -platform. This port is compatible with the Flash plugins from the -www/linux-flashplugin and www/netscape7 ports. - -WWW: http://mozilla.org/projects/phoenix/ diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile deleted file mode 100644 index 3f1088cd7931..000000000000 --- a/www/linux-opera-devel/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: linux-opera4 -# Date created: December 6th 2000 -# Whom: des -# -# $FreeBSD$ -# - -PORTNAME= opera -PORTVERSION= 6.12.20030305 -CATEGORIES= www linux -MASTER_SITES= http://opera.online.no/linux/612/final/en/i386/static/ \ - ftp://ftp.opera.com/pub/opera/linux/612/final/en/i386/static/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/12./12-/}.1-static-qt.i386 - -MAINTAINER= des@FreeBSD.org -COMMENT= A blazingly fast, full-featured, standards-compliant browser - -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif \ - ${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png - -USE_BZIP2= yes -USE_LINUX= yes -ONLY_FOR_ARCHS= i386 - -NO_BUILD= yes -NO_FILTER_SHLIBS=yes - -do-install: - (cd ${WRKSRC} && ./install.sh --prefix="${PREFIX}") - -.include <bsd.port.mk> diff --git a/www/linux-opera-devel/distinfo b/www/linux-opera-devel/distinfo deleted file mode 100644 index 345f5aa38964..000000000000 --- a/www/linux-opera-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (opera-6.12-20030305.1-static-qt.i386.tar.bz2) = 1f9f677dabeefbcf1195248ffc9095e5 diff --git a/www/linux-opera-devel/files/patch-aa b/www/linux-opera-devel/files/patch-aa deleted file mode 100644 index d926c7bdc415..000000000000 --- a/www/linux-opera-devel/files/patch-aa +++ /dev/null @@ -1,62 +0,0 @@ ---- install.sh.orig Wed Mar 5 19:07:59 2003 -+++ install.sh Tue Mar 11 18:37:28 2003 -@@ -765,6 +765,16 @@ - wrapper_sunjava_machine="sparc" - ;; - -+ i386:FreeBSD) -+ wrapper_plugin_paths=" -+ $prefix/Acrobat[45]/bin \\ -+ $prefix/lib/RealPlayer8/Plugins \\ -+ $prefix/lib/netscape-linux/plugins \\ -+ $prefix/linux-jdk1.3.1/jre/plugin/i386/ns4 \\ -+ $prefix/linux-ibm-jdk1.3.0/jre/bin \\ -+ $prefix/linux-jdk1.4.0b3/jre/plugin/i386/ns4 \\" -+ ;; -+ - mips*:Linux) - wrapper_plugin_paths='' - ;; -@@ -890,7 +900,7 @@ - - # Acrobat Reader - for BINDIR in \\ -- /usr/local/Acrobat[45]/bin \\ -+ $prefix/Acrobat[45]/bin \\ - /usr/lib/Acrobat[45]/bin \\ - /usr/X11R6/lib/Acrobat[45]/bin \\ - /opt/Acrobat[45]/bin \\ -@@ -1100,8 +1110,9 @@ - ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so - - # System wide configuration files -- config_dir="/etc" -+ config_dir="$prefix/etc" - if can_write_to "$config_dir"; then -+if false; then # XXX - echo - echo "System wide configuration files:" - echo " $config_dir/opera6rc" -@@ -1128,6 +1139,7 @@ - ;; - esac - done -+fi # XXX - else - echo - echo "User \"${USERNAME}\" does not have write access to $config_dir" -@@ -1138,10 +1150,10 @@ - fi - - # Shorcuts and Icons -- icons -- gnome -- kde2 -- kde -+# icons -+# gnome -+# kde2 -+# kde - - # Add uninstallation here - diff --git a/www/linux-opera-devel/pkg-descr b/www/linux-opera-devel/pkg-descr deleted file mode 100644 index e3a20a13f1b9..000000000000 --- a/www/linux-opera-devel/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Opera is currently the fastest and most standards-compliant full-featured -graphical web browser around. - -WWW: http://www.opera.com/ diff --git a/www/linux-opera-devel/pkg-plist b/www/linux-opera-devel/pkg-plist deleted file mode 100644 index 63ae767fff58..000000000000 --- a/www/linux-opera-devel/pkg-plist +++ /dev/null @@ -1,398 +0,0 @@ -bin/opera -share/doc/opera/LICENSE -share/doc/opera/help -share/opera/bin/opera -share/opera/buttons/DefSmall -share/opera/buttons/Default -share/opera/buttons/default/abc.gif -share/opera/buttons/default/buttons.ini -share/opera/buttons/default/cascade.gif -share/opera/buttons/default/compose.gif -share/opera/buttons/default/copy.gif -share/opera/buttons/default/delete.gif -share/opera/buttons/default/doccomp.gif -share/opera/buttons/default/docerr.gif -share/opera/buttons/default/dochtlst.gif -share/opera/buttons/default/docim.gif -share/opera/buttons/default/docload.gif -share/opera/buttons/default/docmail.gif -share/opera/buttons/default/docnews.gif -share/opera/buttons/default/docprog.gif -share/opera/buttons/default/docsrch.gif -share/opera/buttons/default/doctrsf.gif -share/opera/buttons/default/document.gif -share/opera/buttons/default/docunkn.gif -share/opera/buttons/default/docunrd.gif -share/opera/buttons/default/dropdown.gif -share/opera/buttons/default/figprog.gif -share/opera/buttons/default/finished.gif -share/opera/buttons/default/forward.gif -share/opera/buttons/default/fullscre.gif -share/opera/buttons/default/go.gif -share/opera/buttons/default/hisecu.gif -share/opera/buttons/default/home.gif -share/opera/buttons/default/hotlist.gif -share/opera/buttons/default/hotlstto.gif -share/opera/buttons/default/html.gif -share/opera/buttons/default/im.gif -share/opera/buttons/default/incl.gif -share/opera/buttons/default/keyb.gif -share/opera/buttons/default/load.gif -share/opera/buttons/default/loading.gif -share/opera/buttons/default/losecu.gif -share/opera/buttons/default/maxlist.gif -share/opera/buttons/default/maxmail.gif -share/opera/buttons/default/menu.gif -share/opera/buttons/default/mesecu.gif -share/opera/buttons/default/moveto.gif -share/opera/buttons/default/new.gif -share/opera/buttons/default/newbkmk.gif -share/opera/buttons/default/newcntct.gif -share/opera/buttons/default/newfldr.gif -share/opera/buttons/default/newscatc.gif -share/opera/buttons/default/newsfoll.gif -share/opera/buttons/default/newsfoll1.gif -share/opera/buttons/default/newsgrp.gif -share/opera/buttons/default/newsmrea.gif -share/opera/buttons/default/newsnext.gif -share/opera/buttons/default/newsover.gif -share/opera/buttons/default/newsprev.gif -share/opera/buttons/default/newssall.gif -share/opera/buttons/default/newsthr.gif -share/opera/buttons/default/newsunr.gif -share/opera/buttons/default/next.gif -share/opera/buttons/default/noimg.gif -share/opera/buttons/default/nosecu.gif -share/opera/buttons/default/open.gif -share/opera/buttons/default/previous.gif -share/opera/buttons/default/previous1.gif -share/opera/buttons/default/print.gif -share/opera/buttons/default/printact.gif -share/opera/buttons/default/printall.gif -share/opera/buttons/default/printscr.gif -share/opera/buttons/default/printvie.gif -share/opera/buttons/default/redirect.gif -share/opera/buttons/default/reload.gif -share/opera/buttons/default/reply.gif -share/opera/buttons/default/replyall.gif -share/opera/buttons/default/save.gif -share/opera/buttons/default/search.gif -share/opera/buttons/default/send.gif -share/opera/buttons/default/send1.gif -share/opera/buttons/default/sendqd.gif -share/opera/buttons/default/show.gif -share/opera/buttons/default/split.gif -share/opera/buttons/default/stop.gif -share/opera/buttons/default/stop1.gif -share/opera/buttons/default/tbsearch.gif -share/opera/buttons/default/tile.gif -share/opera/buttons/default/tilevert.gif -share/opera/buttons/default/update.gif -share/opera/buttons/default/url.gif -share/opera/buttons/default/usermode.gif -share/opera/buttons/default/websrch.gif -share/opera/buttons/defsmall/abc.gif -share/opera/buttons/defsmall/buttons.ini -share/opera/buttons/defsmall/cascade.gif -share/opera/buttons/defsmall/compose.gif -share/opera/buttons/defsmall/copy.gif -share/opera/buttons/defsmall/delete.gif -share/opera/buttons/defsmall/dropdown.gif -share/opera/buttons/defsmall/forward.gif -share/opera/buttons/defsmall/fullscre.gif -share/opera/buttons/defsmall/home.gif -share/opera/buttons/defsmall/hotlist.gif -share/opera/buttons/defsmall/hotlstto.gif -share/opera/buttons/defsmall/imsmall.gif -share/opera/buttons/defsmall/incl.gif -share/opera/buttons/defsmall/keyb.gif -share/opera/buttons/defsmall/maxlist.gif -share/opera/buttons/defsmall/maxmail.gif -share/opera/buttons/defsmall/menu.gif -share/opera/buttons/defsmall/moveto.gif -share/opera/buttons/defsmall/new.gif -share/opera/buttons/defsmall/newbkmk.gif -share/opera/buttons/defsmall/newcntct.gif -share/opera/buttons/defsmall/newfldr.gif -share/opera/buttons/defsmall/newscatc.gif -share/opera/buttons/defsmall/newsfoll.gif -share/opera/buttons/defsmall/newsgrp.gif -share/opera/buttons/defsmall/newsmrea.gif -share/opera/buttons/defsmall/newsnext.gif -share/opera/buttons/defsmall/newsover.gif -share/opera/buttons/defsmall/newsprev.gif -share/opera/buttons/defsmall/newssall.gif -share/opera/buttons/defsmall/newsthr.gif -share/opera/buttons/defsmall/newsunr.gif -share/opera/buttons/defsmall/next.gif -share/opera/buttons/defsmall/open.gif -share/opera/buttons/defsmall/previous.gif -share/opera/buttons/defsmall/print.gif -share/opera/buttons/defsmall/redirect.gif -share/opera/buttons/defsmall/reload.gif -share/opera/buttons/defsmall/reply.gif -share/opera/buttons/defsmall/replyall.gif -share/opera/buttons/defsmall/save.gif -share/opera/buttons/defsmall/search.gif -share/opera/buttons/defsmall/send.gif -share/opera/buttons/defsmall/sendqd.gif -share/opera/buttons/defsmall/split.gif -share/opera/buttons/defsmall/tile.gif -share/opera/buttons/defsmall/tilevert.gif -share/opera/buttons/defsmall/update.gif -share/opera/buttons/defsmall/url.gif -share/opera/buttons/examples/example_big.ini -share/opera/buttons/examples/example_small.ini -share/opera/buttons/examples/opera_22x22.png -share/opera/buttons/examples/opera_32x32.png -share/opera/buttons/readme.txt -share/opera/buttons/standard/addressbar_high_security.png -share/opera/buttons/standard/addressbar_html.png -share/opera/buttons/standard/addressbar_html_alt2.png -share/opera/buttons/standard/addressbar_html_alt3.png -share/opera/buttons/standard/addressbar_html_alt4.png -share/opera/buttons/standard/addressbar_load_images.png -share/opera/buttons/standard/addressbar_low_security.png -share/opera/buttons/standard/addressbar_medium_security.png -share/opera/buttons/standard/addressbar_no_images.png -share/opera/buttons/standard/addressbar_no_security.png -share/opera/buttons/standard/addressbar_print_pv.png -share/opera/buttons/standard/addressbar_show_images.png -share/opera/buttons/standard/buttons.ini -share/opera/buttons/standard/general_delete.png -share/opera/buttons/standard/general_move_to.png -share/opera/buttons/standard/general_new_folder.png -share/opera/buttons/standard/general_next.png -share/opera/buttons/standard/general_previous.png -share/opera/buttons/standard/general_save.png -share/opera/buttons/standard/general_stop.png -share/opera/buttons/standard/general_view.png -share/opera/buttons/standard/hotlist_new_bookmark.png -share/opera/buttons/standard/hotlist_new_contact.png -share/opera/buttons/standard/icons/bookmark_unvisited.png -share/opera/buttons/standard/icons/bookmark_visited.png -share/opera/buttons/standard/icons/boy01.png -share/opera/buttons/standard/icons/boy02.png -share/opera/buttons/standard/icons/boy03.png -share/opera/buttons/standard/icons/boy04.png -share/opera/buttons/standard/icons/boy05.png -share/opera/buttons/standard/icons/boy06.png -share/opera/buttons/standard/icons/boy07.png -share/opera/buttons/standard/icons/boy08.png -share/opera/buttons/standard/icons/boy09.png -share/opera/buttons/standard/icons/boy10.png -share/opera/buttons/standard/icons/boy11.png -share/opera/buttons/standard/icons/boy13.png -share/opera/buttons/standard/icons/boy14.png -share/opera/buttons/standard/icons/boy15.png -share/opera/buttons/standard/icons/boy16.png -share/opera/buttons/standard/icons/close.png -share/opera/buttons/standard/icons/dropdown.png -share/opera/buttons/standard/icons/folder_closed.png -share/opera/buttons/standard/icons/folder_find_results.png -share/opera/buttons/standard/icons/folder_open.png -share/opera/buttons/standard/icons/folder_parent.png -share/opera/buttons/standard/icons/folder_personalbar.png -share/opera/buttons/standard/icons/girl01.png -share/opera/buttons/standard/icons/girl02.png -share/opera/buttons/standard/icons/girl03.png -share/opera/buttons/standard/icons/girl04.png -share/opera/buttons/standard/icons/girl05.png -share/opera/buttons/standard/icons/girl06.png -share/opera/buttons/standard/icons/girl07.png -share/opera/buttons/standard/icons/girl08.png -share/opera/buttons/standard/icons/girl09.png -share/opera/buttons/standard/icons/girl10.png -share/opera/buttons/standard/icons/girl11.png -share/opera/buttons/standard/icons/girl12.png -share/opera/buttons/standard/icons/girl13.png -share/opera/buttons/standard/icons/girl14.png -share/opera/buttons/standard/icons/girl15.png -share/opera/buttons/standard/icons/girl16.png -share/opera/buttons/standard/icons/news_read.png -share/opera/buttons/standard/icons/news_subscribed.png -share/opera/buttons/standard/icons/news_unread.png -share/opera/buttons/standard/icons/news_unsubscribed.png -share/opera/buttons/standard/icons/special01.png -share/opera/buttons/standard/icons/special02.png -share/opera/buttons/standard/icons/special03.png -share/opera/buttons/standard/icons/special04.png -share/opera/buttons/standard/icons/special05.png -share/opera/buttons/standard/icons/status_away.png -share/opera/buttons/standard/icons/status_no_messaging.png -share/opera/buttons/standard/icons/status_not_available.png -share/opera/buttons/standard/icons/status_offline.png -share/opera/buttons/standard/icons/status_online.png -share/opera/buttons/standard/icons/status_requesting.png -share/opera/buttons/standard/icons/transfer_failure.png -share/opera/buttons/standard/icons/transfer_loading.png -share/opera/buttons/standard/icons/transfer_loading_waiting.png -share/opera/buttons/standard/icons/transfer_size_mismatch.png -share/opera/buttons/standard/icons/transfer_stopped.png -share/opera/buttons/standard/mail_add_attachment.png -share/opera/buttons/standard/mail_check.png -share/opera/buttons/standard/mail_compose.png -share/opera/buttons/standard/mail_redirect.png -share/opera/buttons/standard/mail_reply.png -share/opera/buttons/standard/mail_reply_all.png -share/opera/buttons/standard/mail_send.png -share/opera/buttons/standard/mail_send_all.png -share/opera/buttons/standard/main_active_bookmark_folder.png -share/opera/buttons/standard/main_back.png -share/opera/buttons/standard/main_cascade.png -share/opera/buttons/standard/main_find.png -share/opera/buttons/standard/main_forward.png -share/opera/buttons/standard/main_full_screen.png -share/opera/buttons/standard/main_home.png -share/opera/buttons/standard/main_hotlist.png -share/opera/buttons/standard/main_new.png -share/opera/buttons/standard/main_open.png -share/opera/buttons/standard/main_print.png -share/opera/buttons/standard/main_reload.png -share/opera/buttons/standard/main_save.png -share/opera/buttons/standard/main_stop.png -share/opera/buttons/standard/main_tile.png -share/opera/buttons/standard/news_catch_up.png -share/opera/buttons/standard/personalbar_bookmark.png -share/opera/buttons/standard/progress_empty.png -share/opera/buttons/standard/progress_full.png -share/opera/buttons/standard/search_music.png -share/opera/buttons/standard/search_shopping.png -share/opera/buttons/standard/search_stock.png -share/opera/buttons/standard/search_web.png -share/opera/buttons/standard/skin/drop_target_bottom.png -share/opera/buttons/standard/skin/drop_target_left.png -share/opera/buttons/standard/skin/drop_target_right.png -share/opera/buttons/standard/skin/drop_target_top.png -share/opera/buttons/standard/skin/pagebar_active_corner_bottomleft.png -share/opera/buttons/standard/skin/pagebar_active_corner_bottomright.png -share/opera/buttons/standard/skin/pagebar_active_corner_topleft.png -share/opera/buttons/standard/skin/pagebar_active_corner_topright.png -share/opera/buttons/standard/skin/pagebar_active_tile_bottom.png -share/opera/buttons/standard/skin/pagebar_active_tile_center.png -share/opera/buttons/standard/skin/pagebar_active_tile_left.png -share/opera/buttons/standard/skin/pagebar_active_tile_right.png -share/opera/buttons/standard/skin/pagebar_active_tile_top.png -share/opera/buttons/standard/skin/pagebar_border_tile_bottom.png -share/opera/buttons/standard/skin/pagebar_border_tile_left.png -share/opera/buttons/standard/skin/pagebar_border_tile_right.png -share/opera/buttons/standard/skin/pagebar_border_tile_top.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_bottomleft.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_bottomright.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_topleft.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_topright.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_bottom.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_center.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_left.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_right.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_top.png -share/opera/buttons/standard/special_dropdown.png -share/opera/buttons/standard/transfers_resume.png -share/opera/buttons/standard/transfers_retransfer.png -share/opera/buttons/standard/windowbar_doc_complete.png -share/opera/buttons/standard/windowbar_doc_complete_unread.png -share/opera/buttons/standard/windowbar_doc_incomplete.png -share/opera/buttons/standard/windowbar_hotlist.png -share/opera/buttons/standard/windowbar_mail_box.png -share/opera/buttons/standard/windowbar_mail_search.png -share/opera/buttons/standard/windowbar_messaging_new.png -share/opera/buttons/standard/windowbar_messaging_normal.png -share/opera/buttons/standard/windowbar_news_article.png -share/opera/buttons/standard/windowbar_news_group.png -share/opera/buttons/standard/windowbar_news_group_list.png -share/opera/buttons/standard/windowbar_transfers.png -share/opera/buttons/standard/windowbar_unknown.png -share/opera/chartables.bin -share/opera/config/opera6rc -share/opera/config/opera6rc.fixed -share/opera/help/accessibility.html -share/opera/help/advertising.html -share/opera/help/dialogs.html -share/opera/help/filetypes.html -share/opera/help/fonts.html -share/opera/help/help.css -share/opera/help/history.html -share/opera/help/index.html -share/opera/help/interface.html -share/opera/help/keyboard.html -share/opera/help/languages.html -share/opera/help/layout.html -share/opera/help/license.txt -share/opera/help/look.html -share/opera/help/menus.html -share/opera/help/mouse.html -share/opera/help/multimedia.html -share/opera/help/network.html -share/opera/help/opera.html -share/opera/help/page.html -share/opera/help/paths.html -share/opera/help/personal.html -share/opera/help/plugins.html -share/opera/help/privacy.html -share/opera/help/search.html -share/opera/help/security.html -share/opera/help/sounds.html -share/opera/help/start.html -share/opera/help/startup.txt -share/opera/help/tipday.txt -share/opera/help/windows.html -share/opera/images/background.gif -share/opera/images/blank.gif -share/opera/images/drive.gif -share/opera/images/file.gif -share/opera/images/folder.gif -share/opera/images/link.gif -share/opera/images/opera.xpm -share/opera/images/opera_16x16.png -share/opera/images/opera_22x22.png -share/opera/images/opera_32x32.png -share/opera/images/opera_48x48.png -share/opera/images/operabanner.png -share/opera/images/shared.gif -share/opera/images/splash.png -share/opera/images/startup1.png -share/opera/images/startup2.png -share/opera/java/lc.jar -share/opera/java/opera.jar -share/opera/java/opera.policy -share/opera/opera6.adr -share/opera/plugins/libnpp.so -share/opera/plugins/libnpp.so.0 -share/opera/plugins/libnpp.so.0.1 -share/opera/plugins/libnpp.so.0.1.8 -share/opera/plugins/operamotifwrapper -share/opera/plugins/operaplugincleaner -share/opera/search.ini -share/opera/skin/foreground.png -share/opera/styles/OPF.css -share/opera/styles/about.css -share/opera/styles/cache.css -share/opera/styles/csr.css -share/opera/styles/dir.css -share/opera/styles/drives.css -share/opera/styles/email.css -share/opera/styles/history.css -share/opera/styles/im.css -share/opera/styles/mime.css -share/opera/styles/mimehead.css -share/opera/styles/opf.css -share/opera/styles/plugins.css -share/opera/styles/wml.css -@dirrm share/opera/styles -@dirrm share/opera/skin -@dirrm share/opera/plugins -@dirrm share/opera/locale -@dirrm share/opera/java -@dirrm share/opera/images -@dirrm share/opera/help -@dirrm share/opera/config -@dirrm share/opera/buttons/standard/skin -@dirrm share/opera/buttons/standard/icons -@dirrm share/opera/buttons/standard -@dirrm share/opera/buttons/examples -@dirrm share/opera/buttons/defsmall -@dirrm share/opera/buttons/default -@dirrm share/opera/buttons -@dirrm share/opera/bin -@dirrm share/opera -@dirrm share/doc/opera diff --git a/www/linux-opera7/Makefile b/www/linux-opera7/Makefile deleted file mode 100644 index 3f1088cd7931..000000000000 --- a/www/linux-opera7/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: linux-opera4 -# Date created: December 6th 2000 -# Whom: des -# -# $FreeBSD$ -# - -PORTNAME= opera -PORTVERSION= 6.12.20030305 -CATEGORIES= www linux -MASTER_SITES= http://opera.online.no/linux/612/final/en/i386/static/ \ - ftp://ftp.opera.com/pub/opera/linux/612/final/en/i386/static/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/12./12-/}.1-static-qt.i386 - -MAINTAINER= des@FreeBSD.org -COMMENT= A blazingly fast, full-featured, standards-compliant browser - -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif \ - ${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png - -USE_BZIP2= yes -USE_LINUX= yes -ONLY_FOR_ARCHS= i386 - -NO_BUILD= yes -NO_FILTER_SHLIBS=yes - -do-install: - (cd ${WRKSRC} && ./install.sh --prefix="${PREFIX}") - -.include <bsd.port.mk> diff --git a/www/linux-opera7/distinfo b/www/linux-opera7/distinfo deleted file mode 100644 index 345f5aa38964..000000000000 --- a/www/linux-opera7/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (opera-6.12-20030305.1-static-qt.i386.tar.bz2) = 1f9f677dabeefbcf1195248ffc9095e5 diff --git a/www/linux-opera7/files/patch-aa b/www/linux-opera7/files/patch-aa deleted file mode 100644 index d926c7bdc415..000000000000 --- a/www/linux-opera7/files/patch-aa +++ /dev/null @@ -1,62 +0,0 @@ ---- install.sh.orig Wed Mar 5 19:07:59 2003 -+++ install.sh Tue Mar 11 18:37:28 2003 -@@ -765,6 +765,16 @@ - wrapper_sunjava_machine="sparc" - ;; - -+ i386:FreeBSD) -+ wrapper_plugin_paths=" -+ $prefix/Acrobat[45]/bin \\ -+ $prefix/lib/RealPlayer8/Plugins \\ -+ $prefix/lib/netscape-linux/plugins \\ -+ $prefix/linux-jdk1.3.1/jre/plugin/i386/ns4 \\ -+ $prefix/linux-ibm-jdk1.3.0/jre/bin \\ -+ $prefix/linux-jdk1.4.0b3/jre/plugin/i386/ns4 \\" -+ ;; -+ - mips*:Linux) - wrapper_plugin_paths='' - ;; -@@ -890,7 +900,7 @@ - - # Acrobat Reader - for BINDIR in \\ -- /usr/local/Acrobat[45]/bin \\ -+ $prefix/Acrobat[45]/bin \\ - /usr/lib/Acrobat[45]/bin \\ - /usr/X11R6/lib/Acrobat[45]/bin \\ - /opt/Acrobat[45]/bin \\ -@@ -1100,8 +1110,9 @@ - ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so - - # System wide configuration files -- config_dir="/etc" -+ config_dir="$prefix/etc" - if can_write_to "$config_dir"; then -+if false; then # XXX - echo - echo "System wide configuration files:" - echo " $config_dir/opera6rc" -@@ -1128,6 +1139,7 @@ - ;; - esac - done -+fi # XXX - else - echo - echo "User \"${USERNAME}\" does not have write access to $config_dir" -@@ -1138,10 +1150,10 @@ - fi - - # Shorcuts and Icons -- icons -- gnome -- kde2 -- kde -+# icons -+# gnome -+# kde2 -+# kde - - # Add uninstallation here - diff --git a/www/linux-opera7/pkg-descr b/www/linux-opera7/pkg-descr deleted file mode 100644 index e3a20a13f1b9..000000000000 --- a/www/linux-opera7/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Opera is currently the fastest and most standards-compliant full-featured -graphical web browser around. - -WWW: http://www.opera.com/ diff --git a/www/linux-opera7/pkg-plist b/www/linux-opera7/pkg-plist deleted file mode 100644 index 63ae767fff58..000000000000 --- a/www/linux-opera7/pkg-plist +++ /dev/null @@ -1,398 +0,0 @@ -bin/opera -share/doc/opera/LICENSE -share/doc/opera/help -share/opera/bin/opera -share/opera/buttons/DefSmall -share/opera/buttons/Default -share/opera/buttons/default/abc.gif -share/opera/buttons/default/buttons.ini -share/opera/buttons/default/cascade.gif -share/opera/buttons/default/compose.gif -share/opera/buttons/default/copy.gif -share/opera/buttons/default/delete.gif -share/opera/buttons/default/doccomp.gif -share/opera/buttons/default/docerr.gif -share/opera/buttons/default/dochtlst.gif -share/opera/buttons/default/docim.gif -share/opera/buttons/default/docload.gif -share/opera/buttons/default/docmail.gif -share/opera/buttons/default/docnews.gif -share/opera/buttons/default/docprog.gif -share/opera/buttons/default/docsrch.gif -share/opera/buttons/default/doctrsf.gif -share/opera/buttons/default/document.gif -share/opera/buttons/default/docunkn.gif -share/opera/buttons/default/docunrd.gif -share/opera/buttons/default/dropdown.gif -share/opera/buttons/default/figprog.gif -share/opera/buttons/default/finished.gif -share/opera/buttons/default/forward.gif -share/opera/buttons/default/fullscre.gif -share/opera/buttons/default/go.gif -share/opera/buttons/default/hisecu.gif -share/opera/buttons/default/home.gif -share/opera/buttons/default/hotlist.gif -share/opera/buttons/default/hotlstto.gif -share/opera/buttons/default/html.gif -share/opera/buttons/default/im.gif -share/opera/buttons/default/incl.gif -share/opera/buttons/default/keyb.gif -share/opera/buttons/default/load.gif -share/opera/buttons/default/loading.gif -share/opera/buttons/default/losecu.gif -share/opera/buttons/default/maxlist.gif -share/opera/buttons/default/maxmail.gif -share/opera/buttons/default/menu.gif -share/opera/buttons/default/mesecu.gif -share/opera/buttons/default/moveto.gif -share/opera/buttons/default/new.gif -share/opera/buttons/default/newbkmk.gif -share/opera/buttons/default/newcntct.gif -share/opera/buttons/default/newfldr.gif -share/opera/buttons/default/newscatc.gif -share/opera/buttons/default/newsfoll.gif -share/opera/buttons/default/newsfoll1.gif -share/opera/buttons/default/newsgrp.gif -share/opera/buttons/default/newsmrea.gif -share/opera/buttons/default/newsnext.gif -share/opera/buttons/default/newsover.gif -share/opera/buttons/default/newsprev.gif -share/opera/buttons/default/newssall.gif -share/opera/buttons/default/newsthr.gif -share/opera/buttons/default/newsunr.gif -share/opera/buttons/default/next.gif -share/opera/buttons/default/noimg.gif -share/opera/buttons/default/nosecu.gif -share/opera/buttons/default/open.gif -share/opera/buttons/default/previous.gif -share/opera/buttons/default/previous1.gif -share/opera/buttons/default/print.gif -share/opera/buttons/default/printact.gif -share/opera/buttons/default/printall.gif -share/opera/buttons/default/printscr.gif -share/opera/buttons/default/printvie.gif -share/opera/buttons/default/redirect.gif -share/opera/buttons/default/reload.gif -share/opera/buttons/default/reply.gif -share/opera/buttons/default/replyall.gif -share/opera/buttons/default/save.gif -share/opera/buttons/default/search.gif -share/opera/buttons/default/send.gif -share/opera/buttons/default/send1.gif -share/opera/buttons/default/sendqd.gif -share/opera/buttons/default/show.gif -share/opera/buttons/default/split.gif -share/opera/buttons/default/stop.gif -share/opera/buttons/default/stop1.gif -share/opera/buttons/default/tbsearch.gif -share/opera/buttons/default/tile.gif -share/opera/buttons/default/tilevert.gif -share/opera/buttons/default/update.gif -share/opera/buttons/default/url.gif -share/opera/buttons/default/usermode.gif -share/opera/buttons/default/websrch.gif -share/opera/buttons/defsmall/abc.gif -share/opera/buttons/defsmall/buttons.ini -share/opera/buttons/defsmall/cascade.gif -share/opera/buttons/defsmall/compose.gif -share/opera/buttons/defsmall/copy.gif -share/opera/buttons/defsmall/delete.gif -share/opera/buttons/defsmall/dropdown.gif -share/opera/buttons/defsmall/forward.gif -share/opera/buttons/defsmall/fullscre.gif -share/opera/buttons/defsmall/home.gif -share/opera/buttons/defsmall/hotlist.gif -share/opera/buttons/defsmall/hotlstto.gif -share/opera/buttons/defsmall/imsmall.gif -share/opera/buttons/defsmall/incl.gif -share/opera/buttons/defsmall/keyb.gif -share/opera/buttons/defsmall/maxlist.gif -share/opera/buttons/defsmall/maxmail.gif -share/opera/buttons/defsmall/menu.gif -share/opera/buttons/defsmall/moveto.gif -share/opera/buttons/defsmall/new.gif -share/opera/buttons/defsmall/newbkmk.gif -share/opera/buttons/defsmall/newcntct.gif -share/opera/buttons/defsmall/newfldr.gif -share/opera/buttons/defsmall/newscatc.gif -share/opera/buttons/defsmall/newsfoll.gif -share/opera/buttons/defsmall/newsgrp.gif -share/opera/buttons/defsmall/newsmrea.gif -share/opera/buttons/defsmall/newsnext.gif -share/opera/buttons/defsmall/newsover.gif -share/opera/buttons/defsmall/newsprev.gif -share/opera/buttons/defsmall/newssall.gif -share/opera/buttons/defsmall/newsthr.gif -share/opera/buttons/defsmall/newsunr.gif -share/opera/buttons/defsmall/next.gif -share/opera/buttons/defsmall/open.gif -share/opera/buttons/defsmall/previous.gif -share/opera/buttons/defsmall/print.gif -share/opera/buttons/defsmall/redirect.gif -share/opera/buttons/defsmall/reload.gif -share/opera/buttons/defsmall/reply.gif -share/opera/buttons/defsmall/replyall.gif -share/opera/buttons/defsmall/save.gif -share/opera/buttons/defsmall/search.gif -share/opera/buttons/defsmall/send.gif -share/opera/buttons/defsmall/sendqd.gif -share/opera/buttons/defsmall/split.gif -share/opera/buttons/defsmall/tile.gif -share/opera/buttons/defsmall/tilevert.gif -share/opera/buttons/defsmall/update.gif -share/opera/buttons/defsmall/url.gif -share/opera/buttons/examples/example_big.ini -share/opera/buttons/examples/example_small.ini -share/opera/buttons/examples/opera_22x22.png -share/opera/buttons/examples/opera_32x32.png -share/opera/buttons/readme.txt -share/opera/buttons/standard/addressbar_high_security.png -share/opera/buttons/standard/addressbar_html.png -share/opera/buttons/standard/addressbar_html_alt2.png -share/opera/buttons/standard/addressbar_html_alt3.png -share/opera/buttons/standard/addressbar_html_alt4.png -share/opera/buttons/standard/addressbar_load_images.png -share/opera/buttons/standard/addressbar_low_security.png -share/opera/buttons/standard/addressbar_medium_security.png -share/opera/buttons/standard/addressbar_no_images.png -share/opera/buttons/standard/addressbar_no_security.png -share/opera/buttons/standard/addressbar_print_pv.png -share/opera/buttons/standard/addressbar_show_images.png -share/opera/buttons/standard/buttons.ini -share/opera/buttons/standard/general_delete.png -share/opera/buttons/standard/general_move_to.png -share/opera/buttons/standard/general_new_folder.png -share/opera/buttons/standard/general_next.png -share/opera/buttons/standard/general_previous.png -share/opera/buttons/standard/general_save.png -share/opera/buttons/standard/general_stop.png -share/opera/buttons/standard/general_view.png -share/opera/buttons/standard/hotlist_new_bookmark.png -share/opera/buttons/standard/hotlist_new_contact.png -share/opera/buttons/standard/icons/bookmark_unvisited.png -share/opera/buttons/standard/icons/bookmark_visited.png -share/opera/buttons/standard/icons/boy01.png -share/opera/buttons/standard/icons/boy02.png -share/opera/buttons/standard/icons/boy03.png -share/opera/buttons/standard/icons/boy04.png -share/opera/buttons/standard/icons/boy05.png -share/opera/buttons/standard/icons/boy06.png -share/opera/buttons/standard/icons/boy07.png -share/opera/buttons/standard/icons/boy08.png -share/opera/buttons/standard/icons/boy09.png -share/opera/buttons/standard/icons/boy10.png -share/opera/buttons/standard/icons/boy11.png -share/opera/buttons/standard/icons/boy13.png -share/opera/buttons/standard/icons/boy14.png -share/opera/buttons/standard/icons/boy15.png -share/opera/buttons/standard/icons/boy16.png -share/opera/buttons/standard/icons/close.png -share/opera/buttons/standard/icons/dropdown.png -share/opera/buttons/standard/icons/folder_closed.png -share/opera/buttons/standard/icons/folder_find_results.png -share/opera/buttons/standard/icons/folder_open.png -share/opera/buttons/standard/icons/folder_parent.png -share/opera/buttons/standard/icons/folder_personalbar.png -share/opera/buttons/standard/icons/girl01.png -share/opera/buttons/standard/icons/girl02.png -share/opera/buttons/standard/icons/girl03.png -share/opera/buttons/standard/icons/girl04.png -share/opera/buttons/standard/icons/girl05.png -share/opera/buttons/standard/icons/girl06.png -share/opera/buttons/standard/icons/girl07.png -share/opera/buttons/standard/icons/girl08.png -share/opera/buttons/standard/icons/girl09.png -share/opera/buttons/standard/icons/girl10.png -share/opera/buttons/standard/icons/girl11.png -share/opera/buttons/standard/icons/girl12.png -share/opera/buttons/standard/icons/girl13.png -share/opera/buttons/standard/icons/girl14.png -share/opera/buttons/standard/icons/girl15.png -share/opera/buttons/standard/icons/girl16.png -share/opera/buttons/standard/icons/news_read.png -share/opera/buttons/standard/icons/news_subscribed.png -share/opera/buttons/standard/icons/news_unread.png -share/opera/buttons/standard/icons/news_unsubscribed.png -share/opera/buttons/standard/icons/special01.png -share/opera/buttons/standard/icons/special02.png -share/opera/buttons/standard/icons/special03.png -share/opera/buttons/standard/icons/special04.png -share/opera/buttons/standard/icons/special05.png -share/opera/buttons/standard/icons/status_away.png -share/opera/buttons/standard/icons/status_no_messaging.png -share/opera/buttons/standard/icons/status_not_available.png -share/opera/buttons/standard/icons/status_offline.png -share/opera/buttons/standard/icons/status_online.png -share/opera/buttons/standard/icons/status_requesting.png -share/opera/buttons/standard/icons/transfer_failure.png -share/opera/buttons/standard/icons/transfer_loading.png -share/opera/buttons/standard/icons/transfer_loading_waiting.png -share/opera/buttons/standard/icons/transfer_size_mismatch.png -share/opera/buttons/standard/icons/transfer_stopped.png -share/opera/buttons/standard/mail_add_attachment.png -share/opera/buttons/standard/mail_check.png -share/opera/buttons/standard/mail_compose.png -share/opera/buttons/standard/mail_redirect.png -share/opera/buttons/standard/mail_reply.png -share/opera/buttons/standard/mail_reply_all.png -share/opera/buttons/standard/mail_send.png -share/opera/buttons/standard/mail_send_all.png -share/opera/buttons/standard/main_active_bookmark_folder.png -share/opera/buttons/standard/main_back.png -share/opera/buttons/standard/main_cascade.png -share/opera/buttons/standard/main_find.png -share/opera/buttons/standard/main_forward.png -share/opera/buttons/standard/main_full_screen.png -share/opera/buttons/standard/main_home.png -share/opera/buttons/standard/main_hotlist.png -share/opera/buttons/standard/main_new.png -share/opera/buttons/standard/main_open.png -share/opera/buttons/standard/main_print.png -share/opera/buttons/standard/main_reload.png -share/opera/buttons/standard/main_save.png -share/opera/buttons/standard/main_stop.png -share/opera/buttons/standard/main_tile.png -share/opera/buttons/standard/news_catch_up.png -share/opera/buttons/standard/personalbar_bookmark.png -share/opera/buttons/standard/progress_empty.png -share/opera/buttons/standard/progress_full.png -share/opera/buttons/standard/search_music.png -share/opera/buttons/standard/search_shopping.png -share/opera/buttons/standard/search_stock.png -share/opera/buttons/standard/search_web.png -share/opera/buttons/standard/skin/drop_target_bottom.png -share/opera/buttons/standard/skin/drop_target_left.png -share/opera/buttons/standard/skin/drop_target_right.png -share/opera/buttons/standard/skin/drop_target_top.png -share/opera/buttons/standard/skin/pagebar_active_corner_bottomleft.png -share/opera/buttons/standard/skin/pagebar_active_corner_bottomright.png -share/opera/buttons/standard/skin/pagebar_active_corner_topleft.png -share/opera/buttons/standard/skin/pagebar_active_corner_topright.png -share/opera/buttons/standard/skin/pagebar_active_tile_bottom.png -share/opera/buttons/standard/skin/pagebar_active_tile_center.png -share/opera/buttons/standard/skin/pagebar_active_tile_left.png -share/opera/buttons/standard/skin/pagebar_active_tile_right.png -share/opera/buttons/standard/skin/pagebar_active_tile_top.png -share/opera/buttons/standard/skin/pagebar_border_tile_bottom.png -share/opera/buttons/standard/skin/pagebar_border_tile_left.png -share/opera/buttons/standard/skin/pagebar_border_tile_right.png -share/opera/buttons/standard/skin/pagebar_border_tile_top.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_bottomleft.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_bottomright.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_topleft.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_topright.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_bottom.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_center.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_left.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_right.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_top.png -share/opera/buttons/standard/special_dropdown.png -share/opera/buttons/standard/transfers_resume.png -share/opera/buttons/standard/transfers_retransfer.png -share/opera/buttons/standard/windowbar_doc_complete.png -share/opera/buttons/standard/windowbar_doc_complete_unread.png -share/opera/buttons/standard/windowbar_doc_incomplete.png -share/opera/buttons/standard/windowbar_hotlist.png -share/opera/buttons/standard/windowbar_mail_box.png -share/opera/buttons/standard/windowbar_mail_search.png -share/opera/buttons/standard/windowbar_messaging_new.png -share/opera/buttons/standard/windowbar_messaging_normal.png -share/opera/buttons/standard/windowbar_news_article.png -share/opera/buttons/standard/windowbar_news_group.png -share/opera/buttons/standard/windowbar_news_group_list.png -share/opera/buttons/standard/windowbar_transfers.png -share/opera/buttons/standard/windowbar_unknown.png -share/opera/chartables.bin -share/opera/config/opera6rc -share/opera/config/opera6rc.fixed -share/opera/help/accessibility.html -share/opera/help/advertising.html -share/opera/help/dialogs.html -share/opera/help/filetypes.html -share/opera/help/fonts.html -share/opera/help/help.css -share/opera/help/history.html -share/opera/help/index.html -share/opera/help/interface.html -share/opera/help/keyboard.html -share/opera/help/languages.html -share/opera/help/layout.html -share/opera/help/license.txt -share/opera/help/look.html -share/opera/help/menus.html -share/opera/help/mouse.html -share/opera/help/multimedia.html -share/opera/help/network.html -share/opera/help/opera.html -share/opera/help/page.html -share/opera/help/paths.html -share/opera/help/personal.html -share/opera/help/plugins.html -share/opera/help/privacy.html -share/opera/help/search.html -share/opera/help/security.html -share/opera/help/sounds.html -share/opera/help/start.html -share/opera/help/startup.txt -share/opera/help/tipday.txt -share/opera/help/windows.html -share/opera/images/background.gif -share/opera/images/blank.gif -share/opera/images/drive.gif -share/opera/images/file.gif -share/opera/images/folder.gif -share/opera/images/link.gif -share/opera/images/opera.xpm -share/opera/images/opera_16x16.png -share/opera/images/opera_22x22.png -share/opera/images/opera_32x32.png -share/opera/images/opera_48x48.png -share/opera/images/operabanner.png -share/opera/images/shared.gif -share/opera/images/splash.png -share/opera/images/startup1.png -share/opera/images/startup2.png -share/opera/java/lc.jar -share/opera/java/opera.jar -share/opera/java/opera.policy -share/opera/opera6.adr -share/opera/plugins/libnpp.so -share/opera/plugins/libnpp.so.0 -share/opera/plugins/libnpp.so.0.1 -share/opera/plugins/libnpp.so.0.1.8 -share/opera/plugins/operamotifwrapper -share/opera/plugins/operaplugincleaner -share/opera/search.ini -share/opera/skin/foreground.png -share/opera/styles/OPF.css -share/opera/styles/about.css -share/opera/styles/cache.css -share/opera/styles/csr.css -share/opera/styles/dir.css -share/opera/styles/drives.css -share/opera/styles/email.css -share/opera/styles/history.css -share/opera/styles/im.css -share/opera/styles/mime.css -share/opera/styles/mimehead.css -share/opera/styles/opf.css -share/opera/styles/plugins.css -share/opera/styles/wml.css -@dirrm share/opera/styles -@dirrm share/opera/skin -@dirrm share/opera/plugins -@dirrm share/opera/locale -@dirrm share/opera/java -@dirrm share/opera/images -@dirrm share/opera/help -@dirrm share/opera/config -@dirrm share/opera/buttons/standard/skin -@dirrm share/opera/buttons/standard/icons -@dirrm share/opera/buttons/standard -@dirrm share/opera/buttons/examples -@dirrm share/opera/buttons/defsmall -@dirrm share/opera/buttons/default -@dirrm share/opera/buttons -@dirrm share/opera/bin -@dirrm share/opera -@dirrm share/doc/opera diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile deleted file mode 100644 index b51463e0535d..000000000000 --- a/www/linuxpluginwrapper/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: flashpluginwrapper -# Date Created: 13 November 2002 -# Whom: Pete Fritchman <petef@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= flashpluginwrapper -PORTVERSION= 0.20021113 -CATEGORIES= www linux -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://absolutbsd.org/~petef/ -MASTER_SITE_SUBDIR= petef - -MAINTAINER= nork@FreeBSD.org -COMMENT= A wrapper allowing use of linux-flashplugin with native mozilla - -RUN_DEPENDS= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin - -USE_XLIB= yes -USE_REINPLACE= yes -ONLY_FOR_ARCHS= i386 -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \ - -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile - -post-install: - @${SED} -e 's,%%PREFIX%%,${PREFIX},' \ - -e 's,%%LOCALBASE%%,${LOCALBASE},' \ - -e 's,%%X11BASE%%,${X11BASE},' \ - < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo deleted file mode 100644 index 72d9515311c5..000000000000 --- a/www/linuxpluginwrapper/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (flashpluginwrapper-0.20021113.tar.gz) = 500f35313a34e4db865104e306f48431 diff --git a/www/linuxpluginwrapper/files/pkg-message.in b/www/linuxpluginwrapper/files/pkg-message.in deleted file mode 100644 index 38071922e984..000000000000 --- a/www/linuxpluginwrapper/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -If you are using a Mozilla browser, you first need to copy the linux -flash plugin into the mozilla plugins directory: - -# cp %%LOCALBASE%%/lib/flash/libflashplayer.so \ - %%X11BASE%%/lib/browser_plugins/libflashplayer_linux.so -# cp %%LOCALBASE%%/lib/flash/ShockwaveFlash.class \ - %%X11BASE%%/lib/browser_plugins/ - -Next, change the Mozilla startup script, %%X11BASE%%/bin/mozilla -to have: - -LD_PRELOAD=%%PREFIX%%/lib/libflashplayer.so.1 -export LD_PRELOAD - -at the top of it (but after #!/bin/sh). Now start mozilla and go to -'about:plugins' and the flash plugin is enabled! diff --git a/www/linuxpluginwrapper/pkg-descr b/www/linuxpluginwrapper/pkg-descr deleted file mode 100644 index 323ae1a1c2e7..000000000000 --- a/www/linuxpluginwrapper/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A wrapper that allows the use of the Linux flash plugin to work with -a FreeBSD-native binary of mozilla. - -WWW: http://tmp.ninth-nine.com/FlashPluginWrapper/ diff --git a/www/linuxpluginwrapper/pkg-plist b/www/linuxpluginwrapper/pkg-plist deleted file mode 100644 index b0efcdfe7ec3..000000000000 --- a/www/linuxpluginwrapper/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/libflashplayer.so.1 diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile deleted file mode 100644 index 03890c517a22..000000000000 --- a/www/mnogosearch31/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -# New ports collection makefile for: mnogosearch -# Date created: 27.01.2001 -# Whom: ache -# -# $FreeBSD$ -# - -PORTNAME= mnogosearch -PORTVERSION= 3.1.20 -PORTREVISION= 1 -CATEGORIES= www databases -MASTER_SITES= http://www.mnogosearch.org/Download/ - -MAINTAINER= ache@FreeBSD.org -COMMENT= Full featured SQL-based hypertext search engine - -MAN1= indexer.1 -MAN5= indexer.conf.5 - -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --enable-phrase \ - --enable-shared \ - --enable-freebsd-pthreads \ - --sysconfdir=${PREFIX}/etc/mnogosearch \ - --localstatedir=/var/mnogosearch - -RUN_DEPENDS+= ${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13 - -.ifndef NO_OPENSSL -USE_OPENSSL= yes -.endif - -.ifdef USE_OPENSSL -CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} -.endif - -# To enable Cyrillic charset guesser, define this -# Guesser mode ignores charsets comes from HTTP header or <META> tag -.if defined(WITH_MNOGO_GUESSER) -CONFIGURE_ARGS+= --enable-charset-guesser -.endif - -.if defined(WITH_MNOGO_PGSQL) -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} -CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} - -.elif defined(WITH_MNOGO_MSQL) -LIB_DEPENDS= msql.1:${PORTSDIR}/databases/msql -CONFIGURE_ARGS+= --with-msql=${LOCALBASE} - -.elif defined(WITH_MNOGO_MYSQL) -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} - -.else -CONFIGURE_ARGS+= --with-built-in - -pre-fetch: - @${ECHO} - @${ECHO} "Defaulting to mnoGoSearch with built-in database." - @${ECHO} - @${ECHO} "You may alternately build mnoGoSearch with either msql, mysql or" - @${ECHO} "postgresql support by invoking make with WITH_MNOGO_MSQL=yes," - @${ECHO} "WITH_MNOGO_MYSQL=yes or WITH_MNOGO_PGSQL=yes respectively." - @${ECHO} -.endif - -pre-install: - @${MKDIR} ${PREFIX}/share/mnogosearch - -post-install: - cd ${WRKSRC} && ${TAR} --create --file - --exclude CVS create | (cd ${PREFIX}/share/mnogosearch && ${TAR} xf -) - ${CHMOD} 700 /var/mnogosearch/cache - ${CHOWN} -R www:www /var/mnogosearch/ - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/mnogosearch - ${INSTALL_DATA} ${FILESDIR}/spelld.sh-dist ${PREFIX}/etc/rc.d/ - @${ECHO} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mnogosearch31/distinfo b/www/mnogosearch31/distinfo deleted file mode 100644 index aa4703c6b9e0..000000000000 --- a/www/mnogosearch31/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mnogosearch-3.1.20.tar.gz) = 4dda21495cb5522327cac5dcabf9c551 diff --git a/www/mnogosearch31/files/patch-aa b/www/mnogosearch31/files/patch-aa deleted file mode 100644 index ef92f8ae606d..000000000000 --- a/www/mnogosearch31/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- doc/Makefile.in.orig Tue Feb 20 14:12:34 2001 -+++ doc/Makefile.in Tue Feb 20 19:32:44 2001 -@@ -285,9 +285,9 @@ - - - install-data-local: -- $(mkinstalldirs) $(DESTDIR)$(prefix)/doc -- echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/doc/ -- ${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/doc/ -+ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/doc/mnogosearch -+ echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/share/doc/mnogosearch -+ ${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/share/doc/mnogosearch - - dist-hook: - cp -rf samples $(distdir) diff --git a/www/mnogosearch31/files/patch-ab b/www/mnogosearch31/files/patch-ab deleted file mode 100644 index 6969705dd615..000000000000 --- a/www/mnogosearch31/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in.orig Thu Jun 27 13:20:28 2002 -+++ src/Makefile.in Tue Jul 9 11:20:40 2002 -@@ -131,7 +131,7 @@ - libudmsearch_la_SOURCES = indexer.c parseurl.c charset.c parser.c sql.c spell.c log.c proto.c udmutils.c robots.c hrefs.c mutex.c conf.c files.c crc32.c parsedate.c ftp.c socket.c host.c udmxmalloc.c http.c id3.c cache.c boolean.c searchtool.c server.c alias.c filter.c env.c mimetype.c agent.c word.c parsehtml.c stopwords.c execget.c crossword.c - - --libudmsearch_la_LDFLAGS = -release 3.1 -+libudmsearch_la_LDFLAGS = -version-info 1:0:0 - - include_HEADERS = ../include/udm_charset.h ../include/udm_common.h ../include/udm_conf.h ../include/udm_config.h ../include/udm_db.h ../include/udm_hrefs.h ../include/udm_indexer.h ../include/udm_log.h ../include/udm_parseurl.h ../include/udm_spell.h ../include/udm_mutex.h ../include/udm_utils.h ../include/udmsearch.h ../include/udm_search_tl.h ../include/udm_ftp.h ../include/udm_socket.h ../include/udm_host.h ../include/udm_xmalloc.h ../include/udm_id3.h ../include/udm_http.h ../include/udm_crc32.h ../include/udm_http.h ../include/udm_cache.h ../include/udm_boolean.h ../include/udm_server.h ../include/udm_searchtool.h ../include/udm_alias.h ../include/udm_filter.h ../include/udm_env.h ../include/udm_mimetype.h ../include/udm_agent.h ../include/udm_word.h ../include/udm_parsehtml.h ../include/udm_stopwords.h ../include/udm_parser.h ../include/udm_proto.h ../include/udm_robots.h ../include/udm_signals.h ../include/udm_execget.h ../include/udm_services.h - -@@ -275,8 +275,8 @@ - $(mkinstalldirs) $(DESTDIR)$(bindir) - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - if test -f $$p; then \ -- echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ -- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ -+ echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/share/mnogosearch/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ -+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/share/mnogosearch/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ - else :; fi; \ - done - diff --git a/www/mnogosearch31/files/patch-ac b/www/mnogosearch31/files/patch-ac deleted file mode 100644 index 65c6f2ac627d..000000000000 --- a/www/mnogosearch31/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- src/search.c.orig Tue Jun 26 12:55:17 2001 -+++ src/search.c Wed May 15 11:29:07 2002 -@@ -1246,7 +1246,7 @@ - int i; - time_t tclock; - tclock=time(0); -- srand((unsigned)tclock); -+ srand((unsigned)(tclock^(getpid()<<16))); - for(i=0;i<MAXRANDOM;i++) - Randoms[i]=0; - } diff --git a/www/mnogosearch31/files/spelld.sh-dist b/www/mnogosearch31/files/spelld.sh-dist deleted file mode 100644 index 7b9612b68bb5..000000000000 --- a/www/mnogosearch31/files/spelld.sh-dist +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/sbin/spelld ]; then -# Uncomment to disallow access from outside -# /sbin/ipfw -q add 7001 deny tcp from any to any 7001 - rm -f /var/mnogosearch/spelld.pid - su -f -m www -c "exec ${PREFIX}/sbin/spelld &" > /dev/null 2>&1 && echo -n ' spelld' - fi - ;; -stop) - killall spelld && echo -n ' spelld' -# Uncomment to disallow access from outside -# /sbin/ipfw -q delete 7001 - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/mnogosearch31/pkg-deinstall b/www/mnogosearch31/pkg-deinstall deleted file mode 100644 index bc4326b0f6f3..000000000000 --- a/www/mnogosearch31/pkg-deinstall +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -rm -rf /var/mnogosearch - -exit 0 diff --git a/www/mnogosearch31/pkg-descr b/www/mnogosearch31/pkg-descr deleted file mode 100644 index a8a72288e4a5..000000000000 --- a/www/mnogosearch31/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -mnoGoSearch is a full featured SQL-based search engine for intranet or small -domain Internet web servers. You can also use it to build specialized search -engines such as cooking recipies or searching newspaper articles. - -Provides pre-built web search frontends in C (via CGI) and PHP. - -WWW: http://www.mnogosearch.org/ diff --git a/www/mnogosearch31/pkg-install b/www/mnogosearch31/pkg-install deleted file mode 100644 index a191b8346c2c..000000000000 --- a/www/mnogosearch31/pkg-install +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - mkdir -m 755 /var/mnogosearch - mkdir -m 700 /var/mnogosearch/cache - mkdir -m 755 /var/mnogosearch/raw - mkdir -m 755 /var/mnogosearch/splitter - mkdir -m 755 /var/mnogosearch/tree - chown -R www:www /var/mnogosearch - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 - diff --git a/www/mnogosearch31/pkg-message b/www/mnogosearch31/pkg-message deleted file mode 100644 index 34b6011ceefe..000000000000 --- a/www/mnogosearch31/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -mnoGoSearch is successfully installed. -Now, to use mnoGoSearch you need to create the appropriate *sql database -manually: Please read INSTALL file located in ${PREFIX}/share/doc/mnogosearch. - -For more information on how to use mnoGoSearch, please refer to their -web site at http://search.mnoGo.ru/ diff --git a/www/mnogosearch31/pkg-plist b/www/mnogosearch31/pkg-plist deleted file mode 100644 index 45ecfeef3963..000000000000 --- a/www/mnogosearch31/pkg-plist +++ /dev/null @@ -1,175 +0,0 @@ -etc/mnogosearch/indexer.conf-dist -etc/mnogosearch/search.htm-dist -etc/mnogosearch/spelld.conf-dist -etc/rc.d/spelld.sh-dist -include/udm_agent.h -include/udm_alias.h -include/udm_boolean.h -include/udm_cache.h -include/udm_charset.h -include/udm_common.h -include/udm_conf.h -include/udm_config.h -include/udm_crc32.h -include/udm_db.h -include/udm_env.h -include/udm_execget.h -include/udm_filter.h -include/udm_ftp.h -include/udm_host.h -include/udm_hrefs.h -include/udm_http.h -include/udm_id3.h -include/udm_indexer.h -include/udm_log.h -include/udm_mimetype.h -include/udm_mutex.h -include/udm_parsehtml.h -include/udm_parser.h -include/udm_parseurl.h -include/udm_proto.h -include/udm_robots.h -include/udm_search_tl.h -include/udm_searchtool.h -include/udm_server.h -include/udm_services.h -include/udm_signals.h -include/udm_socket.h -include/udm_spell.h -include/udm_stopwords.h -include/udm_utils.h -include/udm_word.h -include/udm_xmalloc.h -include/udmsearch.h -lib/libudmsearch.a -lib/libudmsearch.so -lib/libudmsearch.so.1 -sbin/cachelogd -sbin/indexer -sbin/run-splitter -sbin/spelld -sbin/splitter -bin/udm-config -share/doc/mnogosearch/HTDB.txt -share/doc/mnogosearch/HTML-design.txt -share/doc/mnogosearch/HTTP-codes.txt -share/doc/mnogosearch/INSTALL -share/doc/mnogosearch/NEWS.html -share/doc/mnogosearch/alias.txt -share/doc/mnogosearch/bugs.txt -share/doc/mnogosearch/cache.txt -share/doc/mnogosearch/cachemode.txt -share/doc/mnogosearch/categories.txt -share/doc/mnogosearch/charset.txt -share/doc/mnogosearch/follow.txt -share/doc/mnogosearch/hrefonly.txt -share/doc/mnogosearch/html.txt -share/doc/mnogosearch/ispell.txt -share/doc/mnogosearch/lib.txt -share/doc/mnogosearch/mnoGoSearch-Oracle8.html -share/doc/mnogosearch/mp3.txt -share/doc/mnogosearch/negotiation.txt -share/doc/mnogosearch/parsers.txt -share/doc/mnogosearch/performance.txt -share/doc/mnogosearch/relevancy.txt -share/doc/mnogosearch/search.txt -share/doc/mnogosearch/srv_table.txt -share/doc/mnogosearch/storage.txt -share/doc/mnogosearch/syslog.txt -share/doc/mnogosearch/tags.txt -share/doc/mnogosearch/templates.txt -share/doc/mnogosearch/tracking.txt -share/doc/mnogosearch/usage.txt -share/mnogosearch/create/ibase/create.sql -share/mnogosearch/create/msql/crc-multi.txt -share/mnogosearch/create/msql/crc.txt -share/mnogosearch/create/msql/create.txt -share/mnogosearch/create/msql/cross-crc.txt -share/mnogosearch/create/msql/cross.txt -share/mnogosearch/create/msql/ispell.txt -share/mnogosearch/create/msql/multi.txt -share/mnogosearch/create/msql/track.txt -share/mnogosearch/create/mssql/create.sql -share/mnogosearch/create/mysql/categories.txt -share/mnogosearch/create/mysql/crc-multi.txt -share/mnogosearch/create/mysql/crc.txt -share/mnogosearch/create/mysql/create.txt -share/mnogosearch/create/mysql/cross-crc.txt -share/mnogosearch/create/mysql/cross.txt -share/mnogosearch/create/mysql/ispell.txt -share/mnogosearch/create/mysql/multi.txt -share/mnogosearch/create/mysql/servers.txt -share/mnogosearch/create/mysql/track.txt -share/mnogosearch/create/mysql/url-raid.txt -share/mnogosearch/create/oracle/categories.sql -share/mnogosearch/create/oracle/crc-multi.sql -share/mnogosearch/create/oracle/crc.sql -share/mnogosearch/create/oracle/create.sql -share/mnogosearch/create/oracle/multi.sql -share/mnogosearch/create/oracle/servers.sql -share/mnogosearch/create/oracle/track.sql -share/mnogosearch/create/pgsql/categories.txt -share/mnogosearch/create/pgsql/crc-multi.txt -share/mnogosearch/create/pgsql/crc.txt -share/mnogosearch/create/pgsql/create.txt -share/mnogosearch/create/pgsql/cross-crc.txt -share/mnogosearch/create/pgsql/cross.txt -share/mnogosearch/create/pgsql/grant.txt -share/mnogosearch/create/pgsql/ispell.txt -share/mnogosearch/create/pgsql/multi.txt -share/mnogosearch/create/pgsql/news-extension.txt -share/mnogosearch/create/pgsql/server.txt -share/mnogosearch/create/pgsql/to_use_with_tags.txt -share/mnogosearch/create/pgsql/track.txt -share/mnogosearch/create/sapdb/README -share/mnogosearch/create/sapdb/categories.ins -share/mnogosearch/create/sapdb/crc-multi.ins -share/mnogosearch/create/sapdb/crc.ins -share/mnogosearch/create/sapdb/create-all.ins -share/mnogosearch/create/sapdb/create.ins -share/mnogosearch/create/sapdb/create.sh -share/mnogosearch/create/sapdb/drop.ins -share/mnogosearch/create/sapdb/multi.ins -share/mnogosearch/create/sapdb/track.ins -share/mnogosearch/create/solid/README -share/mnogosearch/create/solid/create.txt -share/mnogosearch/create/solid/multi.txt -share/mnogosearch/create/stopwords/stop.cz.txt -share/mnogosearch/create/stopwords/stop.de.txt -share/mnogosearch/create/stopwords/stop.dk.txt -share/mnogosearch/create/stopwords/stop.en.big -share/mnogosearch/create/stopwords/stop.en.huge -share/mnogosearch/create/stopwords/stop.en.txt -share/mnogosearch/create/stopwords/stop.es.txt -share/mnogosearch/create/stopwords/stop.fr.txt -share/mnogosearch/create/stopwords/stop.it.txt -share/mnogosearch/create/stopwords/stop.nl.txt -share/mnogosearch/create/stopwords/stop.no.txt -share/mnogosearch/create/stopwords/stop.pl.txt -share/mnogosearch/create/stopwords/stop.pt.txt -share/mnogosearch/create/stopwords/stop.ru.txt -share/mnogosearch/create/stopwords/stop.sk.txt -share/mnogosearch/create/stopwords/stop.tr.txt -share/mnogosearch/create/stopwords/stop.ua.txt -share/mnogosearch/create/stopwords/stopword.pl -share/mnogosearch/create/sybase/README -share/mnogosearch/create/sybase/create.sql -share/mnogosearch/create/virtuoso/crc.txt -share/mnogosearch/create/virtuoso/create.txt -share/mnogosearch/create/virtuoso/multi.txt -share/mnogosearch/search.cgi -@dirrm share/doc/mnogosearch -@dirrm share/mnogosearch/create/ibase -@dirrm share/mnogosearch/create/msql -@dirrm share/mnogosearch/create/mssql -@dirrm share/mnogosearch/create/mysql -@dirrm share/mnogosearch/create/oracle -@dirrm share/mnogosearch/create/pgsql -@dirrm share/mnogosearch/create/sapdb -@dirrm share/mnogosearch/create/solid -@dirrm share/mnogosearch/create/stopwords -@dirrm share/mnogosearch/create/sybase -@dirrm share/mnogosearch/create/virtuoso -@dirrm share/mnogosearch/create -@dirrm share/mnogosearch -@dirrm etc/mnogosearch diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile deleted file mode 100644 index e7bb9a437928..000000000000 --- a/www/mod_auth_kerb2/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: mod_auth_kerb -# Date created: 19 October 2001 -# Whom: wollman -# -# $FreeBSD$ -# - -# Shamelessly stolen from will's mod_auth_any port. - -PORTNAME= mod_auth_kerb -PORTVERSION= 4.11 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=modauthkerb - -MAINTAINER= wollman@FreeBSD.org -COMMENT= An Apache module for authenticating users with Kerberos v5 - -# -# This module allows users to send their Kerberos password in -# plain text; it should only be used over an encrypted connection -# (i.e., HTTP over SSL/TLS). Thus, we require as a dependency -# a version of Apache which can do this. -# -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13-modssl -RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13-modssl -LIB_DEPENDS= krb5.3:${PORTSDIR}/security/krb5 - -WRKSRC= ${WRKDIR}/src/modules/kerberos - -APXS?= ${LOCALBASE}/sbin/apxs -KRB5_HOME?= ${LOCALBASE} - -do-build: - cd ${WRKSRC} && \ - ${APXS} -I${KRB5_HOME}/include \ - -DKRB5 -DKRB5_VERIFY_TICKET -DKRB5_SAVE_CREDENTIALS \ - -DKRB5_DEFAULT_KEYTAB=\"\\\"FILE:${LOCALBASE}/etc/apache/keytab\\\"\" \ - -Dkerb_auth_module=auth_kerb_module \ - -c ${PORTNAME}.c \ - -L${KRB5_HOME}/lib -Wl,-rpath -Wl,${KRB5_HOME}/lib \ - -lkrb5 -lk5crypto -lcom_err - -do-install: - ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so - -.include <bsd.port.mk> diff --git a/www/mod_auth_kerb2/distinfo b/www/mod_auth_kerb2/distinfo deleted file mode 100644 index 019edbe2a46e..000000000000 --- a/www/mod_auth_kerb2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mod_auth_kerb-4.11.tar.gz) = 2f2c8a52117bfa6248a2c688efb52621 diff --git a/www/mod_auth_kerb2/pkg-descr b/www/mod_auth_kerb2/pkg-descr deleted file mode 100644 index 4dbb5e151961..000000000000 --- a/www/mod_auth_kerb2/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -mod_auth_kerb is an Apache module for authenticating Web clients -in a Kerberos v5 realm. Because the Kerberos password is transmitted -in plain text, this module MUST be used in conjunction with an -encryption-capable Web server (by default, apache13-modssl). There is -no documentation provided; see the Web site for more details. This -package is built with the KRB5_VERIFY_TICKET and KRB5_SAVE_CREDENTIALS -options, and *without* Kerberos v4 support. In order to successfully -authenticate users, the Web server will need a keytab file containing -a key for the principal `www/my.host.name.example@MY.REALM.EXAMPLE' -which is readable only by the user Apache runs as; the location of this -keytab defaults to ${LOCALBASE}/etc/apache/keytab but can be modified -in the server configuration. - -WWW: http://modauthkerb.sourceforge.net/ diff --git a/www/mod_auth_kerb2/pkg-plist b/www/mod_auth_kerb2/pkg-plist deleted file mode 100644 index 9c53a963e65a..000000000000 --- a/www/mod_auth_kerb2/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -libexec/apache/mod_auth_kerb.so -@exec %D/sbin/apxs -e -A -n auth_kerb %D/%F -@unexec %D/sbin/apxs -e -A -n auth_kerb %D/%F diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile deleted file mode 100644 index 4353ca43ecea..000000000000 --- a/www/mod_extract_forwarded_ap13/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: mod_extract_forwarded -# Date created: 9 June 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= mod_extract_forwarded -PORTVERSION= 1.2 -CATEGORIES= www -MASTER_SITES= http://web.systhug.com/mod_extract_forwarded/ \ - http://atreides.freenix.no/~anders/ - -MAINTAINER= anders@FreeBSD.org -COMMENT= An Apache module that can make proxied requests appear with client IP - -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -APXS?= ${LOCALBASE}/sbin/apxs -DOCS= mod_extract_forwarded.html README - -do-build: - cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c - -do-install: - cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so -.if !defined(NOPORTDOCS) - ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME} -.endfor -.endif - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_extract_forwarded_ap13/distinfo b/www/mod_extract_forwarded_ap13/distinfo deleted file mode 100644 index 9a61d5278471..000000000000 --- a/www/mod_extract_forwarded_ap13/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mod_extract_forwarded-1.2.tar.gz) = 70ecf6f26f5561377b97ba8cae10e95f diff --git a/www/mod_extract_forwarded_ap13/pkg-descr b/www/mod_extract_forwarded_ap13/pkg-descr deleted file mode 100644 index a1f0912373d8..000000000000 --- a/www/mod_extract_forwarded_ap13/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -mod_extract_forwarded hooks itself into Apache's header parsing phase and looks -for the X-Forwarded-For header which some (most?) proxies add to the proxied -HTTP requests. It extracts the IP from the X-Forwarded-For and modifies the -connection data so to the rest of Apache the request looks like it came from -that IP rather than the proxy IP. - -mod_extract_forwarded can be dangerous for host based access control because -X-Forwarded-For is easily spoofed. Because of this you can configure which -proxies you trust or don't trust. - -WWW: http://web.systhug.com/mod_extract_forwarded/ - -- Anders Nordby <anders@fix.no> diff --git a/www/mod_extract_forwarded_ap13/pkg-message b/www/mod_extract_forwarded_ap13/pkg-message deleted file mode 100644 index de71faa90343..000000000000 --- a/www/mod_extract_forwarded_ap13/pkg-message +++ /dev/null @@ -1,15 +0,0 @@ -************************************************************ -You've installed mod_extract_forward, an Apache module that -can make proxied requests appear with client IPs. - -Edit your apache.conf or httpd.conf to enable and setup this -module. Have a look at the files in -${PREFIX}/share/doc/mod_extract_forward for information on -how to configure it. - -Then do this to make it work effective: - -# apachectl configtest (see if there are any config errors) -# apachectl restart - -************************************************************ diff --git a/www/mod_extract_forwarded_ap13/pkg-plist b/www/mod_extract_forwarded_ap13/pkg-plist deleted file mode 100644 index 57031aa59d80..000000000000 --- a/www/mod_extract_forwarded_ap13/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -libexec/apache/mod_extract_forwarded.so -@exec %D/sbin/apxs -e -A -n extract_forwarded %D/%F -@unexec %D/sbin/apxs -e -A -n extract_forwarded %D/%F -%%PORTDOCS%%share/doc/mod_extract_forwarded/mod_extract_forwarded.html -%%PORTDOCS%%share/doc/mod_extract_forwarded/README -%%PORTDOCS%%@dirrm share/doc/mod_extract_forwarded diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile deleted file mode 100644 index ba8df823d11e..000000000000 --- a/www/mod_gzip2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: mod_gzip Apache module -# Date created: Dec 13 2000 -# Whom: Mikhail Teterin <mi@aldan.algebra.com> -# -# $FreeBSD$ -# - -PORTNAME= mod_gzip -PORTVERSION= 1.3.26.1a -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mod-gzip -EXTRACT_SUFX= .tgz - -MAINTAINER= sysadmin@alexdupre.com -COMMENT= An Internet Content Acceleration module for Apache - -BUILD_DEPENDS= ${APXS}:${APACHE_PORT} -RUN_DEPENDS= ${APXS}:${APACHE_PORT} - -APXS?= ${LOCALBASE}/sbin/apxs -APACHE_PORT?= ${PORTSDIR}/www/apache13 -MAKE_ENV+= "APXS=${APXS}" -ALL_TARGET= build - -post-install: - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/mod_gzip.conf.sample ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/mod_gzip2/distinfo b/www/mod_gzip2/distinfo deleted file mode 100644 index ca230d5f216b..000000000000 --- a/www/mod_gzip2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mod_gzip-1.3.26.1a.tgz) = 080ccc5d789ed5efa0c0a7625e4fa02d diff --git a/www/mod_gzip2/pkg-descr b/www/mod_gzip2/pkg-descr deleted file mode 100644 index e27f24884a7b..000000000000 --- a/www/mod_gzip2/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -mod_gzip is an Internet Content Acceleration module for the popular -Apache Web Server. - -mod_gzip uses the well established and publicly available IETF -Content-Encoding standards in conjunction with publicy available GZIP -compression libraries such as ZLIB to deliver dynamically compressed -content 'on the fly' to any browser or user-agent that is capable of -receiving it. - -WWW: http://sourceforge.net/projects/mod-gzip/ - -- Alex Dupre -sysadmin@alexdupre.com diff --git a/www/mod_gzip2/pkg-plist b/www/mod_gzip2/pkg-plist deleted file mode 100644 index 45274e10e7ad..000000000000 --- a/www/mod_gzip2/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -libexec/apache/mod_gzip.so -@exec %D/sbin/apxs -e -A -n gzip %f -@unexec %D/sbin/apxs -e -A -n gzip %f -%%PORTDOCS%%share/doc/mod_gzip/browser.htm -%%PORTDOCS%%share/doc/mod_gzip/cache.htm -%%PORTDOCS%%share/doc/mod_gzip/config.htm -%%PORTDOCS%%share/doc/mod_gzip/encoding.htm -%%PORTDOCS%%share/doc/mod_gzip/enhancements.htm -%%PORTDOCS%%share/doc/mod_gzip/extern.gif -%%PORTDOCS%%share/doc/mod_gzip/firewalls.htm -%%PORTDOCS%%share/doc/mod_gzip/index.htm -%%PORTDOCS%%share/doc/mod_gzip/links.htm -%%PORTDOCS%%share/doc/mod_gzip/mod_gzip_logo.gif -%%PORTDOCS%%share/doc/mod_gzip/status.htm -%%PORTDOCS%%share/doc/mod_gzip/valid-css.png -%%PORTDOCS%%share/doc/mod_gzip/valid-xhtml11.png -%%PORTDOCS%%share/doc/mod_gzip/versions.htm -share/examples/mod_gzip/mod_gzip.conf.sample -@dirrm share/examples/mod_gzip -%%PORTDOCS%%@dirrm share/doc/mod_gzip diff --git a/www/mod_log_sql/Makefile b/www/mod_log_sql/Makefile deleted file mode 100644 index ff57953a82f5..000000000000 --- a/www/mod_log_sql/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: apache mod_log_mysql -# Date created: 2001/11/22 -# Whom: lev@serebryakov.spb.ru -# -# $FreeBSD$ - -PORTNAME= mod_log_mysql -PORTVERSION= 1.16 -CATEGORIES= www databases -MASTER_SITES= http://www.grubbybaby.com/mod_log_sql/ -DISTFILES= mod_log_sql-${PORTVERSION} - -MAINTAINER= lev@serebryakov.spb.ru -COMMENT= Allows Apache to log to a MySQL database - -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/${AP_PORT} -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${AP_PORT} - -WRKSRC= ${WRKDIR}/${PORTNAME} - -AP_PORT?= www/apache13 -APXS?= ${LOCALBASE}/sbin/apxs - -# Here is no mod_ssl by default -HAVE_MOD_SSL= - -MOD_SSL_HEADER= ${LOCALBASE}/include/apache/mod_ssl.h - -.if exists(${MOD_SSL_HEADER}) -do-configure: - @${ECHO_MSG} "Make with mod_ssl support" -.else -do-configure: - @${ECHO_MSG} "Make without mod_ssl support" - @${PERL} -pi -e 's/#define WANT_SSL_LOGGING/#undef WANT_SSL_LOGGING/' ${WRKSRC}/mod_log_mysql.c -.endif - -do-build: - @cd ${WRKSRC} && ${APXS} -c -o ${PORTNAME}.so -I${LOCALBASE}/include \ - -L${LOCALBASE}/lib/mysql -lmysqlclient ${PORTNAME}.c - -do-install: - cd ${WRKSRC} && ${APXS} -i -n${PORTNAME:S/^mod_//} -A ${PORTNAME}.so -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in CONFIGURATION INSTALL README access_log.sql make_combined_log.pl - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/www/mod_log_sql/distinfo b/www/mod_log_sql/distinfo deleted file mode 100644 index 39e50f5f33e3..000000000000 --- a/www/mod_log_sql/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mod_log_sql-1.16) = 1a6e44e98ed631a20390727b993840c4 diff --git a/www/mod_log_sql/files/patch-mod_log_mysql.c b/www/mod_log_sql/files/patch-mod_log_mysql.c deleted file mode 100644 index cbf12cfb2ace..000000000000 --- a/www/mod_log_sql/files/patch-mod_log_mysql.c +++ /dev/null @@ -1,132 +0,0 @@ ---- mod_log_mysql.c.orig Mon Jun 10 21:57:51 2002 -+++ mod_log_mysql.c Mon Jun 10 21:58:12 2002 -@@ -41,7 +41,7 @@ - * -------------*/ - - /* Declare ourselves so the configuration routines can find and know us. */ --module mysql_log_module; -+module log_mysql_module; - - /* The contents of these are known 'Apache wide' and are not variable - * on a per-virtual-server basis. Every virtual server 'knows' the -@@ -320,7 +320,7 @@ - char *isvalid; - char *cookiebuf; - -- log_mysql_state *cls = get_module_config(r->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(r->server->module_config, &log_mysql_module); - - #ifdef DEBUG - ap_log_error(APLOG_MARK,DEBUGLEVEL,r->server,"watching for cookie '%s'", cls->cookie_name); -@@ -509,7 +509,7 @@ - void preserve_entry(request_rec *r, const char *query) - { - FILE *fp; -- log_mysql_state *cls = get_module_config(r->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(r->server->module_config, &log_mysql_module); - - fp = pfopen(r->pool, cls->preserve_file, "a"); - if (fp == NULL) -@@ -548,7 +548,7 @@ - * at any time, hence the check. */ - if ( retval != 0 ) - { -- log_mysql_state *cls = get_module_config(r->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(r->server->module_config, &log_mysql_module); - - /* Something went wrong, so start by trying to restart the db link. */ - ap_log_error(APLOG_MARK,ERRLEVEL,r->server,"attempting reconnect because API said: %s", mysql_error(mysql_log)); -@@ -621,7 +621,7 @@ - - const char *set_log_mysql_cookie(cmd_parms *parms, void *dummy, char *arg) - { -- log_mysql_state *cls = get_module_config(parms->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(parms->server->module_config, &log_mysql_module); - - cls->cookie_name = arg; - return NULL; -@@ -630,7 +630,7 @@ - const char *set_log_mysql_preserve_file(cmd_parms *parms, void *dummy, char *arg) - { - char *pfile; -- log_mysql_state *cls = get_module_config(parms->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(parms->server->module_config, &log_mysql_module); - - pfile = ap_pstrcat(parms->pool, "/tmp/", arg, NULL); - cls->preserve_file = pfile; -@@ -653,7 +653,7 @@ - - const char *set_transfer_log_mysql_table(cmd_parms *parms, void *dummy, char *arg) - { -- log_mysql_state *cls = get_module_config(parms->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(parms->server->module_config, &log_mysql_module); - - if (massvirtual != 0) - ap_log_error(APLOG_MARK,WARNINGLEVEL,parms->server,"do not set MySQLTransferLogTable when MySQLMassVirtualHosting is On. Ignoring."); -@@ -664,7 +664,7 @@ - - const char *set_mysql_transfer_log_format(cmd_parms *parms, void *dummy, char *arg) - { -- log_mysql_state *cls = get_module_config(parms->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(parms->server->module_config, &log_mysql_module); - - cls->transfer_log_format = arg; - return NULL; -@@ -680,7 +680,7 @@ - const char *add_referer_mysql_ignore(cmd_parms *parms, void *dummy, char *arg) - { - char **addme; -- log_mysql_state *cls = get_module_config(parms->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(parms->server->module_config, &log_mysql_module); - - addme = push_array(cls->referer_ignore_list); - *addme = pstrdup(cls->referer_ignore_list->pool, arg); -@@ -690,7 +690,7 @@ - const char *add_transfer_mysql_ignore(cmd_parms *parms, void *dummy, char *arg) - { - char **addme; -- log_mysql_state *cls = get_module_config(parms->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(parms->server->module_config, &log_mysql_module); - - addme = push_array(cls->transfer_ignore_list); - *addme = pstrdup(cls->transfer_ignore_list->pool, arg); -@@ -700,7 +700,7 @@ - const char *add_remhost_mysql_ignore(cmd_parms *parms, void *dummy, char *arg) - { - char **addme; -- log_mysql_state *cls = get_module_config(parms->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(parms->server->module_config, &log_mysql_module); - - addme = push_array(cls->remhost_ignore_list); - *addme = pstrdup(cls->remhost_ignore_list->pool, arg); -@@ -755,10 +755,10 @@ - { - server_rec *s; - -- log_mysql_state main_conf = ap_get_module_config(main_server->module_config, &mysql_log_module); -+ log_mysql_state main_conf = ap_get_module_config(main_server->module_config, &log_mysql_module); - - for (server_rec *s = main_server; s; s = s->next) { -- conf = ap_get_module_config(s->module_config, &mysql_log_module); -+ conf = ap_get_module_config(s->module_config, &log_mysql_module); - if (conf->transfer_log_format == NULL && s != main_server) { - *conf = *main_conf; - } -@@ -847,7 +847,7 @@ - int log_mysql_transaction(request_rec *orig) - { - char **ptrptr, **ptrptr2; -- log_mysql_state *cls = get_module_config(orig->server->module_config, &mysql_log_module); -+ log_mysql_state *cls = get_module_config(orig->server->module_config, &log_mysql_module); - const char *str; - request_rec *r; - -@@ -1042,7 +1042,7 @@ - - - /* The configuration array that sets up the hooks into the module. */ --module mysql_log_module = { -+module log_mysql_module = { - STANDARD_MODULE_STUFF, - NULL, /* module initializer */ - NULL, /* create per-dir config */ diff --git a/www/mod_log_sql/pkg-descr b/www/mod_log_sql/pkg-descr deleted file mode 100644 index ed8ade81cda8..000000000000 --- a/www/mod_log_sql/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This add-on module allows the apache web server to use a MySQL database for -logging of all operations. - -WWW: http://www.grubbybaby.com/mod_log_mysql/ diff --git a/www/mod_log_sql/pkg-plist b/www/mod_log_sql/pkg-plist deleted file mode 100644 index 7523a11ecf52..000000000000 --- a/www/mod_log_sql/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -@exec %D/sbin/apxs -e -A -n log_mysql -A mod_log_mysql.so -libexec/apache/mod_log_mysql.so -@unexec %D/sbin/apxs -e -A -n log_mysql %f -%%PORTDOCS%%share/doc/mod_log_mysql/CONFIGURATION -%%PORTDOCS%%share/doc/mod_log_mysql/INSTALL -%%PORTDOCS%%share/doc/mod_log_mysql/README -%%PORTDOCS%%share/doc/mod_log_mysql/access_log.sql -%%PORTDOCS%%share/doc/mod_log_mysql/make_combined_log.pl -%%PORTDOCS%%@dirrm share/doc/mod_log_mysql diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile deleted file mode 100644 index cef2d84ba8c5..000000000000 --- a/www/mod_php5/Makefile +++ /dev/null @@ -1,109 +0,0 @@ -# New ports collection makefile for: mod_php4 -# Date created: Sun May 28 11:31:54 CEST 2000 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_php4 -PORTVERSION= 4.3.1 -PORTREVISION= 0 -CATEGORIES= www -MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ - http://php.he.net/${PHP_DISTDIR}/ \ - http://www.php3.de/${PHP_DISTDIR}/ \ - http://au.php.net/${PHP_DISTDIR}/ \ - http://at.php.net/${PHP_DISTDIR}/ \ - http://br.php.net/${PHP_DISTDIR}/ \ - http://php.easydns.com/${PHP_DISTDIR}/ \ - http://www.php.cz/${PHP_DISTDIR}/ \ - http://php3.globe.de/${PHP_DISTDIR}/ -DISTNAME= php-${PORTVERSION} - -MAINTAINER= dirk@FreeBSD.org -COMMENT= PHP4 module for Apache - -BUILD_DEPENDS= ${APXS}:${APACHE_PORT} -RUN_DEPENDS= ${APXS}:${APACHE_PORT} -.if defined(WITH_APACHE2) -LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth -.endif - -PHP_DISTDIR= distributions - -USE_BZIP2= yes -USE_SUBMAKE= yes -USE_AUTOCONF_VER=213 -.if defined(WITH_APACHE2) -APACHE_PORT?= ${PORTSDIR}/www/apache2 -.else -APACHE_PORT?= ${PORTSDIR}/www/apache13 -.endif -APXS?= ${LOCALBASE}/sbin/apxs - -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) -IS_INTERACTIVE= yes -.endif - -.if defined(WITH_APACHE2) -CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \ - --with-tsrm-pth -PLIST_SUB= MOD_DIR=libexec/apache2 -.else -CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs -PLIST_SUB= MOD_DIR=libexec/apache -.endif -CONFIGURE_ARGS+=--with-config-file-path=${PREFIX}/etc \ - --enable-versioning \ - --with-regex=system \ - --without-gd \ - --without-mysql - -CFLAGS+= -I${PREFIX}/include - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - CAT="${CAT}" \ - PHP4_OPTIONS="${PHP4_OPTIONS}" \ - REALCURDIR="${.CURDIR}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php -.if !defined(WITH_APACHE2) - @${ECHO_CMD} "Define WITH_APACHE2 to build mod_php4 as an apache2 module." - @${ECHO_CMD} "" -.endif - -post-install: - @${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc - - @${ECHO_CMD} "*****************************************************************************" - @${ECHO_CMD} "Make sure the mime.types are connected to the php module properly and" - @${ECHO_CMD} "index.php is part of your DirectoryIndex." - @${ECHO_CMD} "" - @${ECHO_CMD} "The following should be in your Apache configuration file:" - @${ECHO_CMD} "[...]" - @${ECHO_CMD} "DirectoryIndex index.php index.html" - @${ECHO_CMD} "[...]" - @${ECHO_CMD} "AddType application/x-httpd-php .php" - @${ECHO_CMD} "AddType application/x-httpd-php-source .phps" - @${ECHO_CMD} "[...]" - @${ECHO_CMD} "*****************************************************************************" - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -# XXX: -# Has to be kept in sync with the defaults in configure.php -.ifndef(WITHOUT_MYSQL) -.ifmake describe -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -.endif -.endif - -.include <bsd.port.mk> diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo deleted file mode 100644 index 6e45abe2f96e..000000000000 --- a/www/mod_php5/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (php-4.3.1.tar.bz2) = bbfe584acb3549c62bb61355165e2ca6 diff --git a/www/mod_php5/files/patch-ext_domxml_config.m4 b/www/mod_php5/files/patch-ext_domxml_config.m4 deleted file mode 100644 index 7c3ff4fac8c8..000000000000 --- a/www/mod_php5/files/patch-ext_domxml_config.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/domxml/config.m4.orig Wed Dec 19 18:40:15 2001 -+++ ext/domxml/config.m4 Wed Dec 19 18:42:15 2001 -@@ -53,6 +53,8 @@ - - PHP_ADD_LIBRARY_WITH_PATH($DOM_LIBNAME, $DOMXML_DIR/lib, DOMXML_SHARED_LIBADD) - PHP_ADD_INCLUDE($DOMXML_DIR/include$DOMXML_DIR_ADD) -+dnl next line is for iconv.h -+ PHP_ADD_INCLUDE($DOMXML_DIR/include) - - if test "$PHP_ZLIB_DIR" = "no"; then - AC_MSG_ERROR(DOMXML requires ZLIB. Use --with-zlib-dir=<DIR>) diff --git a/www/mod_php5/files/patch-ext_mcal_config.m4 b/www/mod_php5/files/patch-ext_mcal_config.m4 deleted file mode 100644 index 821646154769..000000000000 --- a/www/mod_php5/files/patch-ext_mcal_config.m4 +++ /dev/null @@ -1,17 +0,0 @@ ---- ext/mcal/config.m4.orig Wed Mar 27 11:26:16 2002 -+++ ext/mcal/config.m4 Fri Jan 3 19:38:46 2003 -@@ -41,5 +41,14 @@ - PHP_SUBST(MCAL_SHARED_LIBADD) - AC_DEFINE(HAVE_MCAL,1,[ ]) - PHP_NEW_EXTENSION(mcal, php_mcal.c, $ext_shared) -+ cat >> confdefs.h <<\EOF -+/* Interfaces to callbacks in libmcal */ -+#include <mcal/mcal.h> -+void cc_searched (unsigned long cal_uid) {} -+void cc_fetched(const CALEVENT *event) {} -+void cc_login(const char **user, const char **pwd) {} -+void cc_vlog(const char *fmt,va_list ap) {} -+void cc_vdlog(const char *fmt,va_list ap) {} -+EOF - fi - diff --git a/www/mod_php5/files/patch-ext_ming_php_ming.h b/www/mod_php5/files/patch-ext_ming_php_ming.h deleted file mode 100644 index f07deba0c867..000000000000 --- a/www/mod_php5/files/patch-ext_ming_php_ming.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/ming/php_ming.h.orig Mon Apr 8 02:46:22 2002 -+++ ext/ming/php_ming.h Fri Jan 3 19:35:55 2003 -@@ -24,7 +24,7 @@ - extern zend_module_entry ming_module_entry; - #define ming_module_ptr &ming_module_entry - --#include <ming.h> -+#include <ming/ming.h> - - PHP_RINIT_FUNCTION(ming); - PHP_MINIT_FUNCTION(ming); diff --git a/www/mod_php5/files/patch-ext_sybase_ct_config.m4 b/www/mod_php5/files/patch-ext_sybase_ct_config.m4 deleted file mode 100644 index 127a369b1085..000000000000 --- a/www/mod_php5/files/patch-ext_sybase_ct_config.m4 +++ /dev/null @@ -1,21 +0,0 @@ ---- ext/sybase_ct/config.m4.orig Fri Nov 30 23:12:31 2001 -+++ ext/sybase_ct/config.m4 Tue Apr 23 21:53:54 2002 -@@ -30,17 +30,12 @@ - PHP_ADD_LIBRARY(ct,, SYBASE_CT_SHARED_LIBADD) - SYBASE_CT_LIBS="-L$SYBASE_CT_LIBDIR -lct" - else -- PHP_ADD_LIBRARY(cs,, SYBASE_CT_SHARED_LIBADD) - PHP_ADD_LIBRARY(ct,, SYBASE_CT_SHARED_LIBADD) -- PHP_ADD_LIBRARY(comn,, SYBASE_CT_SHARED_LIBADD) -- PHP_ADD_LIBRARY(intl,, SYBASE_CT_SHARED_LIBADD) - -- SYBASE_CT_LIBS="-L$SYBASE_CT_LIBDIR -lcs -lct -lcomn -lintl" -+ SYBASE_CT_LIBS="-L$SYBASE_CT_LIBDIR -lct" - - PHP_CHECK_LIBRARY(tcl, netg_errstr, [ - PHP_ADD_LIBRARY(tcl,,SYBASE_CT_SHARED_LIBADD) -- ],[ -- PHP_ADD_LIBRARY(sybtcl,,SYBASE_CT_SHARED_LIBADD) - ],[ - $SYBASE_CT_LIBS - ]) diff --git a/www/mod_php5/pkg-descr b/www/mod_php5/pkg-descr deleted file mode 100644 index cea408b8d551..000000000000 --- a/www/mod_php5/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Server-side, cross-platform, HTML embedded scripting language which -offers easy database integration. - -WWW: http://www.php.net/ diff --git a/www/mod_php5/pkg-message b/www/mod_php5/pkg-message deleted file mode 100644 index c984c30fe061..000000000000 --- a/www/mod_php5/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -***************************************************************************** -You have installed the mod_php4 package. - -Have a look at the mod_php4 _port_ if you need additional support for -databases other than MySQL, e. g. - -You can find it at -ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php4.tar - -Make sure the mime.types are connected to the php module properly and -index.php is part of your DirectoryIndex. - -The following should be in your Apache configuration file: -[...] -DirectoryIndex index.php index.html -[...] -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps -[...] -***************************************************************************** diff --git a/www/mod_php5/pkg-plist b/www/mod_php5/pkg-plist deleted file mode 100644 index b4ff74b61f6e..000000000000 --- a/www/mod_php5/pkg-plist +++ /dev/null @@ -1,388 +0,0 @@ -bin/php -bin/php-config -bin/phpextdist -bin/phpize -etc/php.ini-dist -include/php/TSRM/TSRM.h -include/php/TSRM/acconfig.h -include/php/TSRM/readdir.h -include/php/TSRM/tsrm_config.h -include/php/TSRM/tsrm_config.nw.h -include/php/TSRM/tsrm_config.w32.h -include/php/TSRM/tsrm_config_common.h -include/php/TSRM/tsrm_nw.h -include/php/TSRM/tsrm_strtok_r.h -include/php/TSRM/tsrm_virtual_cwd.h -include/php/TSRM/tsrm_win32.h -include/php/Zend/FlexLexer.h -include/php/Zend/acconfig.h -include/php/Zend/zend.h -include/php/Zend/zend_API.h -include/php/Zend/zend_alloc.h -include/php/Zend/zend_builtin_functions.h -include/php/Zend/zend_compile.h -include/php/Zend/zend_config.h -include/php/Zend/zend_config.w32.h -include/php/Zend/zend_constants.h -include/php/Zend/zend_dynamic_array.h -include/php/Zend/zend_errors.h -include/php/Zend/zend_execute.h -include/php/Zend/zend_execute_globals.h -include/php/Zend/zend_execute_locks.h -include/php/Zend/zend_extensions.h -include/php/Zend/zend_fast_cache.h -include/php/Zend/zend_globals.h -include/php/Zend/zend_globals_macros.h -include/php/Zend/zend_hash.h -include/php/Zend/zend_highlight.h -include/php/Zend/zend_indent.h -include/php/Zend/zend_ini.h -include/php/Zend/zend_ini_parser.h -include/php/Zend/zend_ini_scanner.h -include/php/Zend/zend_istdiostream.h -include/php/Zend/zend_language_parser.h -include/php/Zend/zend_language_scanner.h -include/php/Zend/zend_list.h -include/php/Zend/zend_llist.h -include/php/Zend/zend_modules.h -include/php/Zend/zend_multibyte.h -include/php/Zend/zend_operators.h -include/php/Zend/zend_ptr_stack.h -include/php/Zend/zend_qsort.h -include/php/Zend/zend_stack.h -include/php/Zend/zend_static_allocator.h -include/php/Zend/zend_types.h -include/php/Zend/zend_variables.h -include/php/acconfig.h -include/php/ext/mbstring/cp932_table.h -include/php/ext/mbstring/mbfilter.h -include/php/ext/mbstring/mbfilter_cn.h -include/php/ext/mbstring/mbfilter_ja.h -include/php/ext/mbstring/mbfilter_kr.h -include/php/ext/mbstring/mbfilter_ru.h -include/php/ext/mbstring/mbfilter_tw.h -include/php/ext/mbstring/mbregex.h -include/php/ext/mbstring/mbstring.h -include/php/ext/mbstring/php_mbregex.h -include/php/ext/mbstring/php_unicode.h -include/php/ext/mbstring/unicode_data.h -include/php/ext/mbstring/unicode_table.h -include/php/ext/mbstring/unicode_table_cn.h -include/php/ext/mbstring/unicode_table_ja.h -include/php/ext/mbstring/unicode_table_kr.h -include/php/ext/mbstring/unicode_table_ru.h -include/php/ext/mbstring/unicode_table_tw.h -include/php/ext/pgsql/php_pgsql.h -include/php/ext/session/mod_files.h -include/php/ext/session/mod_mm.h -include/php/ext/session/mod_user.h -include/php/ext/session/php_session.h -include/php/ext/standard/aggregation.h -include/php/ext/standard/base64.h -include/php/ext/standard/basic_functions.h -include/php/ext/standard/crc32.h -include/php/ext/standard/credits.h -include/php/ext/standard/credits_ext.h -include/php/ext/standard/credits_sapi.h -include/php/ext/standard/css.h -include/php/ext/standard/cyr_convert.h -include/php/ext/standard/datetime.h -include/php/ext/standard/dl.h -include/php/ext/standard/dns.h -include/php/ext/standard/exec.h -include/php/ext/standard/file.h -include/php/ext/standard/flock_compat.h -include/php/ext/standard/fsock.h -include/php/ext/standard/head.h -include/php/ext/standard/html.h -include/php/ext/standard/info.h -include/php/ext/standard/md5.h -include/php/ext/standard/microtime.h -include/php/ext/standard/pack.h -include/php/ext/standard/pageinfo.h -include/php/ext/standard/parsedate.h -include/php/ext/standard/php_array.h -include/php/ext/standard/php_assert.h -include/php/ext/standard/php_browscap.h -include/php/ext/standard/php_crypt.h -include/php/ext/standard/php_dir.h -include/php/ext/standard/php_ext_syslog.h -include/php/ext/standard/php_filestat.h -include/php/ext/standard/php_fopen_wrappers.h -include/php/ext/standard/php_ftok.h -include/php/ext/standard/php_image.h -include/php/ext/standard/php_incomplete_class.h -include/php/ext/standard/php_iptc.h -include/php/ext/standard/php_lcg.h -include/php/ext/standard/php_link.h -include/php/ext/standard/php_mail.h -include/php/ext/standard/php_math.h -include/php/ext/standard/php_metaphone.h -include/php/ext/standard/php_parsedate.h -include/php/ext/standard/php_rand.h -include/php/ext/standard/php_smart_str.h -include/php/ext/standard/php_smart_str_public.h -include/php/ext/standard/php_standard.h -include/php/ext/standard/php_string.h -include/php/ext/standard/php_type.h -include/php/ext/standard/php_var.h -include/php/ext/standard/php_versioning.h -include/php/ext/standard/quot_print.h -include/php/ext/standard/reg.h -include/php/ext/standard/scanf.h -include/php/ext/standard/sha1.h -include/php/ext/standard/uniqid.h -include/php/ext/standard/url.h -include/php/ext/standard/url_scanner.h -include/php/ext/standard/url_scanner_ex.h -include/php/ext/xml/expat/ascii.h -include/php/ext/xml/expat/asciitab.h -include/php/ext/xml/expat/expat.h -include/php/ext/xml/expat/iasciitab.h -include/php/ext/xml/expat/latin1tab.h -include/php/ext/xml/expat/nametab.h -include/php/ext/xml/expat/utf8tab.h -include/php/ext/xml/expat/winconfig.h -include/php/ext/xml/expat/xmlrole.h -include/php/ext/xml/expat/xmltok.h -include/php/ext/xml/expat/xmltok_impl.h -include/php/ext/xml/php_xml.h -include/php/main/SAPI.h -include/php/main/build-defs.h -include/php/main/config.nw.h -include/php/main/fopen_wrappers.h -include/php/main/internal_functions_registry.h -include/php/main/logos.h -include/php/main/php.h -include/php/main/php3_compat.h -include/php/main/php_compat.h -include/php/main/php_config.h -include/php/main/php_content_types.h -include/php/main/php_embed.h -include/php/main/php_globals.h -include/php/main/php_ini.h -include/php/main/php_logos.h -include/php/main/php_main.h -include/php/main/php_memory_streams.h -include/php/main/php_network.h -include/php/main/php_open_temporary_file.h -include/php/main/php_output.h -include/php/main/php_reentrancy.h -include/php/main/php_regex.h -include/php/main/php_streams.h -include/php/main/php_syslog.h -include/php/main/php_ticks.h -include/php/main/php_variables.h -include/php/main/php_version.h -include/php/main/rfc1867.h -include/php/main/safe_mode.h -include/php/main/snprintf.h -include/php/main/spprintf.h -include/php/main/win95nt.h -include/php/php_version.h -include/php/regex/cclass.h -include/php/regex/cname.h -include/php/regex/regex.h -include/php/regex/regex2.h -include/php/regex/regex_extra.h -include/php/regex/utils.h -lib/php/.filemap -lib/php/.lock -lib/php/.registry/Archive_Tar.reg -lib/php/.registry/Console_Getopt.reg -lib/php/.registry/DB.reg -lib/php/.registry/HTTP.reg -lib/php/.registry/Mail.reg -lib/php/.registry/Net_SMTP.reg -lib/php/.registry/Net_Socket.reg -lib/php/.registry/PEAR.reg -lib/php/.registry/XML_Parser.reg -lib/php/.registry/XML_RPC.reg -lib/php/Archive/Tar.php -lib/php/Console/Getopt.php -lib/php/DB.php -lib/php/DB/common.php -lib/php/DB/dbase.php -lib/php/DB/fbsql.php -lib/php/DB/ibase.php -lib/php/DB/ifx.php -lib/php/DB/msql.php -lib/php/DB/mssql.php -lib/php/DB/mysql.php -lib/php/DB/oci8.php -lib/php/DB/odbc.php -lib/php/DB/pgsql.php -lib/php/DB/storage.php -lib/php/DB/sybase.php -lib/php/HTTP.php -lib/php/Mail.php -lib/php/Mail/RFC822.php -lib/php/Mail/mail.php -lib/php/Mail/sendmail.php -lib/php/Mail/smtp.php -lib/php/Net/SMTP.php -lib/php/Net/Socket.php -lib/php/OS/Guess.php -lib/php/PEAR.php -lib/php/PEAR/Autoloader.php -lib/php/PEAR/Builder.php -lib/php/PEAR/Command.php -lib/php/PEAR/Command/Auth.php -lib/php/PEAR/Command/Build.php -lib/php/PEAR/Command/Common.php -lib/php/PEAR/Command/Config.php -lib/php/PEAR/Command/Install.php -lib/php/PEAR/Command/Package.php -lib/php/PEAR/Command/Registry.php -lib/php/PEAR/Command/Remote.php -lib/php/PEAR/Common.php -lib/php/PEAR/Config.php -lib/php/PEAR/Dependency.php -lib/php/PEAR/Frontend/CLI.php -lib/php/PEAR/Installer.php -lib/php/PEAR/Packager.php -lib/php/PEAR/Registry.php -lib/php/PEAR/Remote.php -lib/php/System.php -lib/php/XML/Parser.php -lib/php/XML/RPC.php -lib/php/XML/RPC/Server.php -lib/php/build/Makefile.global -lib/php/build/acinclude.m4 -lib/php/build/mkdep.awk -lib/php/build/pear.m4 -lib/php/build/scan_makefile_in.awk -lib/php/build/shtool -lib/php/data/PEAR/package.dtd -lib/php/data/PEAR/template.spec -lib/php/docs/Archive_Tar/docs/Archive_Tar.txt -lib/php/docs/DB/DB/IDEAS -lib/php/docs/DB/DB/MAINTAINERS -lib/php/docs/DB/DB/STATUS -lib/php/docs/DB/DB/TESTERS -lib/php/tests/DB/tests/db_error.phpt -lib/php/tests/DB/tests/db_error2.phpt -lib/php/tests/DB/tests/db_factory.phpt -lib/php/tests/DB/tests/db_ismanip.phpt -lib/php/tests/DB/tests/db_parsedsn.phpt -lib/php/tests/DB/tests/driver/01connect.phpt -lib/php/tests/DB/tests/driver/02fetch.phpt -lib/php/tests/DB/tests/driver/03simplequery.phpt -lib/php/tests/DB/tests/driver/04numcols.phpt -lib/php/tests/DB/tests/driver/05sequences.phpt -lib/php/tests/DB/tests/driver/06prepexec.phpt -lib/php/tests/DB/tests/driver/08affectedrows.phpt -lib/php/tests/DB/tests/driver/09numrows.phpt -lib/php/tests/DB/tests/driver/10errormap.phpt -lib/php/tests/DB/tests/driver/13limit.phpt -lib/php/tests/DB/tests/driver/14fetchmode_object.phpt -lib/php/tests/DB/tests/driver/15quote.phpt -lib/php/tests/DB/tests/ibase/01connect.phpt -lib/php/tests/DB/tests/ibase/02fetch.phpt -lib/php/tests/DB/tests/ibase/03simplequery.phpt -lib/php/tests/DB/tests/ibase/04numcols.phpt -lib/php/tests/DB/tests/ibase/05sequences.phpt -lib/php/tests/DB/tests/ibase/06prepexec.phpt -lib/php/tests/DB/tests/ibase/10errormap.phpt -lib/php/tests/DB/tests/mysql/01connect.phpt -lib/php/tests/DB/tests/mysql/02fetch.phpt -lib/php/tests/DB/tests/mysql/03simplequery.phpt -lib/php/tests/DB/tests/mysql/04numcols.phpt -lib/php/tests/DB/tests/mysql/05sequences.phpt -lib/php/tests/DB/tests/mysql/06prepexec.phpt -lib/php/tests/DB/tests/mysql/07errornative.phpt -lib/php/tests/DB/tests/mysql/08affectedrows.phpt -lib/php/tests/DB/tests/mysql/09numrows.phpt -lib/php/tests/DB/tests/mysql/10errormap.phpt -lib/php/tests/DB/tests/mysql/12tableinfo.phpt -lib/php/tests/DB/tests/mysql/13limit.phpt -lib/php/tests/DB/tests/mysql/14fetchmode_object.phpt -lib/php/tests/DB/tests/oci8/01connect.phpt -lib/php/tests/DB/tests/oci8/02fetch.phpt -lib/php/tests/DB/tests/oci8/03simplequery.phpt -lib/php/tests/DB/tests/oci8/04numcols.phpt -lib/php/tests/DB/tests/oci8/05sequences.phpt -lib/php/tests/DB/tests/oci8/06prepexec.phpt -lib/php/tests/DB/tests/oci8/07errornative.phpt -lib/php/tests/DB/tests/oci8/08affectedrows.phpt -lib/php/tests/DB/tests/oci8/09numrows.phpt -lib/php/tests/DB/tests/oci8/10errormap.phpt -lib/php/tests/DB/tests/oci8/13limit.phpt -lib/php/tests/DB/tests/odbc/01connect.phpt -lib/php/tests/DB/tests/odbc/02fetch.phpt -lib/php/tests/DB/tests/odbc/03simplequery.phpt -lib/php/tests/DB/tests/odbc/04numcols.phpt -lib/php/tests/DB/tests/odbc/06prepexec.phpt -lib/php/tests/DB/tests/odbc/07errornative.phpt -lib/php/tests/DB/tests/odbc/09numrows.phpt -lib/php/tests/DB/tests/odbc/10errormap.phpt -lib/php/tests/DB/tests/pgsql/01connect.phpt -lib/php/tests/DB/tests/pgsql/02fetch.phpt -lib/php/tests/DB/tests/pgsql/03simplequery.phpt -lib/php/tests/DB/tests/pgsql/04numcols.phpt -lib/php/tests/DB/tests/pgsql/05sequences.phpt -lib/php/tests/DB/tests/pgsql/06prepexec.phpt -lib/php/tests/DB/tests/pgsql/07errornative.phpt -lib/php/tests/DB/tests/pgsql/08affectedrows.phpt -lib/php/tests/DB/tests/pgsql/09numrows.phpt -lib/php/tests/DB/tests/pgsql/10errormap.phpt -lib/php/tests/DB/tests/pgsql/11transact.phpt -lib/php/tests/DB/tests/pgsql/13limit.phpt -lib/php/tests/DB/tests/pgsql/14fetchmode_object.phpt -lib/php/tests/XML_Parser/tests/001.phpt -lib/php/tests/XML_Parser/tests/002.phpt -lib/php/tests/XML_Parser/tests/003.phpt -lib/php/tests/XML_Parser/tests/004.phpt -lib/php/tests/XML_Parser/tests/005.phpt -lib/php/tests/XML_Parser/tests/test2.xml -lib/php/tests/XML_Parser/tests/test3.xml -%%MOD_DIR%%/libphp4.so -@exec %D/sbin/apxs -e -a -n php4 %f -@unexec %D/sbin/apxs -e -A -n php4 %f -@dirrm include/php/TSRM -@dirrm include/php/Zend -@dirrm include/php/ext/mbstring -@dirrm include/php/ext/pgsql -@dirrm include/php/ext/session -@dirrm include/php/ext/standard -@dirrm include/php/ext/xml/expat -@dirrm include/php/ext/xml -@dirrm include/php/ext -@dirrm include/php/main -@dirrm include/php/regex -@dirrm include/php -@dirrm lib/php/.registry -@dirrm lib/php/Archive -@dirrm lib/php/Console -@dirrm lib/php/DB -@dirrm lib/php/Mail -@dirrm lib/php/Net -@dirrm lib/php/OS -@dirrm lib/php/PEAR/Command -@dirrm lib/php/PEAR/Frontend -@dirrm lib/php/PEAR -@dirrm lib/php/XML/RPC -@dirrm lib/php/XML -@dirrm lib/php/build -@dirrm lib/php/data/PEAR -@dirrm lib/php/data -@dirrm lib/php/docs/Archive_Tar/docs -@dirrm lib/php/docs/Archive_Tar -@dirrm lib/php/docs/DB/DB -@dirrm lib/php/docs/DB -@dirrm lib/php/docs -@dirrm lib/php/extensions/no-debug-non-zts-20020429 -@dirrm lib/php/extensions -@dirrm lib/php/tests/DB/tests/driver -@dirrm lib/php/tests/DB/tests/ibase -@dirrm lib/php/tests/DB/tests/mysql -@dirrm lib/php/tests/DB/tests/oci8 -@dirrm lib/php/tests/DB/tests/odbc -@dirrm lib/php/tests/DB/tests/pgsql -@dirrm lib/php/tests/DB/tests -@dirrm lib/php/tests/DB -@dirrm lib/php/tests/XML_Parser/tests -@dirrm lib/php/tests/XML_Parser -@dirrm lib/php/tests -@dirrm lib/php -@exec mkdir -p %D/lib/php/extensions/no-debug-non-zts-20020429 diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php deleted file mode 100644 index f55e213f92b5..000000000000 --- a/www/mod_php5/scripts/configure.php +++ /dev/null @@ -1,380 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -if [ -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`/usr/bin/mktemp -t checklist` - -if [ "${BATCH}" ]; then - if [ "${PHP4_OPTIONS}" ]; then - set ${PHP4_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else - /usr/bin/dialog --title "configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -GD1 "GD 1.x library support" OFF \ -GD2 "GD 2.x library support" OFF \ -zlib "zlib library support" ON \ -bzip2 "bzip2 library support" OFF \ -cracklib "cracklib dict support" OFF \ -mcrypt "Encryption support" OFF \ -mhash "Crypto-hashing support" OFF \ -pdflib "pdflib support" OFF \ -IMAP "IMAP support" OFF \ -IMAP-SSL "IMAP-SSL support (implies IMAP)" OFF \ -MySQL "MySQL database support" ON \ -PostgreSQL "PostgreSQL database support" OFF \ -SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \ -SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \ -Interbase "Interbase 6 database support (Firebird)" OFF \ -dBase "dBase database support" OFF \ -GDBM "GNU database manager support" OFF \ -OpenLDAP1 "OpenLDAP 1.x support" OFF \ -OpenLDAP2 "OpenLDAP 2.x support" OFF \ -OpenSSL "OpenSSL support" OFF \ -SNMP "SNMP support" OFF \ -XML "XML support" OFF \ -XMLRPC "XMLRPC-EPI support (implies XML and iconv)" OFF \ -XSLT "Sablotron support (implies XML and iconv)" OFF \ -WDDX "WDDX support (implies XML)" OFF \ -DOMXML "DOM support" OFF \ -FTP "File Transfer Protocol support" OFF \ -CURL "CURL support" OFF \ -gettext "gettext library support" OFF \ -iconv "iconv support" OFF \ -pspell "pspell support" OFF \ -mbregex "multibyte regular expressions module" OFF \ -mbstring "multibyte string module" OFF \ -YP "YP/NIS support" OFF \ -BCMath "BCMath support" OFF \ -Hyperwave "Hyperwave support" OFF \ -mcve "MCVE Credit Card Verification support" OFF \ -ming "ming library support" OFF \ -MCAL "Modular Calendar Access Library support" OFF \ -sockets "sockets support" OFF \ -sysvsem "System V semaphore support" OFF \ -sysvshm "System V shared memory support" OFF \ -transsid "Transparent session id" OFF \ -yaz "YAZ support (ANSI/NISO Z39.50)" OFF \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `cat $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${REALCURDIR} -exec > ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc - -while [ "$1" ]; do - case $1 in - \"GD1\") - echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd" - echo "LIB_DEPENDS+= freetype.9:\${PORTSDIR}/print/freetype2" - echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png" - echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg" - echo "CONFIGURE_ARGS+=--with-gd=\${LOCALBASE} \\" - echo " --enable-gd-native-ttf \\" - echo " --with-freetype-dir=\${LOCALBASE} \\" - echo " --with-jpeg-dir=\${LOCALBASE} \\" - echo " --with-png-dir=\${LOCALBASE}" - if [ "$GD2" ]; then - echo "GD1 and GD2 are mutually exclusive." > /dev/stderr - rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc - exit 1 - fi - GD1=1 - ;; - - \"GD2\") - echo "LIB_DEPENDS+= gd.4:\${PORTSDIR}/graphics/gd2" - echo "LIB_DEPENDS+= freetype.9:\${PORTSDIR}/print/freetype2" - echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png" - echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg" - echo "CONFIGURE_ARGS+=--with-gd=\${LOCALBASE} \\" - echo " --enable-gd-native-ttf \\" - echo " --with-freetype-dir=\${LOCALBASE} \\" - echo " --with-jpeg-dir=\${LOCALBASE} \\" - echo " --with-png-dir=\${LOCALBASE}" - if [ "$GD1" ]; then - echo "GD1 and GD2 are mutually exclusive." > /dev/stderr - rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc - exit 1 - fi - GD2=1 - ;; - \"zlib\") - echo "CONFIGURE_ARGS+=--with-zlib" - ;; - \"bzip2\") - if [ -x /usr/bin/bzip2 ]; then - BZ2PREFIX=/usr - else - BZ2PREFIX=/usr/local - echo "LIB_DEPENDS+= bz2.1:\${PORTSDIR}/archivers/bzip2" - fi - echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}" - ;; - \"cracklib\") - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcrack.a:\${PORTSDIR}/security/cracklib" - echo "CONFIGURE_ARGS+=--with-crack=\${LOCALBASE}" - ;; - \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt.8:\${PORTSDIR}/security/libmcrypt" - echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}" - ;; - \"mhash\") - echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash" - echo "CONFIGURE_ARGS+=--with-mhash=\${LOCALBASE}" - ;; - \"pdflib\") - echo "LIB_DEPENDS+= pdf.4:\${PORTSDIR}/print/pdflib" - echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg" - echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png" - echo "LIB_DEPENDS+= tiff.4:\${PORTSDIR}/graphics/tiff" - echo "CONFIGURE_ARGS+=--with-pdflib=\${LOCALBASE} \\" - echo " --with-zlib-dir=/usr \\" - echo " --with-jpeg-dir=\${LOCALBASE} \\" - echo " --with-png-dir=\${LOCALBASE} \\" - echo " --with-tiff-dir=\${LOCALBASE}" - ;; - \"IMAP\") - if [ -z "$IMAP" ]; then - echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient" - echo "CONFIGURE_ARGS+=--with-imap=\${LOCALBASE}" - IMAP=1 - fi - ;; - \"IMAP-SSL\") - echo "CONFIGURE_ARGS+=--with-imap-ssl=\${LOCALBASE}" - if [ -z "$IMAP" ]; then - set $* \"IMAP\" - fi - ;; - \"MySQL\") - echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client" - echo "CONFIGURE_ARGS+=--with-mysql=\${LOCALBASE}" - MYSQL=1 - ;; - \"PostgreSQL\") - echo "POSTGRESQL_PORT?= databases/postgresql7" - echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" - if [ -x ${LOCALBASE}/pgsql/bin/postgres -a ! -x ${LOCALBASE}/bin/postgres ]; then - PGPREFIX=${LOCALBASE}/pgsql - else - PGPREFIX=${LOCALBASE} - echo "CFLAGS+=-I\${LOCALBASE}/include/pgsql" - fi - echo "PGPREFIX=${PGPREFIX}" - echo "CONFIGURE_ARGS+=--with-pgsql=\${PGPREFIX}" - if /usr/bin/ldd ${PGPREFIX}/bin/postgres 2> /dev/null | /usr/bin/grep -q "libssl"; then - echo "USE_OPENSSL= yes" - LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl" - fi - ;; - \"SybaseDB\") - echo "LIB_DEPENDS+= sybdb.1:\${PORTSDIR}/databases/freetds" - echo "LIB_DEPENDS+= iconv.3:\${PORTSDIR}/converters/libiconv" - echo "CONFIGURE_ARGS+=--with-sybase=\${LOCALBASE}" - if [ "$SYBASECT" ]; then - echo "SybaseDB and SybaseCT are mutually exclusive." > /dev/stderr - rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc - exit 1 - fi - SYBASEDB=1 - ;; - \"SybaseCT\") - echo "LIB_DEPENDS+= ct.0:\${PORTSDIR}/databases/freetds" - echo "LIB_DEPENDS+= iconv.3:\${PORTSDIR}/converters/libiconv" - echo "CONFIGURE_ARGS+=--with-sybase-ct=\${LOCALBASE}" - if [ "$SYBASEDB" ]; then - echo "SybaseDB and SybaseCT are mutually exclusive." > /dev/stderr - rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc - exit 1 - fi - SYBASECT=1 - ;; - \"Interbase\") - echo "LIB_DEPENDS+= gds.1:\${PORTSDIR}/databases/firebird" - echo "CONFIGURE_ARGS+=--with-interbase=\${LOCALBASE}/firebird" - ;; - \"dBase\") - echo "CONFIGURE_ARGS+=--with-dbase" - ;; - \"GDBM\") - echo "LIB_DEPENDS+= gdbm.3:\${PORTSDIR}/databases/gdbm" - echo "CONFIGURE_ARGS+=--with-gdbm=\${LOCALBASE}" - ;; - \"OpenLDAP1\") - echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap12" - echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap12" - echo "CONFIGURE_ARGS+=--with-ldap=\${LOCALBASE}" - if [ "$OPENLDAP2" ]; then - echo "OpenLDAP1 and OpenLDAP2 are mutually exclusive." > /dev/stderr - rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc - exit 1 - fi - if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a -a ! -L /usr/lib/libdes.a ]; then - LIBS="${LIBS} -lkrb -ldes -L\${LOCALBASE}/lib" - fi - OPENLDAP1=1 - ;; - \"OpenLDAP2\") - echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20" - echo "LIB_DEPENDS+= lber.2:\${PORTSDIR}/net/openldap20" - echo "CONFIGURE_ARGS+=--with-ldap=\${LOCALBASE}" - if [ "$OPENLDAP1" ]; then - echo "OpenLDAP1 and OpenLDAP2 are mutually exclusive." > /dev/stderr - rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc - exit 1 - fi - if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a -a ! -L /usr/lib/libdes.a ]; then - LIBS="${LIBS} -lkrb -ldes -L\${LOCALBASE}/lib" - fi - OPENLDAP2=1 - ;; - \"OpenSSL\") - echo "USE_OPENSSL=yes" - echo "CONFIGURE_ARGS+=--with-openssl=\${OPENSSLBASE}" - ;; - \"SNMP\") - echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp4" - echo "CONFIGURE_ARGS+=--with-snmp=\${LOCALBASE} --enable-ucd-snmp-hack --with-openssl=\${OPENSSLBASE}" - echo "USE_OPENSSL= yes" - LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl" - ;; - \"XML\") - if [ -z "$XML" ]; then - echo "LIB_DEPENDS+= expat.4:\${PORTSDIR}/textproc/expat2" - echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}" - XML=1 - fi - ;; - \"XMLRPC\") - echo "CONFIGURE_ARGS+=--with-xmlrpc" - if [ -z "$XML" ]; then - set $* \"XML\" - fi - if [ -z "$ICONV" ]; then - set $* \"iconv\" - fi - ;; - \"XSLT\") - echo "LIB_DEPENDS+= sablot.69:\${PORTSDIR}/textproc/sablotron" - echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot=\${LOCALBASE}" - if [ -z "$XML" ]; then - set $* \"XML\" - fi - if [ -z "$ICONV" ]; then - set $* \"iconv\" - fi - ;; - \"WDDX\") - echo "CONFIGURE_ARGS+=--enable-wddx" - if [ -z "$XML" ]; then - set $* \"XML\" - fi - ;; - \"DOMXML\") - echo "LIB_DEPENDS+= xml2.5:\${PORTSDIR}/textproc/libxml2" - echo "CONFIGURE_ARGS+=--with-dom=\${LOCALBASE}" - ;; - \"FTP\") - echo "CONFIGURE_ARGS+=--enable-ftp" - ;; - \"CURL\") - echo "CONFIGURE_ARGS+=--with-curl=\${LOCALBASE}" - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" - ;; - \"gettext\") - echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext" - echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}" - ;; - \"iconv\") - if [ -z "$ICONV" ]; then - echo "LIB_DEPENDS+= iconv.3:\${PORTSDIR}/converters/libiconv" - echo "CONFIGURE_ARGS+=--with-iconv=\${LOCALBASE}" - ICONV=1 - fi - ;; - \"pspell\") - echo "LIB_DEPENDS+= aspell.15:\${PORTSDIR}/textproc/aspell" - echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}" - ;; - \"mbregex\") - echo "CONFIGURE_ARGS+=--enable-mbregex" - ;; - \"mbstring\") - echo "CONFIGURE_ARGS+=--enable-mbstring" - ;; - \"YP\") - echo "CONFIGURE_ARGS+=--enable-yp" - ;; - \"BCMath\") - echo "CONFIGURE_ARGS+=--enable-bcmath" - ;; - \"Hyperwave\") - echo "CONFIGURE_ARGS+=--with-hyperwave=yes" - ;; - \"mcve\") - echo "LIB_DEPENDS+= mcve.3:\${PORTSDIR}/devel/libmcve" - echo "CONFIGURE_ARGS+=--with-mcve=\${LOCALBASE}" - ;; - \"ming\") - echo "LIB_DEPENDS+= ming.3:\${PORTSDIR}/graphics/ming" - echo "CONFIGURE_ARGS+=--with-ming=\${LOCALBASE}" - ;; - \"MCAL\") - echo "CONFIGURE_ARGS+=--with-mcal=\${LOCALBASE}" - echo "LIB_DEPENDS+= mcal.0:\${PORTSDIR}/misc/libmcal" - ;; - \"sockets\") - echo "CONFIGURE_ARGS+=--enable-sockets" - ;; - \"sysvsem\") - echo "CONFIGURE_ARGS+=--enable-sysvsem" - ;; - \"sysvshm\") - echo "CONFIGURE_ARGS+=--enable-sysvshm" - ;; - \"transsid\") - echo "CONFIGURE_ARGS+=--enable-trans-sid" - ;; - \"yaz\") - echo "LIB_DEPENDS+= yaz.2:\${PORTSDIR}/net/yaz" - echo "CONFIGURE_ARGS+=--with-yaz=\${LOCALBASE}/bin" - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -if [ "${LIBS}" ]; then - echo "CONFIGURE_ENV+= LIBS='${LIBS}'" -fi - -if [ -z "${MYSQL}" ]; then - echo "WITHOUT_MYSQL= 1" -fi diff --git a/www/mozilla-devel-gtk1/Makefile b/www/mozilla-devel-gtk1/Makefile deleted file mode 100644 index 9e273ca521a3..000000000000 --- a/www/mozilla-devel-gtk1/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: mozilla-devel-gtk2 -# Date created: 17 November 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mozilla -PORTREVISION= 0 -PORTEPOCH= 0 -CATEGORIES= www - -MASTERDIR= ${.CURDIR}/../mozilla-devel -DESCR= ${PKGDIR}/pkg-descr.gtk2 - -WITH_GTK2= yes -MOZILLA= mozilla-devel-gtk2 - -.include "${MASTERDIR}/Makefile" diff --git a/www/mozilla-firebird/Makefile b/www/mozilla-firebird/Makefile deleted file mode 100644 index f511a408b550..000000000000 --- a/www/mozilla-firebird/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phoenix -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane - -MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd -COMMENT= Phoenix is a fast, low-overhead browser from the Mozilla project - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -BSD_WEBDIR=http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes - -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a -PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Phoenix only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 - -SORT?=/usr/bin/sort -PLIST=${WRKDIR}/plist - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -WITHOUT_OPTIMIZE= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if !defined(WITHOUT_OPTIMIZE) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZE) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -EXTRA_SCRIPTS= phoenix.rb - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-build: - ${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -install-extra: -.for i in ${EXTRA_SCRIPTS} - ${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin -.endfor # i in ${EXTRA_SCRIPTS} - -link-bins: - ${RM} -f ${PREFIX}/bin/phoenix - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix - ${RM} -f ${PREFIX}/bin/phoenix-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/phoenix-config - -# not used because of undefined symbol errors -link-java: - -${RM} -f ${PLUGINSDIR}/libjavaplugin_oji.so - -${LN} -sf \ - ${JREDIR}/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PLUGINSDIR}/libjavaplugin_oji.so - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${ECHO_CMD} bin/phoenix >>${PLIST} - ${ECHO_CMD} bin/phoenix-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: install-extra link-bins link-java cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: install-extra link-bins cleanup-install cons-plist - -#EOF diff --git a/www/mozilla-firebird/distinfo b/www/mozilla-firebird/distinfo deleted file mode 100644 index 4199aae89c1e..000000000000 --- a/www/mozilla-firebird/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phoenix-0.5.tar.bz2) = fb99a5a866a99fbb15269699a1022b47 diff --git a/www/mozilla-firebird/files/mkdistfile b/www/mozilla-firebird/files/mkdistfile deleted file mode 100644 index a49174ae7b5d..000000000000 --- a/www/mozilla-firebird/files/mkdistfile +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh -# -*-shell-script-*- -# -# mkdistfile -- maintainer's utility to make a phoenix distfile -# -# Copyright (c) 2002, Alan Eldridge -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# * Neither the name of the copyright owner nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# $FreeBSD$ -# -# 2002/10/21 alane@geeksrus.net -# - -ORIGDIR=$(/bin/pwd); export ORIGDIR -APPNAME=${0##*/};APPNAME=${APPNAME#-}; export APPNAME -test -z "$TMPDIR" && TMPDIR=/tmp; export TMPDIR -test -z "$HOSTNAME" && HOSTNAME=$(hostname); export HOSTNAME -warn() { echo "[$APPNAME:$$]" "****" "$@";} -status() { echo "[$APPNAME:$$]" "===>" "$@";} -error() { echo "[$APPNAME:$$]" "ERROR:" "$@";} -die() { echo "[$APPNAME:$$]" "FATAL:" "$@"; exit 1;} -unset echo_n; test "X`echo -n`" = "X-n" \ - && echo_n() { echo "$@\c"; } || echo_n() { echo -n "$@"; } -status_n() { echo_n "[$APPNAME:$$]" "===>" "$@";} -log() { local cmd=$1;shift;echo_n $(date "+%Y%m%d.%T") "";$cmd "$@";} -qexpr() { expr "$@" >/dev/null 2>&1;} -qw() { echo \""$@"\"; } -listfiles() { ls -1 ${1:+"$@"} 2>/dev/null; } -whichre() { local n=$#; local s="$1"; shift; while test $# -ge 1; do - qexpr "$s" : "$1"&& echo $(($n - $#)) && return 0; shift; done; - echo 0; return 1;} -matchre() { test $(whichre "$@") -gt 0; } -streq() { local s="$1"; shift; while test $# -ge 1; do - test "X$s" = "X$1" && return 0; shift; done; return 1;} -strupper() { - echo "$@"|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ -} -strlower() { - echo "$@"|tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz -} -chdir() { cd "$1" || die cd $(qw $1) failed; } -absdir() { chdir "$1" && pwd; } -abspath() { local p=''; case "$1" in /*);; *)p="$(pwd)/";; esac; echo "$p$1"; } -tmpfile() { mktemp -t .$APPNAME ${1:+"$@"}; } -############################################################ -# show usage and exit -############################################################ -usage() { - cat <<EOF -Usage: $APPNAME [options] [--] rev[.yyyymmdd] -Options: - -h,--help Show this help. - -V,--version Show version number. - -v,--verbose Produce more verbose output. - -x,--debug Turn on shell command tracing. - -- Stop option processing. -EOF - exit $1 -} -############################################################ -# show version and exit -############################################################ -VERSION='$Revision$' -VERSION=${VERSION#* }; VERSION=${VERSION% *} -version() { echo "$APPNAME $VERSION" \ - "Copyright (c) 2002 Alan Eldridge"; exit $1;} -############################################################ -# set default vars here -############################################################ -DEBUG=0 -VERBOSE=0; VFLG='' -DATETIME=$(date +%Y%m%d.%H%M) -DATE=${DATETIME%.*} -TIME=${DATETIME#*.} -############################################################ -# do command line options -############################################################ -while test $# -gt 0; do - n=1; case "$1" in - -h|--help) usage 0;; - -V|--version) version 0;; - -v|--verbose) VERBOSE=1;VFLG='-v';; - -x|--debug) set -x;DEBUG=1;; - --) shift; break;; -*) usage 1;; *) break;; - esac; shift $n -done - -############################################################ -# main(): script execution begins here -############################################################ - -test $# -eq 1 || usage 1 - -REV=$1 -test ${REV##*.} = today && REV=${REV%.*}.$DATE - -status "pruning tree..." -exfile=$(tmpfile) -cat >>$exfile <<'EOF' -^.*/CVS($|/) -^.*/macbuild($|/) -^.*/package($|/) -^.*/.cvsignore($|/) -^.*/windows($|/) -^.*/activex($|/) -^.*/os2($|/) -^.*/solaris($|/) -^.*/gc($|/) -^mozilla/apache($|/) -^mozilla/calendar($|/) -^mozilla/cck($|/) -^mozilla/chimera($|/) -^mozilla/ef($|/) -^mozilla/embed.mak($|/) -^mozilla/embed.mk($|/) -^mozilla/gconfig($|/) -^mozilla/gfx2($|/) -^mozilla/grendel($|/) -^mozilla/java($|/) -^mozilla/js2($|/) -^mozilla/mail($|/) -^mozilla/mailnews($|/) -^mozilla/mozilla($|/) -^mozilla/mozilla.kdevprj($|/) -^mozilla/mozilla.lsm($|/) -^mozilla/msgsdk($|/) -^mozilla/mstone($|/) -^mozilla/nglayout.mac($|/) -^mozilla/nunet($|/) -^mozilla/other-licenses($|/) -^mozilla/privacy($|/) -^mozilla/silentdl($|/) -^mozilla/timer($|/) -^mozilla/trex.mak($|/) -^mozilla/trex.mk($|/) -^mozilla/webtools($|/) -EOF -test -d mozilla || die "No mozilla dir here." -find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr -rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla -status "done." -#EOF diff --git a/www/mozilla-firebird/files/mozconfig.in b/www/mozilla-firebird/files/mozconfig.in deleted file mode 100644 index 50703b5df336..000000000000 --- a/www/mozilla-firebird/files/mozconfig.in +++ /dev/null @@ -1,66 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_PHOENIX=1 -mk_add_options MOZ_PHOENIX=1 -ac_add_options --enable-crypto -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-mailnews -ac_add_options --disable-composer -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl -mk_add_options PERL=$PERL -export GTK_CONFIG=@X11BASE@/bin/gtk12-config -mk_add_options GTK_CONFIG=$GTK_CONFIG -export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config -mk_add_options GLIB_CONFIG=$GLIB_CONFIG -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-reorder -ac_add_options --enable-strip -###################################################################### -# disable unneeded/unavailable -ac_add_options --disable-auto-deps -ac_add_options --disable-bidi -ac_add_options --disable-dtd-debug -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-pedantic -ac_add_options --disable-xinerama -###################################################################### -# conditional from port Makefile -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/www/mozilla-firebird/files/patch-nsprpub-pr-src-misc-prtime.c b/www/mozilla-firebird/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/mozilla-firebird/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/mozilla-firebird/files/patch-nsprpub-pr-src-pthreads-ptio.c b/www/mozilla-firebird/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/mozilla-firebird/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/mozilla-firebird/files/phoenix.rb b/www/mozilla-firebird/files/phoenix.rb deleted file mode 100644 index fdbe4c594297..000000000000 --- a/www/mozilla-firebird/files/phoenix.rb +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env ruby -=begin -*-mode: ruby-*- - - MoZiLLa.in - - Copyright (c) 2002, Alan Eldridge - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the copyright owner nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - $Id: MoZiLLa.in,v 1.18 2002/12/18 02:40:58 alane Exp $ - - 2002-12-16 Alan Eldridge <alane@geeksrus.net> - -=end - -X11BIN = "/usr/X11R6/bin" -NAME = File::basename($0, ".rb") -APP_PATH = File::join(X11BIN, NAME) - -if !File::executable?(APP_PATH) - raise "File '#{APP_PATH}' not found. Giving up." -elsif ($display = ENV["DISPLAY"]) == nil - raise "Environment variable DISPLAY not found. Giving up." -end - -if ARGV.size > 0 - if ARGV[0] == "--debug" - ARGV.shift - else - $stdin.reopen(File::open("/dev/null", "r")) - $stdout.reopen(File::open("/dev/null", "w")) - $stderr.reopen(File::open("/dev/null", "w")) - end -end - -if ARGV.size < 1 - $url = nil -else - $url = ARGV.pop - $url.sub!(/^ghelp:/, "file:") -end - -IO::popen("xwininfo -display #{$display} -root -tree") { - |io| - if NAME != "phoenix" - $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) - else - $windows = io.grep(%r<Phoenix.*"Mozilla"\s+"navigator:\s*browser">) - end -} - -if $windows.size > 0 - $id = $windows.map { - |s| s.strip.split.first - }.sort.first - $args = [ "-id", $id, "-raise", "-remote" ] - $args.push($url ? "\"openURL(#{$url},new-window)\"" : - "\"xfeDoCommand(openBrowser)\"") -else - $args = ARGV - $args.push("\"#{$url}\"") if $url -end - -fork { - exec(([APP_PATH] + $args).join(" ")) -} -exit! - -#EOF diff --git a/www/mozilla-firebird/pkg-descr b/www/mozilla-firebird/pkg-descr deleted file mode 100644 index af8041043b21..000000000000 --- a/www/mozilla-firebird/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Phoenix is a fast, low-overhead browser from the Mozilla project. See the -phoenix project page for more details. - -WWW: http://www.mozilla.org/projects/phoenix/ - --- AlanE <alane@freebsd.org> diff --git a/www/mozilla-firebird/pkg-message b/www/mozilla-firebird/pkg-message deleted file mode 100644 index a7e9356be887..000000000000 --- a/www/mozilla-firebird/pkg-message +++ /dev/null @@ -1,72 +0,0 @@ -====================================================================== -As of version 0.4_7, this port appears to be stable *again*. It will work -with either of the port versions of perl, provided you do "use.perl port". -It will NOT work with the -STABLE base-system versions of Perl. - -If you use the lang/perl5.8 port, please remove the File::Spec package with -the command "pkg_deinstall -f p5-File-Spec". If you are updating to the 5.8 -version of perl, please do this *first*. - -Any bug reports should be addressed to the maintainers at: - phoenix@freebsd.org -You may also Cc: freebsd-ports@freebsd.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/phoenix/Makefile. -* Perl version used (/usr/bin/perl --version or - /usr/local/bin/perl --version for -current). -* Where/when did the problem occur: configuring, building, or - running phoenix? -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Phoenix. -The Maintainers (alane@ & trevor@) - -Additional notes: - -0.4_8: -Add patch to fix network ops on -CURRENT. - -0.4_9: -Install link to java plugin. -Build plist after install using find/sed. - -0.4_10: -Backdown after failed 0.5 from nonofficial tree. Makefile modifications -to generate plist done right this time. - -0.5_1 -Official 0.5 release port. - -****WARNING! DANGER, WILL ROBINSON!**** You must delete your old .phoenix -dir! Save your bookmarks.html somewhere and then let it create a new -directory. You can import your old bookmark file. Bug reports from people -who did not do this are going to be taken at extremely low priority. - -Also, please see the nifty new phoenix themes and extensions at the new -website http://texturizer.net/phoenix/index.html. - -Finally make portlint STFU about the Makefile. - -The distfile is on my distfiles dir this time, so I have mirrored it on my -html page until the distfiles dir gets mirrored in 24-48 hours. - -I had to disable Xinerama since it was breaking the build. - -0.5_4 -Patch to hopefully fix crash when formatting time string at end of download. -Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging -this one. - -Added /usr/X11R6/bin/phoenix.rb. If you have ruby installed, you can run -this instead of 'phoenix' and it takes care of the 'profile in use' errors -by automatically using an existing phoenix if one is running. I didn't put -a dependency because I don't want to require ruby + ruby-shim to run the -browser. - --- AlanE <phoenix@freebsd.org> - -====================================================================== diff --git a/www/mozilla-gtk1/Makefile b/www/mozilla-gtk1/Makefile deleted file mode 100644 index 5cb4b389199d..000000000000 --- a/www/mozilla-gtk1/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: mozilla-devel-gtk2 -# Date created: 17 November 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mozilla -PORTREVISION= 2 -PORTEPOCH= 0 -CATEGORIES= www - -MASTERDIR= ${.CURDIR}/../mozilla -DESCR= ${PKGDIR}/pkg-descr.gtk2 - -WITH_GTK2= yes -MOZILLA= mozilla-gtk2 - -.include "${MASTERDIR}/Makefile" diff --git a/www/neon26/Makefile b/www/neon26/Makefile deleted file mode 100644 index caa1d2098282..000000000000 --- a/www/neon26/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: neon -# Date created: 13 October 2000 -# Whom: Mikhail Teterin <mi@aldan.algebra.com> -# -# $FreeBSD$ -# - -PORTNAME= neon -PORTVERSION= 0.23.7 -CATEGORIES= www -MASTER_SITES= http://www.webdav.org/neon/ - -MAINTAINER= rodrigc@attbi.com -COMMENT= An HTTP and WebDAV client library for Unix systems - -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 - -INSTALLS_SHLIB= yes - -.ifndef WITHOUT_OPENSSL -USE_OPENSSL= yes -.endif - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ssl \ - --enable-xml \ - --enable-shared \ - --with-expat=${PREFIX} -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -MAN1= neon-config.1 -MAN3= ne_add_request_header.3 ne_addr_destroy.3 ne_addr_error.3 \ - ne_addr_first.3 ne_addr_next.3 ne_addr_print.3 ne_addr_resolve.3 \ - ne_addr_result.3 ne_buffer.3 ne_buffer_altered.3 \ - ne_buffer_append.3 ne_buffer_clear.3 ne_buffer_concat.3 \ - ne_buffer_create.3 ne_buffer_destroy.3 ne_buffer_finish.3 \ - ne_buffer_grow.3 ne_buffer_ncreate.3 ne_buffer_zappend.3 \ - ne_calloc.3 ne_close_connection.3 ne_forget_auth.3 \ - ne_get_error.3 ne_get_status.3 ne_malloc.3 ne_oom_callback.3 \ - ne_print_request_header.3 ne_qtoken.3 ne_realloc.3 \ - ne_request_create.3 ne_request_destroy.3 ne_request_dispatch.3 \ - ne_session_create.3 ne_session_destroy.3 ne_session_proxy.3 \ - ne_set_error.3 ne_set_expect100.3 ne_set_persist.3 \ - ne_set_proxy_auth.3 ne_set_read_timeout.3 \ - ne_set_request_body_buffer.3 ne_set_request_body_fd.3 \ - ne_set_server_auth.3 ne_set_useragent.3 ne_shave.3 ne_sock_init.3 \ - ne_ssl_certificate.3 ne_ssl_dname.3 ne_ssl_load_ca.3 \ - ne_ssl_load_default_ca.3 ne_ssl_readable_dname.3 \ - ne_ssl_set_verify.3 ne_status.3 ne_strdup.3 ne_strndup.3 \ - ne_token.3 ne_version_match.3 ne_version_string.3 neon.3 - -PLIST_SUB+= PORTVERSION=${PORTVERSION} - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${MANPREFIX}/man/man3 -.ifndef NOPORTDOCS - (cd ${WRKSRC} ; ${MAKE} install-html) - ${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/neon26/distinfo b/www/neon26/distinfo deleted file mode 100644 index a1067f8f30ec..000000000000 --- a/www/neon26/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (neon-0.23.7.tar.gz) = 938fc6ae779bdd9400cde6ba0b11dcc4 diff --git a/www/neon26/files/patch-Makefile.in b/www/neon26/files/patch-Makefile.in deleted file mode 100644 index d2b965fc7f06..000000000000 --- a/www/neon26/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sat Jun 22 17:56:55 2002 -+++ Makefile.in Thu Jan 2 16:41:37 2003 -@@ -21,7 +21,7 @@ - man1dir = $(mandir)/man1 - man3dir = $(mandir)/man3 - datadir = $(prefix)/share --docdir = $(datadir)/doc/neon-@NEON_VERSION@ -+docdir = $(datadir)/doc/neon - includedir = @includedir@ - neonincludes = $(includedir)/neon - -@@ -115,7 +115,7 @@ - for m in $(srcdir)/doc/man/*.1; do \ - $(INSTALL_DATA) $$m $(DESTDIR)$(man1dir); done - --install: subdirs install-headers install-lib install-config install-docs -+install: subdirs install-headers install-lib install-config - - # libtool does all the necessary magic here - install-lib: src/libneon.la diff --git a/www/neon26/files/patch-configure b/www/neon26/files/patch-configure deleted file mode 100644 index 9dd4c2140d50..000000000000 --- a/www/neon26/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Fri Apr 26 17:15:20 2002 -+++ configure Fri Apr 26 17:15:51 2002 -@@ -10792,7 +10792,7 @@ - _ACEOF - - fi --if test -r "$neon_expat_dir/expat.h"; then -+if test -r "$neon_expat_dir/include/expat.h"; then - ne_found_hdr=yes - - cat >>confdefs.h <<\_ACEOF -@@ -10806,9 +10806,9 @@ - #define HAVE_EXPAT 1 - _ACEOF - -- CFLAGS="$CFLAGS -I$neon_expat_dir" -+ CFLAGS="$CFLAGS -I$neon_expat_dir/include" - if test -z "$neon_using_libtool_expat"; then -- NEON_LIBS="$NEON_LIBS -L$neon_expat_dir -lexpat" -+ NEON_LIBS="$NEON_LIBS -L$neon_expat_dir/lib -lexpat" - fi - neon_xml_parser_message="expat in $neon_expat_dir" - neon_found_parser="yes" diff --git a/www/neon26/files/patch-ltmain.sh b/www/neon26/files/patch-ltmain.sh deleted file mode 100644 index 348425fb00d2..000000000000 --- a/www/neon26/files/patch-ltmain.sh +++ /dev/null @@ -1,42 +0,0 @@ ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/www/neon26/pkg-descr b/www/neon26/pkg-descr deleted file mode 100644 index 3f8647c6bcf3..000000000000 --- a/www/neon26/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Neon is an HTTP and WebDAV client library for Unix systems, with a C -interface. Featuring: - - . High-level interface to HTTP and WebDAV methods - (PUT, GET, HEAD etc) - . Low-level interface to HTTP request handling, to allow - implementing new methods easily. - . HTTP/1.1 and HTTP/1.0 persistent connections - . RFC2617 basic and digest authentication - (including auth-int, md5-sess) - . Proxy support (including basic/digest authentication) - . Generic WebDAV 207 XML response handling mechanism - . XML parsing using the expat or libxml parsers - . Easy generation of error messages from 207 error responses - . WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL - . WebDAV metadata support: set and remove properties, query - any set of properties (PROPPATCH/PROPFIND). - -WWW: http://www.webdav.org/neon/ diff --git a/www/neon26/pkg-plist b/www/neon26/pkg-plist deleted file mode 100644 index e82a8af6915b..000000000000 --- a/www/neon26/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/neon-config -include/neon/ne_207.h -include/neon/ne_acl.h -include/neon/ne_alloc.h -include/neon/ne_auth.h -include/neon/ne_basic.h -include/neon/ne_compress.h -include/neon/ne_cookies.h -include/neon/ne_dates.h -include/neon/ne_defs.h -include/neon/ne_i18n.h -include/neon/ne_locks.h -include/neon/ne_md5.h -include/neon/ne_props.h -include/neon/ne_redirect.h -include/neon/ne_request.h -include/neon/ne_session.h -include/neon/ne_socket.h -include/neon/ne_string.h -include/neon/ne_uri.h -include/neon/ne_utils.h -include/neon/ne_xml.h -@dirrm include/neon -lib/libneon.so.23 -lib/libneon.so -lib/libneon.a -%%PORTDOCS%%%%DOCSDIR%%/html/apas02.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas03.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas04.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas05.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas06.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas07.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas08.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas09.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas10.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas11.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas12.html -%%PORTDOCS%%%%DOCSDIR%%/html/auth.html -%%PORTDOCS%%%%DOCSDIR%%/html/basic.html -%%PORTDOCS%%%%DOCSDIR%%/html/ch01s02.html -%%PORTDOCS%%%%DOCSDIR%%/html/ch01s03.html -%%PORTDOCS%%%%DOCSDIR%%/html/ch02.html -%%PORTDOCS%%%%DOCSDIR%%/html/compliance.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/intro.html -%%PORTDOCS%%%%DOCSDIR%%/html/locking.html -%%PORTDOCS%%%%DOCSDIR%%/html/lowlevel.html -%%PORTDOCS%%%%DOCSDIR%%/html/props.html -%%PORTDOCS%%%%DOCSDIR%%/html/ref.html -%%PORTDOCS%%%%DOCSDIR%%/html/refalloc.html -%%PORTDOCS%%%%DOCSDIR%%/html/refauth.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbuf.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufapp.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufcr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufdest.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufutil.html -%%PORTDOCS%%%%DOCSDIR%%/html/refconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/referr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refgetst.html -%%PORTDOCS%%%%DOCSDIR%%/html/refneon.html -%%PORTDOCS%%%%DOCSDIR%%/html/refopts.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreq.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreqbody.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreqhdr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refresolve.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsess.html -%%PORTDOCS%%%%DOCSDIR%%/html/refshave.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsockinit.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslca.html -%%PORTDOCS%%%%DOCSDIR%%/html/reftok.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslcert.html -%%PORTDOCS%%%%DOCSDIR%%/html/refssldname.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslvfy.html -%%PORTDOCS%%%%DOCSDIR%%/html/refstatus.html -%%PORTDOCS%%%%DOCSDIR%%/html/refvers.html -%%PORTDOCS%%%%DOCSDIR%%/html/ssl.html -%%PORTDOCS%%%%DOCSDIR%%/html/utils.html -%%PORTDOCS%%%%DOCSDIR%%/html/xml.html -%%PORTDOCS%%%%DOCSDIR%%/using-neon.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/www/neon28/Makefile b/www/neon28/Makefile deleted file mode 100644 index caa1d2098282..000000000000 --- a/www/neon28/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: neon -# Date created: 13 October 2000 -# Whom: Mikhail Teterin <mi@aldan.algebra.com> -# -# $FreeBSD$ -# - -PORTNAME= neon -PORTVERSION= 0.23.7 -CATEGORIES= www -MASTER_SITES= http://www.webdav.org/neon/ - -MAINTAINER= rodrigc@attbi.com -COMMENT= An HTTP and WebDAV client library for Unix systems - -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 - -INSTALLS_SHLIB= yes - -.ifndef WITHOUT_OPENSSL -USE_OPENSSL= yes -.endif - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ssl \ - --enable-xml \ - --enable-shared \ - --with-expat=${PREFIX} -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -MAN1= neon-config.1 -MAN3= ne_add_request_header.3 ne_addr_destroy.3 ne_addr_error.3 \ - ne_addr_first.3 ne_addr_next.3 ne_addr_print.3 ne_addr_resolve.3 \ - ne_addr_result.3 ne_buffer.3 ne_buffer_altered.3 \ - ne_buffer_append.3 ne_buffer_clear.3 ne_buffer_concat.3 \ - ne_buffer_create.3 ne_buffer_destroy.3 ne_buffer_finish.3 \ - ne_buffer_grow.3 ne_buffer_ncreate.3 ne_buffer_zappend.3 \ - ne_calloc.3 ne_close_connection.3 ne_forget_auth.3 \ - ne_get_error.3 ne_get_status.3 ne_malloc.3 ne_oom_callback.3 \ - ne_print_request_header.3 ne_qtoken.3 ne_realloc.3 \ - ne_request_create.3 ne_request_destroy.3 ne_request_dispatch.3 \ - ne_session_create.3 ne_session_destroy.3 ne_session_proxy.3 \ - ne_set_error.3 ne_set_expect100.3 ne_set_persist.3 \ - ne_set_proxy_auth.3 ne_set_read_timeout.3 \ - ne_set_request_body_buffer.3 ne_set_request_body_fd.3 \ - ne_set_server_auth.3 ne_set_useragent.3 ne_shave.3 ne_sock_init.3 \ - ne_ssl_certificate.3 ne_ssl_dname.3 ne_ssl_load_ca.3 \ - ne_ssl_load_default_ca.3 ne_ssl_readable_dname.3 \ - ne_ssl_set_verify.3 ne_status.3 ne_strdup.3 ne_strndup.3 \ - ne_token.3 ne_version_match.3 ne_version_string.3 neon.3 - -PLIST_SUB+= PORTVERSION=${PORTVERSION} - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${MANPREFIX}/man/man3 -.ifndef NOPORTDOCS - (cd ${WRKSRC} ; ${MAKE} install-html) - ${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/neon28/distinfo b/www/neon28/distinfo deleted file mode 100644 index a1067f8f30ec..000000000000 --- a/www/neon28/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (neon-0.23.7.tar.gz) = 938fc6ae779bdd9400cde6ba0b11dcc4 diff --git a/www/neon28/files/patch-Makefile.in b/www/neon28/files/patch-Makefile.in deleted file mode 100644 index d2b965fc7f06..000000000000 --- a/www/neon28/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sat Jun 22 17:56:55 2002 -+++ Makefile.in Thu Jan 2 16:41:37 2003 -@@ -21,7 +21,7 @@ - man1dir = $(mandir)/man1 - man3dir = $(mandir)/man3 - datadir = $(prefix)/share --docdir = $(datadir)/doc/neon-@NEON_VERSION@ -+docdir = $(datadir)/doc/neon - includedir = @includedir@ - neonincludes = $(includedir)/neon - -@@ -115,7 +115,7 @@ - for m in $(srcdir)/doc/man/*.1; do \ - $(INSTALL_DATA) $$m $(DESTDIR)$(man1dir); done - --install: subdirs install-headers install-lib install-config install-docs -+install: subdirs install-headers install-lib install-config - - # libtool does all the necessary magic here - install-lib: src/libneon.la diff --git a/www/neon28/files/patch-configure b/www/neon28/files/patch-configure deleted file mode 100644 index 9dd4c2140d50..000000000000 --- a/www/neon28/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Fri Apr 26 17:15:20 2002 -+++ configure Fri Apr 26 17:15:51 2002 -@@ -10792,7 +10792,7 @@ - _ACEOF - - fi --if test -r "$neon_expat_dir/expat.h"; then -+if test -r "$neon_expat_dir/include/expat.h"; then - ne_found_hdr=yes - - cat >>confdefs.h <<\_ACEOF -@@ -10806,9 +10806,9 @@ - #define HAVE_EXPAT 1 - _ACEOF - -- CFLAGS="$CFLAGS -I$neon_expat_dir" -+ CFLAGS="$CFLAGS -I$neon_expat_dir/include" - if test -z "$neon_using_libtool_expat"; then -- NEON_LIBS="$NEON_LIBS -L$neon_expat_dir -lexpat" -+ NEON_LIBS="$NEON_LIBS -L$neon_expat_dir/lib -lexpat" - fi - neon_xml_parser_message="expat in $neon_expat_dir" - neon_found_parser="yes" diff --git a/www/neon28/files/patch-ltmain.sh b/www/neon28/files/patch-ltmain.sh deleted file mode 100644 index 348425fb00d2..000000000000 --- a/www/neon28/files/patch-ltmain.sh +++ /dev/null @@ -1,42 +0,0 @@ ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/www/neon28/pkg-descr b/www/neon28/pkg-descr deleted file mode 100644 index 3f8647c6bcf3..000000000000 --- a/www/neon28/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Neon is an HTTP and WebDAV client library for Unix systems, with a C -interface. Featuring: - - . High-level interface to HTTP and WebDAV methods - (PUT, GET, HEAD etc) - . Low-level interface to HTTP request handling, to allow - implementing new methods easily. - . HTTP/1.1 and HTTP/1.0 persistent connections - . RFC2617 basic and digest authentication - (including auth-int, md5-sess) - . Proxy support (including basic/digest authentication) - . Generic WebDAV 207 XML response handling mechanism - . XML parsing using the expat or libxml parsers - . Easy generation of error messages from 207 error responses - . WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL - . WebDAV metadata support: set and remove properties, query - any set of properties (PROPPATCH/PROPFIND). - -WWW: http://www.webdav.org/neon/ diff --git a/www/neon28/pkg-plist b/www/neon28/pkg-plist deleted file mode 100644 index e82a8af6915b..000000000000 --- a/www/neon28/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/neon-config -include/neon/ne_207.h -include/neon/ne_acl.h -include/neon/ne_alloc.h -include/neon/ne_auth.h -include/neon/ne_basic.h -include/neon/ne_compress.h -include/neon/ne_cookies.h -include/neon/ne_dates.h -include/neon/ne_defs.h -include/neon/ne_i18n.h -include/neon/ne_locks.h -include/neon/ne_md5.h -include/neon/ne_props.h -include/neon/ne_redirect.h -include/neon/ne_request.h -include/neon/ne_session.h -include/neon/ne_socket.h -include/neon/ne_string.h -include/neon/ne_uri.h -include/neon/ne_utils.h -include/neon/ne_xml.h -@dirrm include/neon -lib/libneon.so.23 -lib/libneon.so -lib/libneon.a -%%PORTDOCS%%%%DOCSDIR%%/html/apas02.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas03.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas04.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas05.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas06.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas07.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas08.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas09.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas10.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas11.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas12.html -%%PORTDOCS%%%%DOCSDIR%%/html/auth.html -%%PORTDOCS%%%%DOCSDIR%%/html/basic.html -%%PORTDOCS%%%%DOCSDIR%%/html/ch01s02.html -%%PORTDOCS%%%%DOCSDIR%%/html/ch01s03.html -%%PORTDOCS%%%%DOCSDIR%%/html/ch02.html -%%PORTDOCS%%%%DOCSDIR%%/html/compliance.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/intro.html -%%PORTDOCS%%%%DOCSDIR%%/html/locking.html -%%PORTDOCS%%%%DOCSDIR%%/html/lowlevel.html -%%PORTDOCS%%%%DOCSDIR%%/html/props.html -%%PORTDOCS%%%%DOCSDIR%%/html/ref.html -%%PORTDOCS%%%%DOCSDIR%%/html/refalloc.html -%%PORTDOCS%%%%DOCSDIR%%/html/refauth.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbuf.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufapp.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufcr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufdest.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufutil.html -%%PORTDOCS%%%%DOCSDIR%%/html/refconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/referr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refgetst.html -%%PORTDOCS%%%%DOCSDIR%%/html/refneon.html -%%PORTDOCS%%%%DOCSDIR%%/html/refopts.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreq.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreqbody.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreqhdr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refresolve.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsess.html -%%PORTDOCS%%%%DOCSDIR%%/html/refshave.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsockinit.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslca.html -%%PORTDOCS%%%%DOCSDIR%%/html/reftok.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslcert.html -%%PORTDOCS%%%%DOCSDIR%%/html/refssldname.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslvfy.html -%%PORTDOCS%%%%DOCSDIR%%/html/refstatus.html -%%PORTDOCS%%%%DOCSDIR%%/html/refvers.html -%%PORTDOCS%%%%DOCSDIR%%/html/ssl.html -%%PORTDOCS%%%%DOCSDIR%%/html/utils.html -%%PORTDOCS%%%%DOCSDIR%%/html/xml.html -%%PORTDOCS%%%%DOCSDIR%%/using-neon.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/www/neon29/Makefile b/www/neon29/Makefile deleted file mode 100644 index caa1d2098282..000000000000 --- a/www/neon29/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: neon -# Date created: 13 October 2000 -# Whom: Mikhail Teterin <mi@aldan.algebra.com> -# -# $FreeBSD$ -# - -PORTNAME= neon -PORTVERSION= 0.23.7 -CATEGORIES= www -MASTER_SITES= http://www.webdav.org/neon/ - -MAINTAINER= rodrigc@attbi.com -COMMENT= An HTTP and WebDAV client library for Unix systems - -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 - -INSTALLS_SHLIB= yes - -.ifndef WITHOUT_OPENSSL -USE_OPENSSL= yes -.endif - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ssl \ - --enable-xml \ - --enable-shared \ - --with-expat=${PREFIX} -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -MAN1= neon-config.1 -MAN3= ne_add_request_header.3 ne_addr_destroy.3 ne_addr_error.3 \ - ne_addr_first.3 ne_addr_next.3 ne_addr_print.3 ne_addr_resolve.3 \ - ne_addr_result.3 ne_buffer.3 ne_buffer_altered.3 \ - ne_buffer_append.3 ne_buffer_clear.3 ne_buffer_concat.3 \ - ne_buffer_create.3 ne_buffer_destroy.3 ne_buffer_finish.3 \ - ne_buffer_grow.3 ne_buffer_ncreate.3 ne_buffer_zappend.3 \ - ne_calloc.3 ne_close_connection.3 ne_forget_auth.3 \ - ne_get_error.3 ne_get_status.3 ne_malloc.3 ne_oom_callback.3 \ - ne_print_request_header.3 ne_qtoken.3 ne_realloc.3 \ - ne_request_create.3 ne_request_destroy.3 ne_request_dispatch.3 \ - ne_session_create.3 ne_session_destroy.3 ne_session_proxy.3 \ - ne_set_error.3 ne_set_expect100.3 ne_set_persist.3 \ - ne_set_proxy_auth.3 ne_set_read_timeout.3 \ - ne_set_request_body_buffer.3 ne_set_request_body_fd.3 \ - ne_set_server_auth.3 ne_set_useragent.3 ne_shave.3 ne_sock_init.3 \ - ne_ssl_certificate.3 ne_ssl_dname.3 ne_ssl_load_ca.3 \ - ne_ssl_load_default_ca.3 ne_ssl_readable_dname.3 \ - ne_ssl_set_verify.3 ne_status.3 ne_strdup.3 ne_strndup.3 \ - ne_token.3 ne_version_match.3 ne_version_string.3 neon.3 - -PLIST_SUB+= PORTVERSION=${PORTVERSION} - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${MANPREFIX}/man/man3 -.ifndef NOPORTDOCS - (cd ${WRKSRC} ; ${MAKE} install-html) - ${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/neon29/distinfo b/www/neon29/distinfo deleted file mode 100644 index a1067f8f30ec..000000000000 --- a/www/neon29/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (neon-0.23.7.tar.gz) = 938fc6ae779bdd9400cde6ba0b11dcc4 diff --git a/www/neon29/files/patch-Makefile.in b/www/neon29/files/patch-Makefile.in deleted file mode 100644 index d2b965fc7f06..000000000000 --- a/www/neon29/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sat Jun 22 17:56:55 2002 -+++ Makefile.in Thu Jan 2 16:41:37 2003 -@@ -21,7 +21,7 @@ - man1dir = $(mandir)/man1 - man3dir = $(mandir)/man3 - datadir = $(prefix)/share --docdir = $(datadir)/doc/neon-@NEON_VERSION@ -+docdir = $(datadir)/doc/neon - includedir = @includedir@ - neonincludes = $(includedir)/neon - -@@ -115,7 +115,7 @@ - for m in $(srcdir)/doc/man/*.1; do \ - $(INSTALL_DATA) $$m $(DESTDIR)$(man1dir); done - --install: subdirs install-headers install-lib install-config install-docs -+install: subdirs install-headers install-lib install-config - - # libtool does all the necessary magic here - install-lib: src/libneon.la diff --git a/www/neon29/files/patch-configure b/www/neon29/files/patch-configure deleted file mode 100644 index 9dd4c2140d50..000000000000 --- a/www/neon29/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Fri Apr 26 17:15:20 2002 -+++ configure Fri Apr 26 17:15:51 2002 -@@ -10792,7 +10792,7 @@ - _ACEOF - - fi --if test -r "$neon_expat_dir/expat.h"; then -+if test -r "$neon_expat_dir/include/expat.h"; then - ne_found_hdr=yes - - cat >>confdefs.h <<\_ACEOF -@@ -10806,9 +10806,9 @@ - #define HAVE_EXPAT 1 - _ACEOF - -- CFLAGS="$CFLAGS -I$neon_expat_dir" -+ CFLAGS="$CFLAGS -I$neon_expat_dir/include" - if test -z "$neon_using_libtool_expat"; then -- NEON_LIBS="$NEON_LIBS -L$neon_expat_dir -lexpat" -+ NEON_LIBS="$NEON_LIBS -L$neon_expat_dir/lib -lexpat" - fi - neon_xml_parser_message="expat in $neon_expat_dir" - neon_found_parser="yes" diff --git a/www/neon29/files/patch-ltmain.sh b/www/neon29/files/patch-ltmain.sh deleted file mode 100644 index 348425fb00d2..000000000000 --- a/www/neon29/files/patch-ltmain.sh +++ /dev/null @@ -1,42 +0,0 @@ ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/www/neon29/pkg-descr b/www/neon29/pkg-descr deleted file mode 100644 index 3f8647c6bcf3..000000000000 --- a/www/neon29/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Neon is an HTTP and WebDAV client library for Unix systems, with a C -interface. Featuring: - - . High-level interface to HTTP and WebDAV methods - (PUT, GET, HEAD etc) - . Low-level interface to HTTP request handling, to allow - implementing new methods easily. - . HTTP/1.1 and HTTP/1.0 persistent connections - . RFC2617 basic and digest authentication - (including auth-int, md5-sess) - . Proxy support (including basic/digest authentication) - . Generic WebDAV 207 XML response handling mechanism - . XML parsing using the expat or libxml parsers - . Easy generation of error messages from 207 error responses - . WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL - . WebDAV metadata support: set and remove properties, query - any set of properties (PROPPATCH/PROPFIND). - -WWW: http://www.webdav.org/neon/ diff --git a/www/neon29/pkg-plist b/www/neon29/pkg-plist deleted file mode 100644 index e82a8af6915b..000000000000 --- a/www/neon29/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/neon-config -include/neon/ne_207.h -include/neon/ne_acl.h -include/neon/ne_alloc.h -include/neon/ne_auth.h -include/neon/ne_basic.h -include/neon/ne_compress.h -include/neon/ne_cookies.h -include/neon/ne_dates.h -include/neon/ne_defs.h -include/neon/ne_i18n.h -include/neon/ne_locks.h -include/neon/ne_md5.h -include/neon/ne_props.h -include/neon/ne_redirect.h -include/neon/ne_request.h -include/neon/ne_session.h -include/neon/ne_socket.h -include/neon/ne_string.h -include/neon/ne_uri.h -include/neon/ne_utils.h -include/neon/ne_xml.h -@dirrm include/neon -lib/libneon.so.23 -lib/libneon.so -lib/libneon.a -%%PORTDOCS%%%%DOCSDIR%%/html/apas02.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas03.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas04.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas05.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas06.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas07.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas08.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas09.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas10.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas11.html -%%PORTDOCS%%%%DOCSDIR%%/html/apas12.html -%%PORTDOCS%%%%DOCSDIR%%/html/auth.html -%%PORTDOCS%%%%DOCSDIR%%/html/basic.html -%%PORTDOCS%%%%DOCSDIR%%/html/ch01s02.html -%%PORTDOCS%%%%DOCSDIR%%/html/ch01s03.html -%%PORTDOCS%%%%DOCSDIR%%/html/ch02.html -%%PORTDOCS%%%%DOCSDIR%%/html/compliance.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/intro.html -%%PORTDOCS%%%%DOCSDIR%%/html/locking.html -%%PORTDOCS%%%%DOCSDIR%%/html/lowlevel.html -%%PORTDOCS%%%%DOCSDIR%%/html/props.html -%%PORTDOCS%%%%DOCSDIR%%/html/ref.html -%%PORTDOCS%%%%DOCSDIR%%/html/refalloc.html -%%PORTDOCS%%%%DOCSDIR%%/html/refauth.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbuf.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufapp.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufcr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufdest.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufutil.html -%%PORTDOCS%%%%DOCSDIR%%/html/refconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/referr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refgetst.html -%%PORTDOCS%%%%DOCSDIR%%/html/refneon.html -%%PORTDOCS%%%%DOCSDIR%%/html/refopts.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreq.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreqbody.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreqhdr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refresolve.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsess.html -%%PORTDOCS%%%%DOCSDIR%%/html/refshave.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsockinit.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslca.html -%%PORTDOCS%%%%DOCSDIR%%/html/reftok.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslcert.html -%%PORTDOCS%%%%DOCSDIR%%/html/refssldname.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslvfy.html -%%PORTDOCS%%%%DOCSDIR%%/html/refstatus.html -%%PORTDOCS%%%%DOCSDIR%%/html/refvers.html -%%PORTDOCS%%%%DOCSDIR%%/html/ssl.html -%%PORTDOCS%%%%DOCSDIR%%/html/utils.html -%%PORTDOCS%%%%DOCSDIR%%/html/xml.html -%%PORTDOCS%%%%DOCSDIR%%/using-neon.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile deleted file mode 100644 index 45038f6abe76..000000000000 --- a/www/opera-devel/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: opera -# Date created: November 5th 2000 -# Whom: des -# -# $FreeBSD$ -# - -PORTNAME= opera -PORTVERSION= 6.12.20030305 -CATEGORIES= www -MASTER_SITES= http://opera.online.no/unix/freebsd/612/final/en/static/ \ - ftp://ftp.opera.com/pub/opera/unix/freebsd/612/final/en/static/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/12./12-/}.1-static-qt.i386.freebsd - -MAINTAINER= des@FreeBSD.org -COMMENT= A blazingly fast, full-featured, standards-compliant browser - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png - -USE_BZIP2= yes -ONLY_FOR_ARCHS= i386 -USE_XLIB= yes - -NO_BUILD= yes -NO_FILTER_SHLIBS=yes - -do-install: - (cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}") - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x -.endif - -.include <bsd.port.post.mk> diff --git a/www/opera-devel/distinfo b/www/opera-devel/distinfo deleted file mode 100644 index 911ecf3349a4..000000000000 --- a/www/opera-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (opera-6.12-20030305.1-static-qt.i386.freebsd.tar.bz2) = 1c1b2e5e7cadf849a87adb4805472da8 diff --git a/www/opera-devel/files/patch-aa b/www/opera-devel/files/patch-aa deleted file mode 100644 index f96c76adbe95..000000000000 --- a/www/opera-devel/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- install.sh.orig Tue Mar 11 15:29:39 2003 -+++ install.sh Tue Mar 11 15:30:46 2003 -@@ -1092,16 +1092,10 @@ - mkdir $mkdirv $mkdirp $plugin_dir/ - chmod $chmodv 755 $plugin_dir - -- cp $cpv $cpf $cpp plugins/operamotifwrapper plugins/operaplugincleaner plugins/libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/ -- chmod $chmodv 755 $plugin_dir/operamotifwrapper $plugin_dir/operaplugincleaner $plugin_dir/libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release -- -- ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so.$plugin_version_major.$plugin_version_minor -- ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so.$plugin_version_major -- ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so -- - # System wide configuration files -- config_dir='/usr/local/etc' -+ config_dir="$prefix/etc" - if can_write_to "$config_dir"; then -+if false; then # XXX - echo - echo "System wide configuration files:" - echo " $config_dir/opera6rc" -@@ -1128,6 +1122,7 @@ - ;; - esac - done -+fi # XXX - else - echo - echo "User \"${USERNAME}\" does not have write access to $config_dir" diff --git a/www/opera-devel/pkg-descr b/www/opera-devel/pkg-descr deleted file mode 100644 index e3a20a13f1b9..000000000000 --- a/www/opera-devel/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Opera is currently the fastest and most standards-compliant full-featured -graphical web browser around. - -WWW: http://www.opera.com/ diff --git a/www/opera-devel/pkg-plist b/www/opera-devel/pkg-plist deleted file mode 100644 index d2511a8a2100..000000000000 --- a/www/opera-devel/pkg-plist +++ /dev/null @@ -1,392 +0,0 @@ -bin/opera -share/doc/opera/LICENSE -share/doc/opera/help -share/opera/bin/opera -share/opera/buttons/DefSmall -share/opera/buttons/Default -share/opera/buttons/default/abc.gif -share/opera/buttons/default/buttons.ini -share/opera/buttons/default/cascade.gif -share/opera/buttons/default/compose.gif -share/opera/buttons/default/copy.gif -share/opera/buttons/default/delete.gif -share/opera/buttons/default/doccomp.gif -share/opera/buttons/default/docerr.gif -share/opera/buttons/default/dochtlst.gif -share/opera/buttons/default/docim.gif -share/opera/buttons/default/docload.gif -share/opera/buttons/default/docmail.gif -share/opera/buttons/default/docnews.gif -share/opera/buttons/default/docprog.gif -share/opera/buttons/default/docsrch.gif -share/opera/buttons/default/doctrsf.gif -share/opera/buttons/default/document.gif -share/opera/buttons/default/docunkn.gif -share/opera/buttons/default/docunrd.gif -share/opera/buttons/default/dropdown.gif -share/opera/buttons/default/figprog.gif -share/opera/buttons/default/finished.gif -share/opera/buttons/default/forward.gif -share/opera/buttons/default/fullscre.gif -share/opera/buttons/default/go.gif -share/opera/buttons/default/hisecu.gif -share/opera/buttons/default/home.gif -share/opera/buttons/default/hotlist.gif -share/opera/buttons/default/hotlstto.gif -share/opera/buttons/default/html.gif -share/opera/buttons/default/im.gif -share/opera/buttons/default/incl.gif -share/opera/buttons/default/keyb.gif -share/opera/buttons/default/load.gif -share/opera/buttons/default/loading.gif -share/opera/buttons/default/losecu.gif -share/opera/buttons/default/maxlist.gif -share/opera/buttons/default/maxmail.gif -share/opera/buttons/default/menu.gif -share/opera/buttons/default/mesecu.gif -share/opera/buttons/default/moveto.gif -share/opera/buttons/default/new.gif -share/opera/buttons/default/newbkmk.gif -share/opera/buttons/default/newcntct.gif -share/opera/buttons/default/newfldr.gif -share/opera/buttons/default/newscatc.gif -share/opera/buttons/default/newsfoll.gif -share/opera/buttons/default/newsfoll1.gif -share/opera/buttons/default/newsgrp.gif -share/opera/buttons/default/newsmrea.gif -share/opera/buttons/default/newsnext.gif -share/opera/buttons/default/newsover.gif -share/opera/buttons/default/newsprev.gif -share/opera/buttons/default/newssall.gif -share/opera/buttons/default/newsthr.gif -share/opera/buttons/default/newsunr.gif -share/opera/buttons/default/next.gif -share/opera/buttons/default/noimg.gif -share/opera/buttons/default/nosecu.gif -share/opera/buttons/default/open.gif -share/opera/buttons/default/previous.gif -share/opera/buttons/default/previous1.gif -share/opera/buttons/default/print.gif -share/opera/buttons/default/printact.gif -share/opera/buttons/default/printall.gif -share/opera/buttons/default/printscr.gif -share/opera/buttons/default/printvie.gif -share/opera/buttons/default/redirect.gif -share/opera/buttons/default/reload.gif -share/opera/buttons/default/reply.gif -share/opera/buttons/default/replyall.gif -share/opera/buttons/default/save.gif -share/opera/buttons/default/search.gif -share/opera/buttons/default/send.gif -share/opera/buttons/default/send1.gif -share/opera/buttons/default/sendqd.gif -share/opera/buttons/default/show.gif -share/opera/buttons/default/split.gif -share/opera/buttons/default/stop.gif -share/opera/buttons/default/stop1.gif -share/opera/buttons/default/tbsearch.gif -share/opera/buttons/default/tile.gif -share/opera/buttons/default/tilevert.gif -share/opera/buttons/default/update.gif -share/opera/buttons/default/url.gif -share/opera/buttons/default/usermode.gif -share/opera/buttons/default/websrch.gif -share/opera/buttons/defsmall/abc.gif -share/opera/buttons/defsmall/buttons.ini -share/opera/buttons/defsmall/cascade.gif -share/opera/buttons/defsmall/compose.gif -share/opera/buttons/defsmall/copy.gif -share/opera/buttons/defsmall/delete.gif -share/opera/buttons/defsmall/dropdown.gif -share/opera/buttons/defsmall/forward.gif -share/opera/buttons/defsmall/fullscre.gif -share/opera/buttons/defsmall/home.gif -share/opera/buttons/defsmall/hotlist.gif -share/opera/buttons/defsmall/hotlstto.gif -share/opera/buttons/defsmall/imsmall.gif -share/opera/buttons/defsmall/incl.gif -share/opera/buttons/defsmall/keyb.gif -share/opera/buttons/defsmall/maxlist.gif -share/opera/buttons/defsmall/maxmail.gif -share/opera/buttons/defsmall/menu.gif -share/opera/buttons/defsmall/moveto.gif -share/opera/buttons/defsmall/new.gif -share/opera/buttons/defsmall/newbkmk.gif -share/opera/buttons/defsmall/newcntct.gif -share/opera/buttons/defsmall/newfldr.gif -share/opera/buttons/defsmall/newscatc.gif -share/opera/buttons/defsmall/newsfoll.gif -share/opera/buttons/defsmall/newsgrp.gif -share/opera/buttons/defsmall/newsmrea.gif -share/opera/buttons/defsmall/newsnext.gif -share/opera/buttons/defsmall/newsover.gif -share/opera/buttons/defsmall/newsprev.gif -share/opera/buttons/defsmall/newssall.gif -share/opera/buttons/defsmall/newsthr.gif -share/opera/buttons/defsmall/newsunr.gif -share/opera/buttons/defsmall/next.gif -share/opera/buttons/defsmall/open.gif -share/opera/buttons/defsmall/previous.gif -share/opera/buttons/defsmall/print.gif -share/opera/buttons/defsmall/redirect.gif -share/opera/buttons/defsmall/reload.gif -share/opera/buttons/defsmall/reply.gif -share/opera/buttons/defsmall/replyall.gif -share/opera/buttons/defsmall/save.gif -share/opera/buttons/defsmall/search.gif -share/opera/buttons/defsmall/send.gif -share/opera/buttons/defsmall/sendqd.gif -share/opera/buttons/defsmall/split.gif -share/opera/buttons/defsmall/tile.gif -share/opera/buttons/defsmall/tilevert.gif -share/opera/buttons/defsmall/update.gif -share/opera/buttons/defsmall/url.gif -share/opera/buttons/examples/example_big.ini -share/opera/buttons/examples/example_small.ini -share/opera/buttons/examples/opera_22x22.png -share/opera/buttons/examples/opera_32x32.png -share/opera/buttons/readme.txt -share/opera/buttons/standard/addressbar_high_security.png -share/opera/buttons/standard/addressbar_html.png -share/opera/buttons/standard/addressbar_html_alt2.png -share/opera/buttons/standard/addressbar_html_alt3.png -share/opera/buttons/standard/addressbar_html_alt4.png -share/opera/buttons/standard/addressbar_load_images.png -share/opera/buttons/standard/addressbar_low_security.png -share/opera/buttons/standard/addressbar_medium_security.png -share/opera/buttons/standard/addressbar_no_images.png -share/opera/buttons/standard/addressbar_no_security.png -share/opera/buttons/standard/addressbar_print_pv.png -share/opera/buttons/standard/addressbar_show_images.png -share/opera/buttons/standard/buttons.ini -share/opera/buttons/standard/general_delete.png -share/opera/buttons/standard/general_move_to.png -share/opera/buttons/standard/general_new_folder.png -share/opera/buttons/standard/general_next.png -share/opera/buttons/standard/general_previous.png -share/opera/buttons/standard/general_save.png -share/opera/buttons/standard/general_stop.png -share/opera/buttons/standard/general_view.png -share/opera/buttons/standard/hotlist_new_bookmark.png -share/opera/buttons/standard/hotlist_new_contact.png -share/opera/buttons/standard/icons/bookmark_unvisited.png -share/opera/buttons/standard/icons/bookmark_visited.png -share/opera/buttons/standard/icons/boy01.png -share/opera/buttons/standard/icons/boy02.png -share/opera/buttons/standard/icons/boy03.png -share/opera/buttons/standard/icons/boy04.png -share/opera/buttons/standard/icons/boy05.png -share/opera/buttons/standard/icons/boy06.png -share/opera/buttons/standard/icons/boy07.png -share/opera/buttons/standard/icons/boy08.png -share/opera/buttons/standard/icons/boy09.png -share/opera/buttons/standard/icons/boy10.png -share/opera/buttons/standard/icons/boy11.png -share/opera/buttons/standard/icons/boy13.png -share/opera/buttons/standard/icons/boy14.png -share/opera/buttons/standard/icons/boy15.png -share/opera/buttons/standard/icons/boy16.png -share/opera/buttons/standard/icons/close.png -share/opera/buttons/standard/icons/dropdown.png -share/opera/buttons/standard/icons/folder_closed.png -share/opera/buttons/standard/icons/folder_find_results.png -share/opera/buttons/standard/icons/folder_open.png -share/opera/buttons/standard/icons/folder_parent.png -share/opera/buttons/standard/icons/folder_personalbar.png -share/opera/buttons/standard/icons/girl01.png -share/opera/buttons/standard/icons/girl02.png -share/opera/buttons/standard/icons/girl03.png -share/opera/buttons/standard/icons/girl04.png -share/opera/buttons/standard/icons/girl05.png -share/opera/buttons/standard/icons/girl06.png -share/opera/buttons/standard/icons/girl07.png -share/opera/buttons/standard/icons/girl08.png -share/opera/buttons/standard/icons/girl09.png -share/opera/buttons/standard/icons/girl10.png -share/opera/buttons/standard/icons/girl11.png -share/opera/buttons/standard/icons/girl12.png -share/opera/buttons/standard/icons/girl13.png -share/opera/buttons/standard/icons/girl14.png -share/opera/buttons/standard/icons/girl15.png -share/opera/buttons/standard/icons/girl16.png -share/opera/buttons/standard/icons/news_read.png -share/opera/buttons/standard/icons/news_subscribed.png -share/opera/buttons/standard/icons/news_unread.png -share/opera/buttons/standard/icons/news_unsubscribed.png -share/opera/buttons/standard/icons/special01.png -share/opera/buttons/standard/icons/special02.png -share/opera/buttons/standard/icons/special03.png -share/opera/buttons/standard/icons/special04.png -share/opera/buttons/standard/icons/special05.png -share/opera/buttons/standard/icons/status_away.png -share/opera/buttons/standard/icons/status_no_messaging.png -share/opera/buttons/standard/icons/status_not_available.png -share/opera/buttons/standard/icons/status_offline.png -share/opera/buttons/standard/icons/status_online.png -share/opera/buttons/standard/icons/status_requesting.png -share/opera/buttons/standard/icons/transfer_failure.png -share/opera/buttons/standard/icons/transfer_loading.png -share/opera/buttons/standard/icons/transfer_loading_waiting.png -share/opera/buttons/standard/icons/transfer_size_mismatch.png -share/opera/buttons/standard/icons/transfer_stopped.png -share/opera/buttons/standard/mail_add_attachment.png -share/opera/buttons/standard/mail_check.png -share/opera/buttons/standard/mail_compose.png -share/opera/buttons/standard/mail_redirect.png -share/opera/buttons/standard/mail_reply.png -share/opera/buttons/standard/mail_reply_all.png -share/opera/buttons/standard/mail_send.png -share/opera/buttons/standard/mail_send_all.png -share/opera/buttons/standard/main_active_bookmark_folder.png -share/opera/buttons/standard/main_back.png -share/opera/buttons/standard/main_cascade.png -share/opera/buttons/standard/main_find.png -share/opera/buttons/standard/main_forward.png -share/opera/buttons/standard/main_full_screen.png -share/opera/buttons/standard/main_home.png -share/opera/buttons/standard/main_hotlist.png -share/opera/buttons/standard/main_new.png -share/opera/buttons/standard/main_open.png -share/opera/buttons/standard/main_print.png -share/opera/buttons/standard/main_reload.png -share/opera/buttons/standard/main_save.png -share/opera/buttons/standard/main_stop.png -share/opera/buttons/standard/main_tile.png -share/opera/buttons/standard/news_catch_up.png -share/opera/buttons/standard/personalbar_bookmark.png -share/opera/buttons/standard/progress_empty.png -share/opera/buttons/standard/progress_full.png -share/opera/buttons/standard/search_music.png -share/opera/buttons/standard/search_shopping.png -share/opera/buttons/standard/search_stock.png -share/opera/buttons/standard/search_web.png -share/opera/buttons/standard/skin/drop_target_bottom.png -share/opera/buttons/standard/skin/drop_target_left.png -share/opera/buttons/standard/skin/drop_target_right.png -share/opera/buttons/standard/skin/drop_target_top.png -share/opera/buttons/standard/skin/pagebar_active_corner_bottomleft.png -share/opera/buttons/standard/skin/pagebar_active_corner_bottomright.png -share/opera/buttons/standard/skin/pagebar_active_corner_topleft.png -share/opera/buttons/standard/skin/pagebar_active_corner_topright.png -share/opera/buttons/standard/skin/pagebar_active_tile_bottom.png -share/opera/buttons/standard/skin/pagebar_active_tile_center.png -share/opera/buttons/standard/skin/pagebar_active_tile_left.png -share/opera/buttons/standard/skin/pagebar_active_tile_right.png -share/opera/buttons/standard/skin/pagebar_active_tile_top.png -share/opera/buttons/standard/skin/pagebar_border_tile_bottom.png -share/opera/buttons/standard/skin/pagebar_border_tile_left.png -share/opera/buttons/standard/skin/pagebar_border_tile_right.png -share/opera/buttons/standard/skin/pagebar_border_tile_top.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_bottomleft.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_bottomright.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_topleft.png -share/opera/buttons/standard/skin/pagebar_inactive_corner_topright.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_bottom.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_center.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_left.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_right.png -share/opera/buttons/standard/skin/pagebar_inactive_tile_top.png -share/opera/buttons/standard/special_dropdown.png -share/opera/buttons/standard/transfers_resume.png -share/opera/buttons/standard/transfers_retransfer.png -share/opera/buttons/standard/windowbar_doc_complete.png -share/opera/buttons/standard/windowbar_doc_complete_unread.png -share/opera/buttons/standard/windowbar_doc_incomplete.png -share/opera/buttons/standard/windowbar_hotlist.png -share/opera/buttons/standard/windowbar_mail_box.png -share/opera/buttons/standard/windowbar_mail_search.png -share/opera/buttons/standard/windowbar_messaging_new.png -share/opera/buttons/standard/windowbar_messaging_normal.png -share/opera/buttons/standard/windowbar_news_article.png -share/opera/buttons/standard/windowbar_news_group.png -share/opera/buttons/standard/windowbar_news_group_list.png -share/opera/buttons/standard/windowbar_transfers.png -share/opera/buttons/standard/windowbar_unknown.png -share/opera/chartables.bin -share/opera/config/opera6rc -share/opera/config/opera6rc.fixed -share/opera/help/accessibility.html -share/opera/help/advertising.html -share/opera/help/dialogs.html -share/opera/help/filetypes.html -share/opera/help/fonts.html -share/opera/help/help.css -share/opera/help/history.html -share/opera/help/index.html -share/opera/help/interface.html -share/opera/help/keyboard.html -share/opera/help/languages.html -share/opera/help/layout.html -share/opera/help/license.txt -share/opera/help/look.html -share/opera/help/menus.html -share/opera/help/mouse.html -share/opera/help/multimedia.html -share/opera/help/network.html -share/opera/help/opera.html -share/opera/help/page.html -share/opera/help/paths.html -share/opera/help/personal.html -share/opera/help/plugins.html -share/opera/help/privacy.html -share/opera/help/search.html -share/opera/help/security.html -share/opera/help/sounds.html -share/opera/help/start.html -share/opera/help/startup.txt -share/opera/help/tipday.txt -share/opera/help/windows.html -share/opera/images/background.gif -share/opera/images/blank.gif -share/opera/images/drive.gif -share/opera/images/file.gif -share/opera/images/folder.gif -share/opera/images/link.gif -share/opera/images/opera.xpm -share/opera/images/opera_16x16.png -share/opera/images/opera_22x22.png -share/opera/images/opera_32x32.png -share/opera/images/opera_48x48.png -share/opera/images/operabanner.png -share/opera/images/shared.gif -share/opera/images/splash.png -share/opera/images/startup1.png -share/opera/images/startup2.png -share/opera/java/lc.jar -share/opera/java/opera.jar -share/opera/java/opera.policy -share/opera/opera6.adr -share/opera/search.ini -share/opera/skin/foreground.png -share/opera/styles/OPF.css -share/opera/styles/about.css -share/opera/styles/cache.css -share/opera/styles/csr.css -share/opera/styles/dir.css -share/opera/styles/drives.css -share/opera/styles/email.css -share/opera/styles/history.css -share/opera/styles/im.css -share/opera/styles/mime.css -share/opera/styles/mimehead.css -share/opera/styles/opf.css -share/opera/styles/plugins.css -share/opera/styles/wml.css -@dirrm share/opera/styles -@dirrm share/opera/skin -@dirrm share/opera/plugins -@dirrm share/opera/locale -@dirrm share/opera/java -@dirrm share/opera/images -@dirrm share/opera/help -@dirrm share/opera/config -@dirrm share/opera/buttons/standard/skin -@dirrm share/opera/buttons/standard/icons -@dirrm share/opera/buttons/standard -@dirrm share/opera/buttons/examples -@dirrm share/opera/buttons/defsmall -@dirrm share/opera/buttons/default -@dirrm share/opera/buttons -@dirrm share/opera/bin -@dirrm share/opera -@dirrm share/doc/opera diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile deleted file mode 100644 index 046df57f1aa4..000000000000 --- a/www/p5-HTTPD-User-Manage/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: p5-HTTPD-Tools -# Date created: October 20th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= HTTPD-Tools -PORTVERSION= 0.55 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= HTTPD -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 module for a HTTP server authentication class - -PERL_CONFIGURE= yes - -MAN3= HTTPD::Authen.3 HTTPD::UserAdmin.3 HTTPD::GroupAdmin.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -.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-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 0dc8c087be18..000000000000 --- a/www/p5-HTTPD-User-Manage/pkg-plist +++ /dev/null @@ -1,20 +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%%/HTTPD/UserAdmin/Text -@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTPD/UserAdmin -@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTPD/GroupAdmin/Text -@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTPD/GroupAdmin/DBM -@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTPD/GroupAdmin -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTPD-Tools -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTTPD 2>/dev/null || true diff --git a/www/p5-POE-Component-Client-HTTP/Makefile b/www/p5-POE-Component-Client-HTTP/Makefile deleted file mode 100644 index 7b9d7a4b09b3..000000000000 --- a/www/p5-POE-Component-Client-HTTP/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: POE-Component-Client-HTTP -# Date created: 10 Dec 2001 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= POE-Component-Client-HTTP -PORTVERSION= 0.43 -CATEGORIES= devel perl5 www -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ - http://poe.perl.org/poedown/ -MASTER_SITE_SUBDIR= POE -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org -COMMENT= POE component for non-blocking/concurrent HTTP queries - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= POE::Component::Client::HTTP.3 POE::Component::Client::SSL.3 - -.include <bsd.port.mk> diff --git a/www/p5-POE-Component-Client-HTTP/distinfo b/www/p5-POE-Component-Client-HTTP/distinfo deleted file mode 100644 index 77cf6ddda2d3..000000000000 --- a/www/p5-POE-Component-Client-HTTP/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (POE-Component-Client-HTTP-0.43.tar.gz) = 0d9b9f7dc6d26eab333daf04f0c4434a diff --git a/www/p5-POE-Component-Client-HTTP/pkg-descr b/www/p5-POE-Component-Client-HTTP/pkg-descr deleted file mode 100644 index fb563a985f1d..000000000000 --- a/www/p5-POE-Component-Client-HTTP/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -POE::Component::Client::HTTP is an asynchronous, event driven HTTP user -agent. It accepts events containing HTTP::Request objects, and it -returns events carrying HTTP::Response objects. It supports https and -simultaneous HTTP transactions. It lets other sessions run while HTTP -transactions are being processed, and it lets several HTTP transactions -be processed in parallel. - -WWW: http://search.cpan.org/search?dist=POE-Component-Client-HTTP - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/www/p5-POE-Component-Client-HTTP/pkg-plist b/www/p5-POE-Component-Client-HTTP/pkg-plist deleted file mode 100644 index c90ea5a5017c..000000000000 --- a/www/p5-POE-Component-Client-HTTP/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP/.packlist -lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP.pm -lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP/SSL.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true diff --git a/www/p5-POE-Component-Client-UserAgent/Makefile b/www/p5-POE-Component-Client-UserAgent/Makefile deleted file mode 100644 index a5c339d08581..000000000000 --- a/www/p5-POE-Component-Client-UserAgent/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: POE-Component-Client-UserAgent -# Date created: 10 Dec 2001 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= POE-Component-Client-UserAgent -PORTVERSION= 0.04 -CATEGORIES= devel perl5 www -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/R/RC/RCAPUTO -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@protey.ru -COMMENT= LWP and LWP::Parallel based POE component - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/Parallel.pm:${PORTSDIR}/www/p5-ParallelUA -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= POE::Component::Client::UserAgent.3 - -.include <bsd.port.mk> diff --git a/www/p5-POE-Component-Client-UserAgent/distinfo b/www/p5-POE-Component-Client-UserAgent/distinfo deleted file mode 100644 index 530f1f852154..000000000000 --- a/www/p5-POE-Component-Client-UserAgent/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (POE-Component-Client-UserAgent-0.04.tar.gz) = baa3b7f8a4446e208c9e322e2c9cff23 diff --git a/www/p5-POE-Component-Client-UserAgent/pkg-descr b/www/p5-POE-Component-Client-UserAgent/pkg-descr deleted file mode 100644 index 50cb604d8127..000000000000 --- a/www/p5-POE-Component-Client-UserAgent/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -POE::Component::Client::UserAgent is based on LWP and LWP::Parallel. -It lets other tasks run while making a request to an Internet server -and waiting for response, and it lets several requests run in parallel. - -WWW: http://search.cpan.org/search?dist=POE-Component-Client-UserAgent - --- Sergey Skvortsov -skv@protey.ru diff --git a/www/p5-POE-Component-Client-UserAgent/pkg-plist b/www/p5-POE-Component-Client-UserAgent/pkg-plist deleted file mode 100644 index 1c5d076ca42f..000000000000 --- a/www/p5-POE-Component-Client-UserAgent/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent/.packlist -lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/UserAgent.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true diff --git a/www/phpsysinfo-dev/Makefile b/www/phpsysinfo-dev/Makefile deleted file mode 100644 index 642334633711..000000000000 --- a/www/phpsysinfo-dev/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: phpSysInfo -# Date created: Mon Mar 04, 2002 -# Whom: Bob Bomar <bob@fly.homeunix.org> -# -# $FreeBSD$ - -PORTNAME= phpSysInfo -PORTVERSION= 2.1 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= phpsysinfo - -MAINTAINER= so14k@so14k.com -COMMENT= A php script that displays info about the host being accessed - -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 - -PREFIX= ${LOCALBASE} -WEBOWN?= www -WEBGRP?= www -APACHEDIR= ${PREFIX}/www/data -INSTALLDIR= ${APACHEDIR}/phpSysInfo -NO_BUILD= yes -PLIST= ${WRKDIR}/plist - -PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} - -post-patch: - rm -f ${PLIST} - cd ${WRKSRC};\ - ${FIND} . ! -type d | sort | ${SED} "s|^.|%%INSTALLDIR%%|"\ - >${PLIST};\ - ${FIND} . -type d | sort -r | ${SED} "s|^.|@dirrm %%INSTALLDIR%%|"\ - >>${PLIST} - -do-install: - ${MKDIR} ${INSTALLDIR} - cd ${WRKSRC}; ${FIND} . \ - | cpio -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} - ${CHMOD} -R ${BINMODE} ${INSTALLDIR} - ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} - -.include <bsd.port.mk> diff --git a/www/phpsysinfo-dev/distinfo b/www/phpsysinfo-dev/distinfo deleted file mode 100644 index 8351f9ae542c..000000000000 --- a/www/phpsysinfo-dev/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phpSysInfo-2.1.tar.gz) = 22d4d7977dfff237f8e0aa3e4ebaee75 diff --git a/www/phpsysinfo-dev/pkg-descr b/www/phpsysinfo-dev/pkg-descr deleted file mode 100644 index 1aef2f8d3ce1..000000000000 --- a/www/phpsysinfo-dev/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -PhpSysInfo is a PHP script that displays infromation about the host being -accessed. It will display things like Uptime, CPU, Memory, SCSI, IDE, PCI, -Ethernet, Floppy, and Video Infromation. It can be customized. - -WWW: http://sourceforge.net/projects/phpsysinfo/ - - -Bob Bomar <bob@fly.homeunix.org> diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile deleted file mode 100644 index 642334633711..000000000000 --- a/www/phpsysinfo/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: phpSysInfo -# Date created: Mon Mar 04, 2002 -# Whom: Bob Bomar <bob@fly.homeunix.org> -# -# $FreeBSD$ - -PORTNAME= phpSysInfo -PORTVERSION= 2.1 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= phpsysinfo - -MAINTAINER= so14k@so14k.com -COMMENT= A php script that displays info about the host being accessed - -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 - -PREFIX= ${LOCALBASE} -WEBOWN?= www -WEBGRP?= www -APACHEDIR= ${PREFIX}/www/data -INSTALLDIR= ${APACHEDIR}/phpSysInfo -NO_BUILD= yes -PLIST= ${WRKDIR}/plist - -PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} - -post-patch: - rm -f ${PLIST} - cd ${WRKSRC};\ - ${FIND} . ! -type d | sort | ${SED} "s|^.|%%INSTALLDIR%%|"\ - >${PLIST};\ - ${FIND} . -type d | sort -r | ${SED} "s|^.|@dirrm %%INSTALLDIR%%|"\ - >>${PLIST} - -do-install: - ${MKDIR} ${INSTALLDIR} - cd ${WRKSRC}; ${FIND} . \ - | cpio -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} - ${CHMOD} -R ${BINMODE} ${INSTALLDIR} - ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} - -.include <bsd.port.mk> diff --git a/www/phpsysinfo/distinfo b/www/phpsysinfo/distinfo deleted file mode 100644 index 8351f9ae542c..000000000000 --- a/www/phpsysinfo/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phpSysInfo-2.1.tar.gz) = 22d4d7977dfff237f8e0aa3e4ebaee75 diff --git a/www/phpsysinfo/pkg-descr b/www/phpsysinfo/pkg-descr deleted file mode 100644 index 1aef2f8d3ce1..000000000000 --- a/www/phpsysinfo/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -PhpSysInfo is a PHP script that displays infromation about the host being -accessed. It will display things like Uptime, CPU, Memory, SCSI, IDE, PCI, -Ethernet, Floppy, and Video Infromation. It can be customized. - -WWW: http://sourceforge.net/projects/phpsysinfo/ - - -Bob Bomar <bob@fly.homeunix.org> diff --git a/www/plone3/Makefile b/www/plone3/Makefile deleted file mode 100644 index 5b08ad895e2f..000000000000 --- a/www/plone3/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: plone -# Date created: 09 Jan 2003 -# Whom: nbm -# -# $FreeBSD$ -# - -PORTNAME= plone -PORTVERSION= 1.0.r1 -CATEGORIES= www zope -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= plone -DISTNAME= CMFPlone1.0RC1 -DIST_SUBDIR= zope - -MAINTAINER= ports@freebsd.org -COMMENT= A user friendly implementation of the CMF written on top of ZOPE - -RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope \ - ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf - -WRKSRC= ${WRKDIR}/CMFPlone-1.0RC1 -NO_BUILD= yes -MODULES= CMFPlone DCWorkflow Formulator i18n - -# You can change this in the environment if you like. -SZOPEBASEDIR?= www/Zope - -# Don't change these -ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} -ZOPEPRODUCTNAME= -ZOPEPRODUCTDIR= lib/python/Products - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} - -do-install: - @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR} - @(cd ${WRKSRC} && ${CP} -R ${MODULES} \ - ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}) - -.include <bsd.port.mk> diff --git a/www/plone3/distinfo b/www/plone3/distinfo deleted file mode 100644 index c362dfac167b..000000000000 --- a/www/plone3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (zope/CMFPlone1.0RC1.tar.gz) = 44fb8cddd5871e0decc58cae7cec6f38 diff --git a/www/plone3/pkg-descr b/www/plone3/pkg-descr deleted file mode 100644 index f6a4e379ed3d..000000000000 --- a/www/plone3/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Plone is a user friendly implementation of the Content Management -Framework written on top of ZOPE. Plone is a -GUI/Interface/Implementation of the CMF. It benefits from all features -of ZOPE/CMF such as: RDBMS integration, Python/Perl extensions, Object -Oriented Database, Web configurable workflow, pluggable membership and -authentication, Undos, Form validation, amongst many many other -features. Available protocols: FTP, XMLRPC, HTTP, WEBDAV and you can -hack it to enable SOAP. Turn it into a distributed application system -by installing ZEO. - -Plone attempts to compete with Livelink, Interwoven and Documentum. It -aims to be *the* opensource out-of-the-box publishing system. - -WWW: http://plone.org/ diff --git a/www/plone3/pkg-plist b/www/plone3/pkg-plist deleted file mode 100644 index 275957da8ca4..000000000000 --- a/www/plone3/pkg-plist +++ /dev/null @@ -1,715 +0,0 @@ -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/.#HISTORY.txt.1.88.2.11 -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/CREDITS.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/ChangeLog -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/CustomizationPolicy.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/Upgrade.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/migration.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/nonmigrationFixes.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/package_plone.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/view_source.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FactoryTool.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FolderWorkflow.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FormTool.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FormulatorTool.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/INSTALL.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/LICENSE.GPL -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/LICENSE.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/MembershipTool.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/MigrationTool.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/NavigationTool.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneBatch.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneInitialize.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneTool.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneUtilities.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneWorkflow.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Portal.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PrivateSitePolicy.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PropertiesTool.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/StatelessTreeNav.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/WorkflowTool.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/data/navigation_properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/docs/NavigationTool.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/docs/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/docs/SiteTypes.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/CustomizationPolicy.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/FormTool.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/NavigationController.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/.#beta3_rc1.py.1.1.2.4 -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/alpha_beta.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/beta1_beta2.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/beta2_beta3.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/beta3_rc1.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/refresh.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/calendar_popup.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/calendar_support.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/event_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/getBeginAndEndTimes.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/getClassForDay.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/getEventString.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/getNextMonth.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/getPopupPositionScript.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/getPopupScript.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/getPreviousMonth.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/validate_event_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector/collector_add_issue_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector/collector_contents.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector/collector_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector/collector_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector/collector_issue_contents.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector/collector_issue_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector/collector_issue_followup_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector/collector_issue_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector/collector_issue_notice.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector/collector_macros.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/friendlydatec_editform.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/listc_edit.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/sic_edit.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/sort_edit.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/ssc_edit.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/topic_criteria_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/topic_editCriteria.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/topic_editTopic.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/topic_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/topic_subtopics_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/topic_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic/validate_topic_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWeblog/blog.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWeblog/blogEntryConvert.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWeblog/blogroll.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWeblog/weblog.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWeblog/weblogentry_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWeblog/weblogentry_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWeblog/weblogtool_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wiki_allpages.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wiki_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wiki_recentchanges.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wiki_toc.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_advanced_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_backlinks.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_comment_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_compare_versions.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_create_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_header.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_history.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_toc.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/asp.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/avi.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/bmp.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/chm.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/doc.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-8.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-ambivalent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-b.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-c.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-cat.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-d.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-e.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-f.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-g.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-h.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-i.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-k.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-l.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-laugh.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-m.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-n.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-p.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-s.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-sad.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-smile.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-star.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-surprised.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-t.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-tongue-in-cheek.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-u.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-unsure.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-wink.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-y.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/empty.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/gif.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/gz.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/htm.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/html.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/icon-error.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/icon-info.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/icon-warning.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/jpeg.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/jpg.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/mov.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/mp3.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/mpeg.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/mpg.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/pdf.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/png.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/ppt.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/txt.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wav.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-ftp.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-http.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-mailto.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-news.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-telnet.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-wiki.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/xls.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/xml.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/xsl.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/zip.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_bold.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_cancel.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_center.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_colorpicker.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_copy.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_cut.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_emoticon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_image.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_indent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_italicize.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_justify.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_left.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_link.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_mode.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_olist.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_outdent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_paste.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_preview.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_print.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_redo.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_rem_formatting.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_right.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_save.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_table.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_ulist.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_underline.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_undo.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/XsDhtmlEditor.htc.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/XsDhtmlEditorToolbarButton.htc.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/colorPicker.html.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/dlg_ins_table.html.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/emoticons.htc.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/index.html.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/license.html.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/ratings/rate_content.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/ratings/ratings_box.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/data.xml.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/discussionitem_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/document_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/document_edit_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/document_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/document_view.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/event_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/event_edit_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/event_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/event_view.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/favorite_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/file_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/file_edit_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/file_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/file_view.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/image_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/image_edit_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/image_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/image_view.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/link_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/link_edit_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/link_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/link_view.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/metadata_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/metadata_edit_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/newsitem_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/newsitem_edit_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/newsitem_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/newsitem_view.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_ecmascript/plone_formtooltip.js.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_ecmascript/plone_javascripts.js.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/content_status_history.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/content_status_history.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/discussion_reply_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/discussion_reply_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/discussion_reply_preview.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/discussion_reply_preview.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_edit_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_factories.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_factories.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_listing.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_listing.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_localrole_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_localrole_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_rename_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_rename_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/help.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/history_comparison.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/history_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/join_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/join_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/logged_in.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/logged_out.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/logged_out.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/login_failed.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/login_failed.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/login_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/login_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/login_password.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/login_password.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/login_success.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/login_success.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/mail_password_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/mail_password_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/member_search_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/member_search_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/member_search_results.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/member_search_results.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/ownership_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/password_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/password_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/personalize_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/personalize_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/reconfig_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/reconfig_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/registered.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/registered.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/roster.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/search.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/search.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/search_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/search_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/sendto_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/sendto_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/synPropertiesForm.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/talkback_tree.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/undo_form.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/undo_form.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/addFavorite.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/arrowBlank.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/arrowDown.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/arrowUp.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/backtalk.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/bullet.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/bulletBig.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/defaultUser.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/discussionitem_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/document_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/edit.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/event_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/favicon.ico -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/favorite_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/file_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/folder.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/info.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/linkOpaque.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/linkTransparent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/link_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/lock_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/logo.jpg -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/logoIcon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/mail_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/mail_icon.gif.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/newsitem_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/pdf_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/pencil_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/plone_powered.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/popup_calendar.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/print_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/print_icon.gif.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/required.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/select_all_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/select_none_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/shopping_cart.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/site_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/topic_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/treeCollapsed.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/treeExpanded.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/user.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/aboveInThread.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/add_ext_editor.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/addtoFavorites.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/availableLanguages.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/breadcrumbs.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/check_id.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/createObject.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/deleteDiscussion.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/errorMessages.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/external_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/filterCookie.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/filterTypes.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_copy.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_cut.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_delete.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_paste.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_publish.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_rename.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/change_ownership.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/change_password.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/content_status_modify.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/discussion_reply.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/document_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/file_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/folder_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/getFilenameFromRequest.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/image_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/link_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/metadata_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/newsitem_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/personalize.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/reconfig.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/register.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/sendto.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_content_status_modify.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_document_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_file_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_folder_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_folder_rename.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_id.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_image_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_link_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_metadata_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_newsitem_edit.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_personalize.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_reconfig.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_registration.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_sendto.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/fromPortalTime.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/generateId.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getFolderContents.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getObjSize.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getPersonalFolderFor.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getPlonePersonalPortait.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getReplyReplies.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/hasActionId.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/homePageText.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/isExpired.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/isIDAutoGenerated.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/logout.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/mail_password.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/my_worklist.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/navigationCurrent.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/navigationLocalRelated.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/navigationParent.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/navigationRemoteResources.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/navigatorExpand.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/plone_debug.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/portal_form_url.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/prepare_slots.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/queryCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/quick_undo.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/rejectAnonymous.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/reverseList.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/save_xml.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/selectedTabs.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/setAuthCookie.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/setup_talkback_tree.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/showEditableBorder.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/show_id.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/sortObjects.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/sort_modified_ascending.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/toPortalTime.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/undo.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/unique.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/autumn/bullet.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/autumn/linkOpaque.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/autumn/linkTransparent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/autumn/stylesheet_properties.props -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/autumn/user.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/bullet.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/dump.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/linkOpaque.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/stylesheet_properties.props -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/user.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/arrowDown.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/arrowUp.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/bullet.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/linkOpaque.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/linkTransparent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/required.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/stylesheet_properties.props -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/user.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/addFavorite.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/arrowDown.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/arrowUp.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/bullet.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/collector_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/collector_issue_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/discussionitem_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/document_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/event_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/favorite_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/file_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/folder.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/info.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/linkOpaque.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/linkTransparent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/link_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/logo.png -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/newsitem_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/popup_calendar.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/readme.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/required.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/stylesheet_properties.props -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/topic_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/user.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/wiki_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/wikipage_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/plone.css.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneNS4.css.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/plonePresentation.css.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/plonePrint.css.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/stylesheet_properties.props -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/batch_macros.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/default_error_message.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/default_error_message.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/folder_contents.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/folder_contents.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/footer.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/header.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/index_html.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/index_html.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/macro_renderer.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/main_template.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/news.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/news.pt.properties -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/registered_notify_template.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/sendto_template.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/standard_error_message.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/standard_html_footer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/standard_html_header.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/about_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/calendar_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/events_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/favorites_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/login_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/navigation_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/navigation_tree_builder.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/navigation_tree_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/news_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/related_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/topic_navigator_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/workflow_review_slot.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/viewThreadsAtBottom.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_wysiwyg/wysiwyg_popup.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_wysiwyg/wysiwyg_support.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/tests/test_Portal.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/tests/test_all.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/tests/test_join.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/tool.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/www/addPropertySheet.zpt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/www/addSite.zpt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/www/migrationTool.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/ContainerTab.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/DCWorkflow.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Default.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Expression.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Guard.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Scripts.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/States.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Transitions.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Variables.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/WorkflowUIMixin.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Worklists.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/actbox.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/basics.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples/staging/checkin.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples/staging/checkout.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples/staging/retractStages.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples/staging/updateProductionStage.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples/staging/updateReviewStage.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/expressions.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/howto.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/worklists.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/guard.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/state_permissions.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/state_properties.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/state_variables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/states.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/transition_properties.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/transition_variables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/transitions.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/variable_properties.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/variables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/workflow_permissions.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/workflow_properties.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/worklist_properties.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/worklists.dtml -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help/001-overview.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help/002-expressions.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help/003-guards.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help/004-actionbox.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help/011-states.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help/021-transition.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help/031-variables.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help/041-worklists.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help/051-scripts.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help/061-permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/script.gif -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/state.gif -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/transition.gif -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/variable.gif -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/workflow.gif -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/worklist.gif -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests/test_all.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/utils.py -%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/CREDITS.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/DummyField.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Errors.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/FSForm.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Field.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/FieldHelpTopic.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/FieldRegistry.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Form.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/HelperFields.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/INSTALL.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/LICENSE.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/ListTextAreaField.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/MethodField.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/PatternChecker.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/StandardFields.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/TALESField.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/TODO.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Validator.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Widget.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/XMLObjects.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/XMLSerialize.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/FieldHelpTopic.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldListHeader.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldMessages.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldOverride.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldTales.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldTest.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/formAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/formOrder.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/formSettings.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/formTest.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/BasicForm.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/Field.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/Form.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/ZMIForm.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/dogfood.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/fieldEdit.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/fieldMessages.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/fieldOverride.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/fieldTales.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/fieldTest.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formContents.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formOrder.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formSettings.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formTest.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formulator_howto.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formulator_motto.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests/test_serialize.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests/test_validators.py -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/BasicField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/CheckBoxField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/DateTimeField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/EmailField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/FileField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/FloatField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/Form.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/IntegerField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/LinesField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/LinkField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/ListField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/MethodField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/MultiCheckBoxField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/MultiListField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/MultipleListField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/PasswordField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/PatternField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/RadioField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/RangedIntegerField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/StringField.gif -%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/TextAreaField.gif -%%ZOPEBASEDIR%%/lib/python/Products/i18n/i18n-history.txt -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-cs-cz.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-da-dk.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-de.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-es-es.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-eu-es.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-fr-fr.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-hu.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-it-it.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-ja-jp.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-nl-nl.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-no.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-pt-br.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-pt-pt.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-sv-se.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-tr-tr.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-uk-ru.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-uk-ua.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-zh-cn.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone.pot -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone_ko_kr.po -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/i18n -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples/staging -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_wysiwyg -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/autumn -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_ecmascript -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/ratings -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWeblog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/docs -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/data -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone diff --git a/www/privoxy+ipv6/Makefile b/www/privoxy+ipv6/Makefile deleted file mode 100644 index f27630f1128b..000000000000 --- a/www/privoxy+ipv6/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: privoxy -# Date created: 21 November 2002 -# Whom: John von Essen -# -# $FreeBSD$ -# - -PORTNAME= privoxy -PORTVERSION= 3.0.0 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ijbswa -DISTNAME= privoxy-3.0.0-stable-src - -MAINTAINER= john@essenz.com -COMMENT= Privoxy is a web proxy with advanced filtering capabilities - -WRKSRC= ${WRKDIR}/privoxy-3.0.0-stable - -PKGMESSAGE= ${WRKDIR}/pkg-message - -USE_GMAKE= yes -USE_AUTOCONF_VER= 253 -USE_REINPLACE= yes - -MAKEFILE= GNUmakefile - -MAN1= privoxy.1 - -post-patch: - ${REINPLACE_CMD} \ - -e 's,^\(confdir\) \.,\1 ${PREFIX}/etc/privoxy,' \ - -e 's,^\(logdir\) \.,\1 /tmp,' \ - -e 's,^\(actionsfile standard\),#\1,' \ - -e 's,^\(actionsfile user\),#\1,' \ - ${WRKSRC}/config - -pre-configure: - @cd ${WRKSRC}; ${AUTOHEADER} - -pre-install: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - ${PKGDIR}/pkg-message.in > ${PKGMESSAGE} - -do-install: - @${MKDIR} ${PREFIX}/etc/privoxy/templates - @${INSTALL_PROGRAM} ${WRKSRC}/privoxy ${PREFIX}/sbin - @${INSTALL_DATA} ${WRKSRC}/templates/[a-z]* ${PREFIX}/etc/privoxy/templates -.for file in config default.action default.filter trust - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/etc/privoxy -.endfor - @${INSTALL_MAN} ${WRKSRC}/privoxy.1 ${MANPREFIX}/man/man1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/privoxy-manual - @if [ -d ${WRKSRC}/doc/webserver/user-manual ]; then \ - ${INSTALL_DATA} ${WRKSRC}/doc/webserver/user-manual/[a-z]* ${PREFIX}/share/doc/privoxy-manual; \ - fi -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/privoxy+ipv6/distinfo b/www/privoxy+ipv6/distinfo deleted file mode 100644 index 008464342c44..000000000000 --- a/www/privoxy+ipv6/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (privoxy-3.0.0-stable-src.tar.gz) = 6790def33b3e5ade2aa576347aa3cd4c diff --git a/www/privoxy+ipv6/files/patch-configure.in b/www/privoxy+ipv6/files/patch-configure.in deleted file mode 100644 index 9282cad4e9b3..000000000000 --- a/www/privoxy+ipv6/files/patch-configure.in +++ /dev/null @@ -1,141 +0,0 @@ --- Patch by Lars Eggert <larse@isi.edu> USC Information Sciences Institute ---- configure.in.orig Fri Feb 20 17:15:20 2003 -+++ configure.in Fri Feb 20 17:15:51 2003 -@@ -726,137 +726,6 @@ - AC_SUBST(PTHREAD_ONLY) - - dnl ================================================================= --dnl Support for thread-safe versions of gethostbyaddr, gethostbyname, --dnl gmtime and localtime --dnl ================================================================= -- --dnl Next line needed to find the gethost*_r functions on Solaris --AC_CHECK_LIB(nsl, gethostbyname) -- --AC_CHECK_FUNC(gethostbyaddr_r, [ -- AC_MSG_CHECKING([signature of gethostbyaddr_r]) -- AC_TRY_COMPILE([ --# include <netdb.h> -- ], [ -- struct hostent *h, *hp; -- char *a, *b; -- int l, bl, t, e; -- (void) gethostbyaddr_r(a, l, t, h, b, bl, &hp, &e) -- ], [ -- AC_DEFINE(HAVE_GETHOSTBYADDR_R_8_ARGS) -- AC_MSG_RESULT([8 args]) -- ], [ -- AC_TRY_COMPILE([ --# include <netdb.h> -- ], [ -- struct hostent *h; -- char *a, *b; -- int l, bl, t, e; -- (void) gethostbyaddr_r(a, l, t, h, b, bl, &e) -- ], [ -- AC_DEFINE(HAVE_GETHOSTBYADDR_R_7_ARGS) -- AC_MSG_RESULT([7 args]) -- ], [ -- AC_TRY_COMPILE([ --# include <netdb.h> -- ], [ -- struct hostent_data *d; -- struct hostent *h; -- char a, -- int l, t; -- (void) gethostbyaddr_r(a, l, t, h, d) -- ], [ -- AC_DEFINE(HAVE_GETHOSTBYADDR_R_5_ARGS) -- AC_MSG_RESULT([5 args]) -- ], [ -- AC_MSG_RESULT(unrecognised) -- ]) -- ]) -- ]) --], [ -- AC_MSG_RESULT(no) --]) -- --AC_CHECK_FUNC(gethostbyname_r, [ -- AC_MSG_CHECKING([signature of gethostbyname_r]) -- AC_TRY_COMPILE([ --# include <netdb.h> -- ], [ -- struct hostent *h, *r; -- char *n, *b; -- int bl, e; -- (void) gethostbyname_r(n, h, b, bl, &r, &e) -- ], [ -- AC_DEFINE(HAVE_GETHOSTBYNAME_R_6_ARGS) -- AC_MSG_RESULT([6 args]) -- ], [ -- AC_TRY_COMPILE([ --# include <netdb.h> -- ], [ -- struct hostent *h; -- char *n, *b; -- int bl, e; -- (void) gethostbyname_r(n, h, b, bl, &e) -- ], [ -- AC_DEFINE(HAVE_GETHOSTBYNAME_R_5_ARGS) -- AC_MSG_RESULT([5 args]) -- ], [ -- AC_TRY_COMPILE([ --# include <netdb.h> -- ], [ -- struct hostent_data *d; -- struct hostent *h; -- char *n, -- (void) gethostbyname_r(n, h, d) -- ], [ -- AC_DEFINE(HAVE_GETHOSTBYNAME_R_3_ARGS) -- AC_MSG_RESULT([3 args]) -- ], [ -- AC_MSG_RESULT(unrecognised) -- ]) -- ]) -- ]) --], [ -- AC_MSG_RESULT(no) --]) -- --AC_CHECK_FUNC(gmtime_r, [ -- AC_MSG_CHECKING([signature of gmtime_r]) -- AC_TRY_COMPILE([ --# include <time.h> -- ], [ -- struct time *t; -- struct tm *tm; -- (void) gmtime_r(t, tm) -- ], [ -- AC_MSG_RESULT(ok) -- AC_DEFINE(HAVE_GMTIME_R) -- ], [ -- AC_MSG_RESULT(unrecognised) -- ]) --], [ -- AC_MSG_RESULT(no) --]) -- --AC_CHECK_FUNC(localtime_r, [ -- AC_MSG_CHECKING([signature of localtime_r]) -- AC_TRY_COMPILE([ --# include <time.h> -- ], [ -- struct time *t; -- struct tm *tm; -- (void) localtime_r(t, tm) -- ], [ -- AC_MSG_RESULT(ok) -- AC_DEFINE(HAVE_LOCALTIME_R) -- ], [ -- AC_MSG_RESULT(unrecognised) -- ]) --], [ -- AC_MSG_RESULT(no) --]) -- --dnl ================================================================= - dnl Solaris specific - dnl FIXME: Not tested on Solaris yet... - dnl ISFIXED: Have tested it on Solaris, but there are other ways to diff --git a/www/privoxy+ipv6/pkg-descr b/www/privoxy+ipv6/pkg-descr deleted file mode 100644 index c99bb36d48ac..000000000000 --- a/www/privoxy+ipv6/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Privoxy is a web proxy with advanced filtering capabilities for protecting -privacy, filtering web page content, managing cookies, controlling access, -and removing ads, banners, pop-ups and other obnoxious Internet junk. -Privoxy has a very flexible configuration and can be customized to suit -individual needs and tastes. Privoxy has application for both stand-alone -systems and multi-user networks. - -WWW: http://www.privoxy.org/ diff --git a/www/privoxy+ipv6/pkg-message.in b/www/privoxy+ipv6/pkg-message.in deleted file mode 100644 index 7b127e5e7aa3..000000000000 --- a/www/privoxy+ipv6/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -*********************************************************** -** Before running privoxy you must modify the file ** -** %%PREFIX%%/etc/privoxy/config ** -** ** -** Start privoxy with: ** -** %%PREFIX%%/sbin/privoxy %%PREFIX%%/etc/privoxy/config ** -** ** -** For documentation see: ** -** %%PREFIX%%/share/doc/privoxy-manual or 'man privoxy' ** -*********************************************************** diff --git a/www/privoxy+ipv6/pkg-plist b/www/privoxy+ipv6/pkg-plist deleted file mode 100644 index 8ba4d147f950..000000000000 --- a/www/privoxy+ipv6/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -sbin/privoxy -etc/privoxy/config -etc/privoxy/default.action -etc/privoxy/default.filter -etc/privoxy/trust -etc/privoxy/templates/blocked -etc/privoxy/templates/cgi-error-404 -etc/privoxy/templates/cgi-error-bad-param -etc/privoxy/templates/cgi-error-disabled -etc/privoxy/templates/cgi-error-file -etc/privoxy/templates/cgi-error-file-read-only -etc/privoxy/templates/cgi-error-modified -etc/privoxy/templates/cgi-error-parse -etc/privoxy/templates/cgi-style.css -etc/privoxy/templates/connect-failed -etc/privoxy/templates/default -etc/privoxy/templates/edit-actions-add-url-form -etc/privoxy/templates/edit-actions-for-url -etc/privoxy/templates/edit-actions-for-url-filter -etc/privoxy/templates/edit-actions-list -etc/privoxy/templates/edit-actions-list-button -etc/privoxy/templates/edit-actions-list-section -etc/privoxy/templates/edit-actions-list-url -etc/privoxy/templates/edit-actions-remove-url-form -etc/privoxy/templates/edit-actions-url-form -etc/privoxy/templates/mod-local-help -etc/privoxy/templates/mod-support-and-service -etc/privoxy/templates/mod-title -etc/privoxy/templates/mod-unstable-warning -etc/privoxy/templates/no-such-domain -etc/privoxy/templates/show-request -etc/privoxy/templates/show-status -etc/privoxy/templates/show-status-file -etc/privoxy/templates/show-url-info -etc/privoxy/templates/show-version -etc/privoxy/templates/toggle -etc/privoxy/templates/toggle-mini -etc/privoxy/templates/untrusted -%%PORTDOCS%%share/doc/privoxy-manual/actions-file.html -%%PORTDOCS%%share/doc/privoxy-manual/configuration.html -%%PORTDOCS%%share/doc/privoxy-manual/filter-file.html -%%PORTDOCS%%share/doc/privoxy-manual/introduction.html -%%PORTDOCS%%share/doc/privoxy-manual/startup.html -%%PORTDOCS%%share/doc/privoxy-manual/appendix.html -%%PORTDOCS%%share/doc/privoxy-manual/contact.html -%%PORTDOCS%%share/doc/privoxy-manual/index.html -%%PORTDOCS%%share/doc/privoxy-manual/quickstart.html -%%PORTDOCS%%share/doc/privoxy-manual/templates.html -%%PORTDOCS%%share/doc/privoxy-manual/config.html -%%PORTDOCS%%share/doc/privoxy-manual/copyright.html -%%PORTDOCS%%share/doc/privoxy-manual/installation.html -%%PORTDOCS%%share/doc/privoxy-manual/seealso.html -%%PORTDOCS%%share/doc/privoxy-manual/upgradersnote.html -%%PORTDOCS%%@dirrm share/doc/privoxy-manual -@dirrm etc/privoxy/templates -@dirrm etc/privoxy diff --git a/www/rt3/Makefile b/www/rt3/Makefile deleted file mode 100644 index 33233b5eb827..000000000000 --- a/www/rt3/Makefile +++ /dev/null @@ -1,160 +0,0 @@ -# New ports collection makefile for: RT2 -# Date created: 12 Auguest 2002 -# Whom: plasma -# -# $FreeBSD$ -# - -PORTNAME= rt2 -PORTVERSION= 2.0.15 -CATEGORIES= www -MASTER_SITES= http://www.fsck.com/pub/rt/release/ -DISTNAME= rt-${PORTVERSION:S/./-/g} - -MAINTAINER= plasmaball@pchome.com.tw -COMMENT= RT is an industrial-grade ticketing system written in Perl - -BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \ - ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ - ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/DBIx/DataSource.pm:${PORTSDIR}/databases/p5-DBIx-DataSource \ - ${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ - ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ - ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ - ${SITE_PERL}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper \ - ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ - ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp - -WRKSRC= ${WRKDIR}/rt-${RT_VERSION} -RT_VERSION= ${PORTVERSION:C/\./-/g} -DB_TYPE?= mysql - -.if ${DB_TYPE} == "Pg" -BUILD_DEPENDS+= ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7 \ - ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.else -DB_TYPE= mysql -BUILD_DEPENDS+= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server -.endif - -RUN_DEPENDS= ${BUILD_DEPENDS} - -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_REINPLACE= yes -USE_PERL5= yes - -RT_PATH?= ${PREFIX}/rt2 -DB_DBA_PASSWORDD?= -DB_HOST?= localhost -DB_RT_PASS= rt_pass - -MAN3= RT::Links.3 \ - RT::Watchers.3 \ - RT::Group.3 \ - RT::Keyword.3 \ - RT::Record.3 \ - RT::ScripConditions.3 \ - RT::Action::Generic.3 \ - RT::Transaction.3 \ - RT::Interface::Email.3 \ - RT::Link.3 \ - RT.3 \ - RT::Watcher.3 \ - RT::ObjectKeywords.3 \ - RT::EasySearch.3 \ - RT::ScripActions.3 \ - RT::Scrip.3 \ - RT::GroupMembers.3 \ - RT::Action::SendPasswordEmail.3 \ - RT::Transactions.3 \ - RT::Scrips.3 \ - RT::Action::SendEmail.3 \ - RT::User.3 \ - RT::ScripCondition.3 \ - RT::Users.3 \ - RT::Ticket.3 \ - RT::ACE.3 \ - RT::Queue.3 \ - RT::Interface::CLI.3 \ - RT::Tickets.3 \ - RT::GroupMember.3 \ - RT::Template.3 \ - RT::Templates.3 \ - RT::Queues.3 \ - RT::Date.3 \ - RT::CurrentUser.3 \ - RT::ScripAction.3 \ - RT::Keywords.3 \ - RT::ObjectKeyword.3 \ - RT::Attachment.3 \ - RT::Groups.3 \ - RT::KeywordSelect.3 \ - RT::Condition::Generic.3 \ - RT::Handle.3 \ - RT::ACL.3 \ - RT::Attachments.3 - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " DB_DBA_PASSWORD=password Your password of MySQL root ();" - @${ECHO} " DB_HOST=hostname Where MySQL resident (localhost);" - @${ECHO} " DB_RT_PASS=password Your password of MySQL RT user (rt_pass);" - @${ECHO} " DB_TYPE=type Pg for postgresql, mysql for MySQL (mysql);" - @${ECHO} " INSTALL_NEW Install a fresh port, otherwise just upgrade;" - @${ECHO} "" - @${ECHO} "IMPORTANT!!! If you want to install a fresh new port, define INSTALL_NEW to do so, otherwise this port just do a upgrade." - @${ECHO} "" - -post-patch: -.for _FILE in tools/testdeps - ${REINPLACE_CMD} 's,/usr/bin/perl,${PERL},' ${WRKSRC}/${_FILE} - ${CHMOD} +x ${WRKSRC}/${_FILE} -.endfor - -do-build: -.for _NAME in RT_PATH DB_DBA_PASSWORD DB_HOST DB_RT_PASS DB_TYPE - @${REINPLACE_CMD} "s!%%${_NAME}%%!${${_NAME}}!g" ${WRKSRC}/Makefile -.endfor - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile testdeps - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile fixdeps - -do-install: - @${MKDIR} /var/log/rt2 -.if defined(INSTALL_NEW) - -@cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile dropdb - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile install -.else - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile upgrade -.endif - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/rt2/README - @${CHOWN} -R www /var/log/rt2 - -post-install: - @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -.include <bsd.port.post.mk> diff --git a/www/rt3/distinfo b/www/rt3/distinfo deleted file mode 100644 index e1ffedff9520..000000000000 --- a/www/rt3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rt-2-0-15.tar.gz) = 7e6762d5091ea5919504eaa754f4612e diff --git a/www/rt3/files/patch-Makefile b/www/rt3/files/patch-Makefile deleted file mode 100644 index 5244bea5a9b9..000000000000 --- a/www/rt3/files/patch-Makefile +++ /dev/null @@ -1,138 +0,0 @@ ---- Makefile.orig Fri Oct 4 11:48:46 2002 -+++ Makefile Wed Feb 12 03:13:22 2003 -@@ -2,7 +2,7 @@ - # RT is Copyright 1996-2002 Jesse Vincent <jesse@bestpractical.com> - # It is distributed under the terms of the GNU General Public License, version 2 - --PERL = /usr/bin/perl -+#PERL = /usr/bin/perl - - RT_VERSION_MAJOR = 2 - RT_VERSION_MINOR = 0 -@@ -15,7 +15,7 @@ - BRANCH = HEAD - - # This is the group that all of the installed files will be chgrp'ed to. --RTGROUP = rt -+RTGROUP = www - - - # User which should own rt binaries. -@@ -40,7 +40,7 @@ - # RT_PATH is the name of the directory you want make to install RT in - # RT must be installed in its own directory (don't set this to /usr/local) - --RT_PATH = /opt/rt2 -+RT_PATH = %%RT_PATH%% - - # The rest of these paths are all configurable, but you probably don't want to - # put them elsewhere -@@ -49,7 +49,7 @@ - RT_ETC_PATH = $(RT_PATH)/etc - RT_CONFIG_PATH = $(RT_ETC_PATH) - RT_BIN_PATH = $(RT_PATH)/bin --RT_MAN_PATH = $(RT_PATH)/man -+RT_MAN_PATH = /usr/local/man - MASON_HTML_PATH = $(RT_PATH)/WebRT/html - - -@@ -63,7 +63,7 @@ - MASON_DATA_PATH = $(RT_PATH)/WebRT/data - MASON_SESSION_PATH = $(RT_PATH)/WebRT/sessiondata - --RT_LOG_PATH = /tmp -+RT_LOG_PATH = /var/log/rt2 - - # RT_READABLE_DIR_MODE is the mode of directories that are generally meant - # to be accessable -@@ -101,13 +101,13 @@ - # "Pg" is known to work - # "Oracle" is in the early stages of working. - --DB_TYPE = mysql -+DB_TYPE = %%DB_TYPE%% - - # DB_HOME is where the Database's commandline tools live. $DB_HOME/bin - # should contain the binaries themselves, e.g. if "which mysql" gives - # "/usr/local/mysql/bin/mysql", $DB_HOME should be "/usr/local/mysql" - --DB_HOME = /usr -+DB_HOME = /usr/local - - # Set DBA to the name of a unix account with the proper permissions and - # environment to run your commandline SQL tools -@@ -121,14 +121,14 @@ - # For oracle, you want 'system' - - DB_DBA = root --DB_DBA_PASSWORD = -- -+DB_DBA_PASSWORD = %%DB_DBA_PASSWORD%% -+ - # - # Set this to the Fully Qualified Domain Name of your database server. - # If the database is local, rather than on a remote host, using "localhost" - # will greatly enhance performance. - --DB_HOST = localhost -+DB_HOST = %%DB_HOST%% - - # If you're not running your database server on its default port, - # specifiy the port the database server is running on below. -@@ -144,7 +144,7 @@ - # to grant those database rights by hand. - # - --DB_RT_HOST = localhost -+DB_RT_HOST = %%DB_HOST%% - - # set this to the name you want to give to the RT database in - # your database server. For Oracle, this should be the name of your sid -@@ -158,7 +158,7 @@ - # Set this to the password used by the rt database user - # *** Change This Before Installation*** - --DB_RT_PASS = rt_pass -+DB_RT_PASS = %%DB_RT_PASS%% - - # }}} - -@@ -168,7 +168,7 @@ - # objectcode - - WEB_USER = www --WEB_GROUP = rt -+WEB_GROUP = www - - # }}} - -@@ -312,7 +312,7 @@ - - - genschema: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' generate -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' generate - - - initialize.Pg: createdb initdb.dba acls -@@ -334,16 +334,16 @@ - - - dropdb: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' drop -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' drop - - - createdb: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' create -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' create - initdb.dba: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' insert -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' insert - - initdb.rtuser: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_RT_USER)' '$(DB_DATABASE)' insert -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_RT_USER)' '$(DB_DATABASE)' '$(DB_RT_PASS)' insert - - - diff --git a/www/rt3/files/patch-bin-initacls.mysql b/www/rt3/files/patch-bin-initacls.mysql deleted file mode 100644 index 42837f974cb5..000000000000 --- a/www/rt3/files/patch-bin-initacls.mysql +++ /dev/null @@ -1,12 +0,0 @@ ---- bin/initacls.mysql Wed Nov 7 07:04:00 2001 -+++ bin/initacls.mysql Thu Aug 15 18:01:14 2002 -@@ -14,7 +14,7 @@ - export PATH - - echo "Enter the mysql administrator's database password to create a new user for RT" --$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} mysql < $DATABASEACLS -+$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} --password=${DBAPASSWD} mysql < $DATABASEACLS - - echo "Enter the mysql administrator's database password to nondestructively reload the database" --$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} reload -+$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} --password=${DBAPASSWD} reload diff --git a/www/rt3/files/patch-tools-initdb b/www/rt3/files/patch-tools-initdb deleted file mode 100644 index 1ee6462ed640..000000000000 --- a/www/rt3/files/patch-tools-initdb +++ /dev/null @@ -1,29 +0,0 @@ ---- tools/initdb Wed Nov 7 07:06:06 2001 -+++ tools/initdb Thu Aug 15 17:17:19 2002 -@@ -17,7 +17,7 @@ - $SCHEMA_DIR ="etc"; - $SCHEMA_FILE = "$SCHEMA_DIR/schema.pm"; #hmm - --($DB_TYPE, $DB_HOME, $DB_HOST, $DB_PORT, $DB_DBA, $DB_DATABASE, $ACTION) = @ARGV; -+($DB_TYPE, $DB_HOME, $DB_HOST, $DB_PORT, $DB_DBA, $DB_DATABASE, $DB_DBA_PASSWORD, $ACTION) = @ARGV; - - - if ($DEBUG) { -@@ -71,6 +71,8 @@ - # {{{ sub prompt_for_dba_password - - sub prompt_for_dba_password { -+ return if defined $DB_DBA_PASSWORD; -+ - print "Enter the $DB_TYPE password for $DB_DBA: "; - - system "stty -echo"; -@@ -107,7 +109,7 @@ - If you have an existing RT 2.x installation, this will destroy all your data. - i - END -- exit unless _yesno(); -+ # exit unless _yesno(); - - } - diff --git a/www/rt3/files/patch-tools-testdeps b/www/rt3/files/patch-tools-testdeps deleted file mode 100644 index b4e392a23cec..000000000000 --- a/www/rt3/files/patch-tools-testdeps +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/testdeps Thu Feb 28 14:38:10 2002 -+++ tools/testdeps Thu Aug 15 16:43:45 2002 -@@ -107,7 +107,11 @@ - $module = "DBD::mysql::Install" if ($module =~ /DBD::mysql/); - - print "Installing with CPAN..."; -- CPAN::install($module); -+ require CPAN::FirstTime; # shut up configuration -+ no strict 'refs'; -+ local $^W; -+ *{'ExtUtils::MakeMaker::prompt'} = sub ($;$) { '' }; -+ CPAN::force('install', $module); - } - print "\n"; - exit(1) if ($mode =~ /-q/); diff --git a/www/rt3/pkg-descr b/www/rt3/pkg-descr deleted file mode 100644 index 743d89a4bec0..000000000000 --- a/www/rt3/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -RT is an industrial-grade ticketing system. It lets a group of people -intelligently and efficiently manage requests submitted by a community -of users. RT is used by systems administrators, customer support -staffs, NOCs, developers and even marketing departments at over a -thousand sites around the world. - -WWW: http://www.bestpractical.com/rt/ diff --git a/www/rt3/pkg-message b/www/rt3/pkg-message deleted file mode 100644 index 8d1b6429f69c..000000000000 --- a/www/rt3/pkg-message +++ /dev/null @@ -1,18 +0,0 @@ -=============================================================== - -To complete the installation of this port, you have to do the -following things: - -1. Run %%PREFIX%%/rt2/etc/insertdata <last_version_of_rt> if you're - upgrading from an older version. -2. Edit %%PREFIX%%/rt2/etc/config.pm -3. Configure the email and web gateways. Please refer to 'SETTING UP - THE MAIL GATEWAY' in %%PREFIX%%/rt2/README -4. Restart Apache. -5. Do remember to *CHANGE* the root's password for the web interface. - The default is "password" (without the quotes.) -6. Configure RT per the instructions at http://www.fsck.com/rtfm/. - -NOTE: Please remember to use a statically compiled mod_perl, - and configure mod_fastcgi for a faster rt2. -================================================================ diff --git a/www/rt3/pkg-plist b/www/rt3/pkg-plist deleted file mode 100644 index 2447c26c7025..000000000000 --- a/www/rt3/pkg-plist +++ /dev/null @@ -1,365 +0,0 @@ -rt2/bin/webmux.pl -rt2/bin/rt-mailgate -rt2/bin/rtadmin -rt2/bin/rt -rt2/bin/mason_handler.fcgi -rt2/bin/mason_handler.scgi -rt2/WebRT/html/Ticket/Attachment/CVS/Root -rt2/WebRT/html/Ticket/Attachment/CVS/Repository -rt2/WebRT/html/Ticket/Attachment/CVS/Entries -rt2/WebRT/html/Ticket/Attachment/CVS/Tag -rt2/WebRT/html/Ticket/Attachment/dhandler -rt2/WebRT/html/Ticket/CVS/Root -rt2/WebRT/html/Ticket/CVS/Repository -rt2/WebRT/html/Ticket/CVS/Entries -rt2/WebRT/html/Ticket/CVS/Tag -rt2/WebRT/html/Ticket/Elements/CVS/Root -rt2/WebRT/html/Ticket/Elements/CVS/Repository -rt2/WebRT/html/Ticket/Elements/CVS/Entries -rt2/WebRT/html/Ticket/Elements/CVS/Tag -rt2/WebRT/html/Ticket/Elements/AddWatchers -rt2/WebRT/html/Ticket/Elements/EditBasics -rt2/WebRT/html/Ticket/Elements/EditDates -rt2/WebRT/html/Ticket/Elements/EditKeywordSelects -rt2/WebRT/html/Ticket/Elements/EditLinks -rt2/WebRT/html/Ticket/Elements/EditPeople -rt2/WebRT/html/Ticket/Elements/EditWatchers -rt2/WebRT/html/Ticket/Elements/ShowBasics -rt2/WebRT/html/Ticket/Elements/ShowDates -rt2/WebRT/html/Ticket/Elements/ShowDependencies -rt2/WebRT/html/Ticket/Elements/ShowHistory -rt2/WebRT/html/Ticket/Elements/ShowKeywordSelects -rt2/WebRT/html/Ticket/Elements/ShowLinks -rt2/WebRT/html/Ticket/Elements/ShowMemberOf -rt2/WebRT/html/Ticket/Elements/ShowMembers -rt2/WebRT/html/Ticket/Elements/ShowPeople -rt2/WebRT/html/Ticket/Elements/ShowReferences -rt2/WebRT/html/Ticket/Elements/ShowRequestor -rt2/WebRT/html/Ticket/Elements/ShowSummary -rt2/WebRT/html/Ticket/Elements/ShowTransaction -rt2/WebRT/html/Ticket/Elements/Tabs -rt2/WebRT/html/Ticket/Elements/ToolBar -rt2/WebRT/html/Ticket/Create.html -rt2/WebRT/html/Ticket/Modify.html -rt2/WebRT/html/Ticket/ModifyAll.html -rt2/WebRT/html/Ticket/ModifyDates.html -rt2/WebRT/html/Ticket/ModifyLinks.html -rt2/WebRT/html/Ticket/ModifyPeople.html -rt2/WebRT/html/Ticket/Update.html -rt2/WebRT/html/Ticket/Display.html -rt2/WebRT/html/Ticket/History.html -rt2/WebRT/html/CVS/Root -rt2/WebRT/html/CVS/Repository -rt2/WebRT/html/CVS/Entries -rt2/WebRT/html/CVS/Tag -rt2/WebRT/html/User/CVS/Root -rt2/WebRT/html/User/CVS/Repository -rt2/WebRT/html/User/CVS/Entries -rt2/WebRT/html/User/CVS/Tag -rt2/WebRT/html/User/Prefs.html -rt2/WebRT/html/Elements/CVS/Root -rt2/WebRT/html/Elements/CVS/Repository -rt2/WebRT/html/Elements/CVS/Entries -rt2/WebRT/html/Elements/CVS/Tag -rt2/WebRT/html/Elements/Checkbox -rt2/WebRT/html/Elements/CreateTicket -rt2/WebRT/html/Elements/CustomHomepageHeader -rt2/WebRT/html/Elements/Error -rt2/WebRT/html/Elements/Footer -rt2/WebRT/html/Elements/GotoTicket -rt2/WebRT/html/Elements/Header -rt2/WebRT/html/Elements/ListActions -rt2/WebRT/html/Elements/Login -rt2/WebRT/html/Elements/MessageBox -rt2/WebRT/html/Elements/MyRequests -rt2/WebRT/html/Elements/MyTickets -rt2/WebRT/html/Elements/Quicksearch -rt2/WebRT/html/Elements/Refresh -rt2/WebRT/html/Elements/Section -rt2/WebRT/html/Elements/SelectBoolean -rt2/WebRT/html/Elements/SelectDate -rt2/WebRT/html/Elements/SelectDateRelation -rt2/WebRT/html/Elements/SelectDateType -rt2/WebRT/html/Elements/SelectEqualityOperator -rt2/WebRT/html/Elements/SelectKeyword -rt2/WebRT/html/Elements/SelectKeywordOptions -rt2/WebRT/html/Elements/SelectLinkType -rt2/WebRT/html/Elements/SelectMatch -rt2/WebRT/html/Elements/SelectNewTicketQueue -rt2/WebRT/html/Elements/SelectOwner -rt2/WebRT/html/Elements/SelectQueue -rt2/WebRT/html/Elements/SelectResultsPerPage -rt2/WebRT/html/Elements/SelectSortOrder -rt2/WebRT/html/Elements/SelectStatus -rt2/WebRT/html/Elements/SelectTicketSortBy -rt2/WebRT/html/Elements/SelectUsers -rt2/WebRT/html/Elements/SelectWatcherType -rt2/WebRT/html/Elements/ShadedBox -rt2/WebRT/html/Elements/Submit -rt2/WebRT/html/Elements/Tabs -rt2/WebRT/html/Elements/TitleBoxEnd -rt2/WebRT/html/Elements/TitleBoxStart -rt2/WebRT/html/Elements/ViewUser -rt2/WebRT/html/Elements/dayMenu -rt2/WebRT/html/Elements/monthMenu -rt2/WebRT/html/Elements/yearMenu -rt2/WebRT/html/SelfService/Attachment/CVS/Root -rt2/WebRT/html/SelfService/Attachment/CVS/Repository -rt2/WebRT/html/SelfService/Attachment/CVS/Entries -rt2/WebRT/html/SelfService/Attachment/CVS/Tag -rt2/WebRT/html/SelfService/Attachment/dhandler -rt2/WebRT/html/SelfService/CVS/Root -rt2/WebRT/html/SelfService/CVS/Repository -rt2/WebRT/html/SelfService/CVS/Entries -rt2/WebRT/html/SelfService/CVS/Tag -rt2/WebRT/html/SelfService/Elements/CVS/Root -rt2/WebRT/html/SelfService/Elements/CVS/Repository -rt2/WebRT/html/SelfService/Elements/CVS/Entries -rt2/WebRT/html/SelfService/Elements/CVS/Tag -rt2/WebRT/html/SelfService/Elements/GotoTicket -rt2/WebRT/html/SelfService/Elements/Header -rt2/WebRT/html/SelfService/Elements/MyRequests -rt2/WebRT/html/SelfService/Elements/Tabs -rt2/WebRT/html/SelfService/Update.html -rt2/WebRT/html/SelfService/Error.html -rt2/WebRT/html/SelfService/Prefs.html -rt2/WebRT/html/SelfService/Display.html -rt2/WebRT/html/SelfService/index.html -rt2/WebRT/html/SelfService/Create.html -rt2/WebRT/html/SelfService/Closed.html -rt2/WebRT/html/Search/CVS/Root -rt2/WebRT/html/Search/CVS/Repository -rt2/WebRT/html/Search/CVS/Entries -rt2/WebRT/html/Search/CVS/Tag -rt2/WebRT/html/Search/Bulk.html -rt2/WebRT/html/Search/Listing.html -rt2/WebRT/html/Search/PickRestriction -rt2/WebRT/html/Search/RestrictSearch.html -rt2/WebRT/html/Search/TicketCell -rt2/WebRT/html/NoAuth/CVS/Root -rt2/WebRT/html/NoAuth/CVS/Repository -rt2/WebRT/html/NoAuth/CVS/Entries -rt2/WebRT/html/NoAuth/CVS/Tag -rt2/WebRT/html/NoAuth/images/CVS/Root -rt2/WebRT/html/NoAuth/images/CVS/Repository -rt2/WebRT/html/NoAuth/images/CVS/Entries -rt2/WebRT/html/NoAuth/images/CVS/Tag -rt2/WebRT/html/NoAuth/images/rt.jpg -rt2/WebRT/html/NoAuth/images/spacer.gif -rt2/WebRT/html/NoAuth/Logout.html -rt2/WebRT/html/NoAuth/Reminder.html -rt2/WebRT/html/NoAuth/webrt.css -rt2/WebRT/html/Admin/Global/CVS/Root -rt2/WebRT/html/Admin/Global/CVS/Repository -rt2/WebRT/html/Admin/Global/CVS/Entries -rt2/WebRT/html/Admin/Global/CVS/Tag -rt2/WebRT/html/Admin/Global/GroupRights.html -rt2/WebRT/html/Admin/Global/Keywords.html -rt2/WebRT/html/Admin/Global/Scrips.html -rt2/WebRT/html/Admin/Global/Template.html -rt2/WebRT/html/Admin/Global/Templates.html -rt2/WebRT/html/Admin/Global/UserRights.html -rt2/WebRT/html/Admin/Global/index.html -rt2/WebRT/html/Admin/Users/CVS/Root -rt2/WebRT/html/Admin/Users/CVS/Repository -rt2/WebRT/html/Admin/Users/CVS/Entries -rt2/WebRT/html/Admin/Users/CVS/Tag -rt2/WebRT/html/Admin/Users/Modify.html -rt2/WebRT/html/Admin/Users/Prefs.html -rt2/WebRT/html/Admin/Users/Rights.html -rt2/WebRT/html/Admin/Users/index.html -rt2/WebRT/html/Admin/Elements/CVS/Root -rt2/WebRT/html/Admin/Elements/CVS/Repository -rt2/WebRT/html/Admin/Elements/CVS/Entries -rt2/WebRT/html/Admin/Elements/CVS/Tag -rt2/WebRT/html/Admin/Elements/CreateQueueCalled -rt2/WebRT/html/Admin/Elements/CreateUserCalled -rt2/WebRT/html/Admin/Elements/EditUserComments -rt2/WebRT/html/Admin/Elements/GrantQueueRightsTo -rt2/WebRT/html/Admin/Elements/GroupTabs -rt2/WebRT/html/Admin/Elements/Header -rt2/WebRT/html/Admin/Elements/ListGlobalKeywordSelects -rt2/WebRT/html/Admin/Elements/ListGlobalScrips -rt2/WebRT/html/Admin/Elements/ModifyKeyword -rt2/WebRT/html/Admin/Elements/ModifyKeywordSelect -rt2/WebRT/html/Admin/Elements/ModifyQueue -rt2/WebRT/html/Admin/Elements/ModifyTemplate -rt2/WebRT/html/Admin/Elements/ModifyUser -rt2/WebRT/html/Admin/Elements/QueueRightsForUser -rt2/WebRT/html/Admin/Elements/QueueTabs -rt2/WebRT/html/Admin/Elements/SelectKeywordSelect -rt2/WebRT/html/Admin/Elements/SelectModifyGroup -rt2/WebRT/html/Admin/Elements/SelectModifyKeyword -rt2/WebRT/html/Admin/Elements/Tabs -rt2/WebRT/html/Admin/Elements/SelectModifyKeywordSelect -rt2/WebRT/html/Admin/Elements/SelectModifyQueue -rt2/WebRT/html/Admin/Elements/SelectModifyUser -rt2/WebRT/html/Admin/Elements/SelectQueueRights -rt2/WebRT/html/Admin/Elements/SelectRights -rt2/WebRT/html/Admin/Elements/SelectScrip -rt2/WebRT/html/Admin/Elements/SelectScripAction -rt2/WebRT/html/Admin/Elements/SelectScripCondition -rt2/WebRT/html/Admin/Elements/SelectSingleOrMultiple -rt2/WebRT/html/Admin/Elements/SelectTemplate -rt2/WebRT/html/Admin/Elements/SelectUsers -rt2/WebRT/html/Admin/Elements/SystemTabs -rt2/WebRT/html/Admin/Elements/UserTabs -rt2/WebRT/html/Admin/Queues/CVS/Root -rt2/WebRT/html/Admin/Queues/CVS/Repository -rt2/WebRT/html/Admin/Queues/CVS/Entries -rt2/WebRT/html/Admin/Queues/CVS/Tag -rt2/WebRT/html/Admin/Queues/Create.html -rt2/WebRT/html/Admin/Queues/GroupRights.html -rt2/WebRT/html/Admin/Queues/Keywords.html -rt2/WebRT/html/Admin/Queues/Modify.html -rt2/WebRT/html/Admin/Queues/People.html -rt2/WebRT/html/Admin/Queues/Scrips.html -rt2/WebRT/html/Admin/Queues/Template.html -rt2/WebRT/html/Admin/Queues/Templates.html -rt2/WebRT/html/Admin/Queues/UserRights.html -rt2/WebRT/html/Admin/Queues/index.html -rt2/WebRT/html/Admin/CVS/Root -rt2/WebRT/html/Admin/CVS/Repository -rt2/WebRT/html/Admin/CVS/Entries -rt2/WebRT/html/Admin/CVS/Tag -rt2/WebRT/html/Admin/KeywordSelects/CVS/Root -rt2/WebRT/html/Admin/KeywordSelects/CVS/Repository -rt2/WebRT/html/Admin/KeywordSelects/CVS/Entries -rt2/WebRT/html/Admin/KeywordSelects/CVS/Tag -rt2/WebRT/html/Admin/KeywordSelects/Modify.html -rt2/WebRT/html/Admin/KeywordSelects/index.html -rt2/WebRT/html/Admin/Keywords/CVS/Root -rt2/WebRT/html/Admin/Keywords/CVS/Repository -rt2/WebRT/html/Admin/Keywords/CVS/Entries -rt2/WebRT/html/Admin/Keywords/CVS/Tag -rt2/WebRT/html/Admin/Keywords/Modify.html -rt2/WebRT/html/Admin/Keywords/index.html -rt2/WebRT/html/Admin/Groups/CVS/Root -rt2/WebRT/html/Admin/Groups/CVS/Repository -rt2/WebRT/html/Admin/Groups/CVS/Entries -rt2/WebRT/html/Admin/Groups/CVS/Tag -rt2/WebRT/html/Admin/Groups/Members.html -rt2/WebRT/html/Admin/Groups/Modify.html -rt2/WebRT/html/Admin/Groups/Rights.html -rt2/WebRT/html/Admin/Groups/index.html -rt2/WebRT/html/Admin/index.html -rt2/WebRT/html/autohandler -rt2/WebRT/html/index.html -rt2/etc/config.pm -rt2/etc/insertdata -rt2/lib/RT.pm -rt2/lib/RT/KeywordSelects.pm -rt2/lib/RT/Links.pm -rt2/lib/RT/Watchers.pm -rt2/lib/RT/Group.pm -rt2/lib/RT/Keyword.pm -rt2/lib/RT/Record.pm -rt2/lib/RT/ScripConditions.pm -rt2/lib/RT/Transaction.pm -rt2/lib/RT/TestHarness.pm -rt2/lib/RT/Link.pm -rt2/lib/RT/Watcher.pm -rt2/lib/RT/ObjectKeywords.pm -rt2/lib/RT/EasySearch.pm -rt2/lib/RT/ScripActions.pm -rt2/lib/RT/Scrip.pm -rt2/lib/RT/GroupMembers.pm -rt2/lib/RT/Transactions.pm -rt2/lib/RT/Scrips.pm -rt2/lib/RT/User.pm -rt2/lib/RT/ScripCondition.pm -rt2/lib/RT/Users.pm -rt2/lib/RT/Ticket.pm -rt2/lib/RT/ACE.pm -rt2/lib/RT/Queue.pm -rt2/lib/RT/Tickets.pm -rt2/lib/RT/Template.pm -rt2/lib/RT/GroupMember.pm -rt2/lib/RT/Templates.pm -rt2/lib/RT/Queues.pm -rt2/lib/RT/Date.pm -rt2/lib/RT/CurrentUser.pm -rt2/lib/RT/ScripAction.pm -rt2/lib/RT/Keywords.pm -rt2/lib/RT/ObjectKeyword.pm -rt2/lib/RT/Attachment.pm -rt2/lib/RT/Groups.pm -rt2/lib/RT/KeywordSelect.pm -rt2/lib/RT/Handle.pm -rt2/lib/RT/ACL.pm -rt2/lib/RT/Attachments.pm -rt2/lib/RT/Interface/Email.pm -rt2/lib/RT/Interface/CLI.pm -rt2/lib/RT/Interface/Web.pm -rt2/lib/RT/Condition/NewDependency.pm -rt2/lib/RT/Condition/StatusChange.pm -rt2/lib/RT/Condition/AnyTransaction.pm -rt2/lib/RT/Condition/Generic.pm -rt2/lib/RT/Action/Generic.pm -rt2/lib/RT/Action/OpenDependent.pm -rt2/lib/RT/Action/StallDependent.pm -rt2/lib/RT/Action/SendPasswordEmail.pm -rt2/lib/RT/Action/Notify.pm -rt2/lib/RT/Action/SendEmail.pm -rt2/lib/RT/Action/README.hackers -rt2/lib/RT/Action/ResolveMembers.pm -rt2/lib/RT/Action/NotifyAsComment.pm -rt2/lib/RT/Action/Autoreply.pm -rt2/lib/auto/RT/.packlist -rt2/README -@dirrm rt2/local/WebRT/html -@dirrm rt2/local/WebRT -@dirrm rt2/local -@dirrm rt2/lib/auto/RT -@dirrm rt2/lib/auto -@dirrm rt2/lib/RT/Interface -@dirrm rt2/lib/RT/Condition -@dirrm rt2/lib/RT/Action -@dirrm rt2/lib/RT -@dirrm rt2/lib -@dirrm rt2/etc -@dirrm rt2/bin -@dirrm rt2/WebRT/sessiondata -@dirrm rt2/WebRT/html/User/CVS -@dirrm rt2/WebRT/html/User -@dirrm rt2/WebRT/html/Ticket/Elements/CVS -@dirrm rt2/WebRT/html/Ticket/Elements -@dirrm rt2/WebRT/html/Ticket/CVS -@dirrm rt2/WebRT/html/Ticket/Attachment/CVS -@dirrm rt2/WebRT/html/Ticket/Attachment -@dirrm rt2/WebRT/html/Ticket -@dirrm rt2/WebRT/html/SelfService/Elements/CVS -@dirrm rt2/WebRT/html/SelfService/Elements -@dirrm rt2/WebRT/html/SelfService/CVS -@dirrm rt2/WebRT/html/SelfService/Attachment/CVS -@dirrm rt2/WebRT/html/SelfService/Attachment -@dirrm rt2/WebRT/html/SelfService -@dirrm rt2/WebRT/html/Search/CVS -@dirrm rt2/WebRT/html/Search -@dirrm rt2/WebRT/html/NoAuth/images/CVS -@dirrm rt2/WebRT/html/NoAuth/images -@dirrm rt2/WebRT/html/NoAuth/CVS -@dirrm rt2/WebRT/html/NoAuth -@dirrm rt2/WebRT/html/Elements/CVS -@dirrm rt2/WebRT/html/Elements -@dirrm rt2/WebRT/html/CVS -@dirrm rt2/WebRT/html/Admin/Users/CVS -@dirrm rt2/WebRT/html/Admin/Users -@dirrm rt2/WebRT/html/Admin/Queues/CVS -@dirrm rt2/WebRT/html/Admin/Queues -@dirrm rt2/WebRT/html/Admin/Keywords/CVS -@dirrm rt2/WebRT/html/Admin/Keywords -@dirrm rt2/WebRT/html/Admin/KeywordSelects/CVS -@dirrm rt2/WebRT/html/Admin/KeywordSelects -@dirrm rt2/WebRT/html/Admin/Groups/CVS -@dirrm rt2/WebRT/html/Admin/Groups -@dirrm rt2/WebRT/html/Admin/Global/CVS -@dirrm rt2/WebRT/html/Admin/Global -@dirrm rt2/WebRT/html/Admin/Elements/CVS -@dirrm rt2/WebRT/html/Admin/Elements -@dirrm rt2/WebRT/html/Admin/CVS -@dirrm rt2/WebRT/html/Admin -@dirrm rt2/WebRT/html -@dirrm rt2/WebRT/data -@dirrm rt2/WebRT -@unexec rmdir %D/rt2 2>/dev/null || true diff --git a/www/rt32/Makefile b/www/rt32/Makefile deleted file mode 100644 index 33233b5eb827..000000000000 --- a/www/rt32/Makefile +++ /dev/null @@ -1,160 +0,0 @@ -# New ports collection makefile for: RT2 -# Date created: 12 Auguest 2002 -# Whom: plasma -# -# $FreeBSD$ -# - -PORTNAME= rt2 -PORTVERSION= 2.0.15 -CATEGORIES= www -MASTER_SITES= http://www.fsck.com/pub/rt/release/ -DISTNAME= rt-${PORTVERSION:S/./-/g} - -MAINTAINER= plasmaball@pchome.com.tw -COMMENT= RT is an industrial-grade ticketing system written in Perl - -BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \ - ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ - ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/DBIx/DataSource.pm:${PORTSDIR}/databases/p5-DBIx-DataSource \ - ${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ - ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ - ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ - ${SITE_PERL}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper \ - ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ - ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp - -WRKSRC= ${WRKDIR}/rt-${RT_VERSION} -RT_VERSION= ${PORTVERSION:C/\./-/g} -DB_TYPE?= mysql - -.if ${DB_TYPE} == "Pg" -BUILD_DEPENDS+= ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7 \ - ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.else -DB_TYPE= mysql -BUILD_DEPENDS+= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server -.endif - -RUN_DEPENDS= ${BUILD_DEPENDS} - -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_REINPLACE= yes -USE_PERL5= yes - -RT_PATH?= ${PREFIX}/rt2 -DB_DBA_PASSWORDD?= -DB_HOST?= localhost -DB_RT_PASS= rt_pass - -MAN3= RT::Links.3 \ - RT::Watchers.3 \ - RT::Group.3 \ - RT::Keyword.3 \ - RT::Record.3 \ - RT::ScripConditions.3 \ - RT::Action::Generic.3 \ - RT::Transaction.3 \ - RT::Interface::Email.3 \ - RT::Link.3 \ - RT.3 \ - RT::Watcher.3 \ - RT::ObjectKeywords.3 \ - RT::EasySearch.3 \ - RT::ScripActions.3 \ - RT::Scrip.3 \ - RT::GroupMembers.3 \ - RT::Action::SendPasswordEmail.3 \ - RT::Transactions.3 \ - RT::Scrips.3 \ - RT::Action::SendEmail.3 \ - RT::User.3 \ - RT::ScripCondition.3 \ - RT::Users.3 \ - RT::Ticket.3 \ - RT::ACE.3 \ - RT::Queue.3 \ - RT::Interface::CLI.3 \ - RT::Tickets.3 \ - RT::GroupMember.3 \ - RT::Template.3 \ - RT::Templates.3 \ - RT::Queues.3 \ - RT::Date.3 \ - RT::CurrentUser.3 \ - RT::ScripAction.3 \ - RT::Keywords.3 \ - RT::ObjectKeyword.3 \ - RT::Attachment.3 \ - RT::Groups.3 \ - RT::KeywordSelect.3 \ - RT::Condition::Generic.3 \ - RT::Handle.3 \ - RT::ACL.3 \ - RT::Attachments.3 - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " DB_DBA_PASSWORD=password Your password of MySQL root ();" - @${ECHO} " DB_HOST=hostname Where MySQL resident (localhost);" - @${ECHO} " DB_RT_PASS=password Your password of MySQL RT user (rt_pass);" - @${ECHO} " DB_TYPE=type Pg for postgresql, mysql for MySQL (mysql);" - @${ECHO} " INSTALL_NEW Install a fresh port, otherwise just upgrade;" - @${ECHO} "" - @${ECHO} "IMPORTANT!!! If you want to install a fresh new port, define INSTALL_NEW to do so, otherwise this port just do a upgrade." - @${ECHO} "" - -post-patch: -.for _FILE in tools/testdeps - ${REINPLACE_CMD} 's,/usr/bin/perl,${PERL},' ${WRKSRC}/${_FILE} - ${CHMOD} +x ${WRKSRC}/${_FILE} -.endfor - -do-build: -.for _NAME in RT_PATH DB_DBA_PASSWORD DB_HOST DB_RT_PASS DB_TYPE - @${REINPLACE_CMD} "s!%%${_NAME}%%!${${_NAME}}!g" ${WRKSRC}/Makefile -.endfor - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile testdeps - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile fixdeps - -do-install: - @${MKDIR} /var/log/rt2 -.if defined(INSTALL_NEW) - -@cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile dropdb - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile install -.else - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile upgrade -.endif - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/rt2/README - @${CHOWN} -R www /var/log/rt2 - -post-install: - @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -.include <bsd.port.post.mk> diff --git a/www/rt32/distinfo b/www/rt32/distinfo deleted file mode 100644 index e1ffedff9520..000000000000 --- a/www/rt32/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rt-2-0-15.tar.gz) = 7e6762d5091ea5919504eaa754f4612e diff --git a/www/rt32/files/patch-Makefile b/www/rt32/files/patch-Makefile deleted file mode 100644 index 5244bea5a9b9..000000000000 --- a/www/rt32/files/patch-Makefile +++ /dev/null @@ -1,138 +0,0 @@ ---- Makefile.orig Fri Oct 4 11:48:46 2002 -+++ Makefile Wed Feb 12 03:13:22 2003 -@@ -2,7 +2,7 @@ - # RT is Copyright 1996-2002 Jesse Vincent <jesse@bestpractical.com> - # It is distributed under the terms of the GNU General Public License, version 2 - --PERL = /usr/bin/perl -+#PERL = /usr/bin/perl - - RT_VERSION_MAJOR = 2 - RT_VERSION_MINOR = 0 -@@ -15,7 +15,7 @@ - BRANCH = HEAD - - # This is the group that all of the installed files will be chgrp'ed to. --RTGROUP = rt -+RTGROUP = www - - - # User which should own rt binaries. -@@ -40,7 +40,7 @@ - # RT_PATH is the name of the directory you want make to install RT in - # RT must be installed in its own directory (don't set this to /usr/local) - --RT_PATH = /opt/rt2 -+RT_PATH = %%RT_PATH%% - - # The rest of these paths are all configurable, but you probably don't want to - # put them elsewhere -@@ -49,7 +49,7 @@ - RT_ETC_PATH = $(RT_PATH)/etc - RT_CONFIG_PATH = $(RT_ETC_PATH) - RT_BIN_PATH = $(RT_PATH)/bin --RT_MAN_PATH = $(RT_PATH)/man -+RT_MAN_PATH = /usr/local/man - MASON_HTML_PATH = $(RT_PATH)/WebRT/html - - -@@ -63,7 +63,7 @@ - MASON_DATA_PATH = $(RT_PATH)/WebRT/data - MASON_SESSION_PATH = $(RT_PATH)/WebRT/sessiondata - --RT_LOG_PATH = /tmp -+RT_LOG_PATH = /var/log/rt2 - - # RT_READABLE_DIR_MODE is the mode of directories that are generally meant - # to be accessable -@@ -101,13 +101,13 @@ - # "Pg" is known to work - # "Oracle" is in the early stages of working. - --DB_TYPE = mysql -+DB_TYPE = %%DB_TYPE%% - - # DB_HOME is where the Database's commandline tools live. $DB_HOME/bin - # should contain the binaries themselves, e.g. if "which mysql" gives - # "/usr/local/mysql/bin/mysql", $DB_HOME should be "/usr/local/mysql" - --DB_HOME = /usr -+DB_HOME = /usr/local - - # Set DBA to the name of a unix account with the proper permissions and - # environment to run your commandline SQL tools -@@ -121,14 +121,14 @@ - # For oracle, you want 'system' - - DB_DBA = root --DB_DBA_PASSWORD = -- -+DB_DBA_PASSWORD = %%DB_DBA_PASSWORD%% -+ - # - # Set this to the Fully Qualified Domain Name of your database server. - # If the database is local, rather than on a remote host, using "localhost" - # will greatly enhance performance. - --DB_HOST = localhost -+DB_HOST = %%DB_HOST%% - - # If you're not running your database server on its default port, - # specifiy the port the database server is running on below. -@@ -144,7 +144,7 @@ - # to grant those database rights by hand. - # - --DB_RT_HOST = localhost -+DB_RT_HOST = %%DB_HOST%% - - # set this to the name you want to give to the RT database in - # your database server. For Oracle, this should be the name of your sid -@@ -158,7 +158,7 @@ - # Set this to the password used by the rt database user - # *** Change This Before Installation*** - --DB_RT_PASS = rt_pass -+DB_RT_PASS = %%DB_RT_PASS%% - - # }}} - -@@ -168,7 +168,7 @@ - # objectcode - - WEB_USER = www --WEB_GROUP = rt -+WEB_GROUP = www - - # }}} - -@@ -312,7 +312,7 @@ - - - genschema: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' generate -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' generate - - - initialize.Pg: createdb initdb.dba acls -@@ -334,16 +334,16 @@ - - - dropdb: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' drop -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' drop - - - createdb: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' create -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' create - initdb.dba: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' insert -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' insert - - initdb.rtuser: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_RT_USER)' '$(DB_DATABASE)' insert -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_RT_USER)' '$(DB_DATABASE)' '$(DB_RT_PASS)' insert - - - diff --git a/www/rt32/files/patch-bin-initacls.mysql b/www/rt32/files/patch-bin-initacls.mysql deleted file mode 100644 index 42837f974cb5..000000000000 --- a/www/rt32/files/patch-bin-initacls.mysql +++ /dev/null @@ -1,12 +0,0 @@ ---- bin/initacls.mysql Wed Nov 7 07:04:00 2001 -+++ bin/initacls.mysql Thu Aug 15 18:01:14 2002 -@@ -14,7 +14,7 @@ - export PATH - - echo "Enter the mysql administrator's database password to create a new user for RT" --$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} mysql < $DATABASEACLS -+$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} --password=${DBAPASSWD} mysql < $DATABASEACLS - - echo "Enter the mysql administrator's database password to nondestructively reload the database" --$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} reload -+$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} --password=${DBAPASSWD} reload diff --git a/www/rt32/files/patch-tools-initdb b/www/rt32/files/patch-tools-initdb deleted file mode 100644 index 1ee6462ed640..000000000000 --- a/www/rt32/files/patch-tools-initdb +++ /dev/null @@ -1,29 +0,0 @@ ---- tools/initdb Wed Nov 7 07:06:06 2001 -+++ tools/initdb Thu Aug 15 17:17:19 2002 -@@ -17,7 +17,7 @@ - $SCHEMA_DIR ="etc"; - $SCHEMA_FILE = "$SCHEMA_DIR/schema.pm"; #hmm - --($DB_TYPE, $DB_HOME, $DB_HOST, $DB_PORT, $DB_DBA, $DB_DATABASE, $ACTION) = @ARGV; -+($DB_TYPE, $DB_HOME, $DB_HOST, $DB_PORT, $DB_DBA, $DB_DATABASE, $DB_DBA_PASSWORD, $ACTION) = @ARGV; - - - if ($DEBUG) { -@@ -71,6 +71,8 @@ - # {{{ sub prompt_for_dba_password - - sub prompt_for_dba_password { -+ return if defined $DB_DBA_PASSWORD; -+ - print "Enter the $DB_TYPE password for $DB_DBA: "; - - system "stty -echo"; -@@ -107,7 +109,7 @@ - If you have an existing RT 2.x installation, this will destroy all your data. - i - END -- exit unless _yesno(); -+ # exit unless _yesno(); - - } - diff --git a/www/rt32/files/patch-tools-testdeps b/www/rt32/files/patch-tools-testdeps deleted file mode 100644 index b4e392a23cec..000000000000 --- a/www/rt32/files/patch-tools-testdeps +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/testdeps Thu Feb 28 14:38:10 2002 -+++ tools/testdeps Thu Aug 15 16:43:45 2002 -@@ -107,7 +107,11 @@ - $module = "DBD::mysql::Install" if ($module =~ /DBD::mysql/); - - print "Installing with CPAN..."; -- CPAN::install($module); -+ require CPAN::FirstTime; # shut up configuration -+ no strict 'refs'; -+ local $^W; -+ *{'ExtUtils::MakeMaker::prompt'} = sub ($;$) { '' }; -+ CPAN::force('install', $module); - } - print "\n"; - exit(1) if ($mode =~ /-q/); diff --git a/www/rt32/pkg-descr b/www/rt32/pkg-descr deleted file mode 100644 index 743d89a4bec0..000000000000 --- a/www/rt32/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -RT is an industrial-grade ticketing system. It lets a group of people -intelligently and efficiently manage requests submitted by a community -of users. RT is used by systems administrators, customer support -staffs, NOCs, developers and even marketing departments at over a -thousand sites around the world. - -WWW: http://www.bestpractical.com/rt/ diff --git a/www/rt32/pkg-message b/www/rt32/pkg-message deleted file mode 100644 index 8d1b6429f69c..000000000000 --- a/www/rt32/pkg-message +++ /dev/null @@ -1,18 +0,0 @@ -=============================================================== - -To complete the installation of this port, you have to do the -following things: - -1. Run %%PREFIX%%/rt2/etc/insertdata <last_version_of_rt> if you're - upgrading from an older version. -2. Edit %%PREFIX%%/rt2/etc/config.pm -3. Configure the email and web gateways. Please refer to 'SETTING UP - THE MAIL GATEWAY' in %%PREFIX%%/rt2/README -4. Restart Apache. -5. Do remember to *CHANGE* the root's password for the web interface. - The default is "password" (without the quotes.) -6. Configure RT per the instructions at http://www.fsck.com/rtfm/. - -NOTE: Please remember to use a statically compiled mod_perl, - and configure mod_fastcgi for a faster rt2. -================================================================ diff --git a/www/rt32/pkg-plist b/www/rt32/pkg-plist deleted file mode 100644 index 2447c26c7025..000000000000 --- a/www/rt32/pkg-plist +++ /dev/null @@ -1,365 +0,0 @@ -rt2/bin/webmux.pl -rt2/bin/rt-mailgate -rt2/bin/rtadmin -rt2/bin/rt -rt2/bin/mason_handler.fcgi -rt2/bin/mason_handler.scgi -rt2/WebRT/html/Ticket/Attachment/CVS/Root -rt2/WebRT/html/Ticket/Attachment/CVS/Repository -rt2/WebRT/html/Ticket/Attachment/CVS/Entries -rt2/WebRT/html/Ticket/Attachment/CVS/Tag -rt2/WebRT/html/Ticket/Attachment/dhandler -rt2/WebRT/html/Ticket/CVS/Root -rt2/WebRT/html/Ticket/CVS/Repository -rt2/WebRT/html/Ticket/CVS/Entries -rt2/WebRT/html/Ticket/CVS/Tag -rt2/WebRT/html/Ticket/Elements/CVS/Root -rt2/WebRT/html/Ticket/Elements/CVS/Repository -rt2/WebRT/html/Ticket/Elements/CVS/Entries -rt2/WebRT/html/Ticket/Elements/CVS/Tag -rt2/WebRT/html/Ticket/Elements/AddWatchers -rt2/WebRT/html/Ticket/Elements/EditBasics -rt2/WebRT/html/Ticket/Elements/EditDates -rt2/WebRT/html/Ticket/Elements/EditKeywordSelects -rt2/WebRT/html/Ticket/Elements/EditLinks -rt2/WebRT/html/Ticket/Elements/EditPeople -rt2/WebRT/html/Ticket/Elements/EditWatchers -rt2/WebRT/html/Ticket/Elements/ShowBasics -rt2/WebRT/html/Ticket/Elements/ShowDates -rt2/WebRT/html/Ticket/Elements/ShowDependencies -rt2/WebRT/html/Ticket/Elements/ShowHistory -rt2/WebRT/html/Ticket/Elements/ShowKeywordSelects -rt2/WebRT/html/Ticket/Elements/ShowLinks -rt2/WebRT/html/Ticket/Elements/ShowMemberOf -rt2/WebRT/html/Ticket/Elements/ShowMembers -rt2/WebRT/html/Ticket/Elements/ShowPeople -rt2/WebRT/html/Ticket/Elements/ShowReferences -rt2/WebRT/html/Ticket/Elements/ShowRequestor -rt2/WebRT/html/Ticket/Elements/ShowSummary -rt2/WebRT/html/Ticket/Elements/ShowTransaction -rt2/WebRT/html/Ticket/Elements/Tabs -rt2/WebRT/html/Ticket/Elements/ToolBar -rt2/WebRT/html/Ticket/Create.html -rt2/WebRT/html/Ticket/Modify.html -rt2/WebRT/html/Ticket/ModifyAll.html -rt2/WebRT/html/Ticket/ModifyDates.html -rt2/WebRT/html/Ticket/ModifyLinks.html -rt2/WebRT/html/Ticket/ModifyPeople.html -rt2/WebRT/html/Ticket/Update.html -rt2/WebRT/html/Ticket/Display.html -rt2/WebRT/html/Ticket/History.html -rt2/WebRT/html/CVS/Root -rt2/WebRT/html/CVS/Repository -rt2/WebRT/html/CVS/Entries -rt2/WebRT/html/CVS/Tag -rt2/WebRT/html/User/CVS/Root -rt2/WebRT/html/User/CVS/Repository -rt2/WebRT/html/User/CVS/Entries -rt2/WebRT/html/User/CVS/Tag -rt2/WebRT/html/User/Prefs.html -rt2/WebRT/html/Elements/CVS/Root -rt2/WebRT/html/Elements/CVS/Repository -rt2/WebRT/html/Elements/CVS/Entries -rt2/WebRT/html/Elements/CVS/Tag -rt2/WebRT/html/Elements/Checkbox -rt2/WebRT/html/Elements/CreateTicket -rt2/WebRT/html/Elements/CustomHomepageHeader -rt2/WebRT/html/Elements/Error -rt2/WebRT/html/Elements/Footer -rt2/WebRT/html/Elements/GotoTicket -rt2/WebRT/html/Elements/Header -rt2/WebRT/html/Elements/ListActions -rt2/WebRT/html/Elements/Login -rt2/WebRT/html/Elements/MessageBox -rt2/WebRT/html/Elements/MyRequests -rt2/WebRT/html/Elements/MyTickets -rt2/WebRT/html/Elements/Quicksearch -rt2/WebRT/html/Elements/Refresh -rt2/WebRT/html/Elements/Section -rt2/WebRT/html/Elements/SelectBoolean -rt2/WebRT/html/Elements/SelectDate -rt2/WebRT/html/Elements/SelectDateRelation -rt2/WebRT/html/Elements/SelectDateType -rt2/WebRT/html/Elements/SelectEqualityOperator -rt2/WebRT/html/Elements/SelectKeyword -rt2/WebRT/html/Elements/SelectKeywordOptions -rt2/WebRT/html/Elements/SelectLinkType -rt2/WebRT/html/Elements/SelectMatch -rt2/WebRT/html/Elements/SelectNewTicketQueue -rt2/WebRT/html/Elements/SelectOwner -rt2/WebRT/html/Elements/SelectQueue -rt2/WebRT/html/Elements/SelectResultsPerPage -rt2/WebRT/html/Elements/SelectSortOrder -rt2/WebRT/html/Elements/SelectStatus -rt2/WebRT/html/Elements/SelectTicketSortBy -rt2/WebRT/html/Elements/SelectUsers -rt2/WebRT/html/Elements/SelectWatcherType -rt2/WebRT/html/Elements/ShadedBox -rt2/WebRT/html/Elements/Submit -rt2/WebRT/html/Elements/Tabs -rt2/WebRT/html/Elements/TitleBoxEnd -rt2/WebRT/html/Elements/TitleBoxStart -rt2/WebRT/html/Elements/ViewUser -rt2/WebRT/html/Elements/dayMenu -rt2/WebRT/html/Elements/monthMenu -rt2/WebRT/html/Elements/yearMenu -rt2/WebRT/html/SelfService/Attachment/CVS/Root -rt2/WebRT/html/SelfService/Attachment/CVS/Repository -rt2/WebRT/html/SelfService/Attachment/CVS/Entries -rt2/WebRT/html/SelfService/Attachment/CVS/Tag -rt2/WebRT/html/SelfService/Attachment/dhandler -rt2/WebRT/html/SelfService/CVS/Root -rt2/WebRT/html/SelfService/CVS/Repository -rt2/WebRT/html/SelfService/CVS/Entries -rt2/WebRT/html/SelfService/CVS/Tag -rt2/WebRT/html/SelfService/Elements/CVS/Root -rt2/WebRT/html/SelfService/Elements/CVS/Repository -rt2/WebRT/html/SelfService/Elements/CVS/Entries -rt2/WebRT/html/SelfService/Elements/CVS/Tag -rt2/WebRT/html/SelfService/Elements/GotoTicket -rt2/WebRT/html/SelfService/Elements/Header -rt2/WebRT/html/SelfService/Elements/MyRequests -rt2/WebRT/html/SelfService/Elements/Tabs -rt2/WebRT/html/SelfService/Update.html -rt2/WebRT/html/SelfService/Error.html -rt2/WebRT/html/SelfService/Prefs.html -rt2/WebRT/html/SelfService/Display.html -rt2/WebRT/html/SelfService/index.html -rt2/WebRT/html/SelfService/Create.html -rt2/WebRT/html/SelfService/Closed.html -rt2/WebRT/html/Search/CVS/Root -rt2/WebRT/html/Search/CVS/Repository -rt2/WebRT/html/Search/CVS/Entries -rt2/WebRT/html/Search/CVS/Tag -rt2/WebRT/html/Search/Bulk.html -rt2/WebRT/html/Search/Listing.html -rt2/WebRT/html/Search/PickRestriction -rt2/WebRT/html/Search/RestrictSearch.html -rt2/WebRT/html/Search/TicketCell -rt2/WebRT/html/NoAuth/CVS/Root -rt2/WebRT/html/NoAuth/CVS/Repository -rt2/WebRT/html/NoAuth/CVS/Entries -rt2/WebRT/html/NoAuth/CVS/Tag -rt2/WebRT/html/NoAuth/images/CVS/Root -rt2/WebRT/html/NoAuth/images/CVS/Repository -rt2/WebRT/html/NoAuth/images/CVS/Entries -rt2/WebRT/html/NoAuth/images/CVS/Tag -rt2/WebRT/html/NoAuth/images/rt.jpg -rt2/WebRT/html/NoAuth/images/spacer.gif -rt2/WebRT/html/NoAuth/Logout.html -rt2/WebRT/html/NoAuth/Reminder.html -rt2/WebRT/html/NoAuth/webrt.css -rt2/WebRT/html/Admin/Global/CVS/Root -rt2/WebRT/html/Admin/Global/CVS/Repository -rt2/WebRT/html/Admin/Global/CVS/Entries -rt2/WebRT/html/Admin/Global/CVS/Tag -rt2/WebRT/html/Admin/Global/GroupRights.html -rt2/WebRT/html/Admin/Global/Keywords.html -rt2/WebRT/html/Admin/Global/Scrips.html -rt2/WebRT/html/Admin/Global/Template.html -rt2/WebRT/html/Admin/Global/Templates.html -rt2/WebRT/html/Admin/Global/UserRights.html -rt2/WebRT/html/Admin/Global/index.html -rt2/WebRT/html/Admin/Users/CVS/Root -rt2/WebRT/html/Admin/Users/CVS/Repository -rt2/WebRT/html/Admin/Users/CVS/Entries -rt2/WebRT/html/Admin/Users/CVS/Tag -rt2/WebRT/html/Admin/Users/Modify.html -rt2/WebRT/html/Admin/Users/Prefs.html -rt2/WebRT/html/Admin/Users/Rights.html -rt2/WebRT/html/Admin/Users/index.html -rt2/WebRT/html/Admin/Elements/CVS/Root -rt2/WebRT/html/Admin/Elements/CVS/Repository -rt2/WebRT/html/Admin/Elements/CVS/Entries -rt2/WebRT/html/Admin/Elements/CVS/Tag -rt2/WebRT/html/Admin/Elements/CreateQueueCalled -rt2/WebRT/html/Admin/Elements/CreateUserCalled -rt2/WebRT/html/Admin/Elements/EditUserComments -rt2/WebRT/html/Admin/Elements/GrantQueueRightsTo -rt2/WebRT/html/Admin/Elements/GroupTabs -rt2/WebRT/html/Admin/Elements/Header -rt2/WebRT/html/Admin/Elements/ListGlobalKeywordSelects -rt2/WebRT/html/Admin/Elements/ListGlobalScrips -rt2/WebRT/html/Admin/Elements/ModifyKeyword -rt2/WebRT/html/Admin/Elements/ModifyKeywordSelect -rt2/WebRT/html/Admin/Elements/ModifyQueue -rt2/WebRT/html/Admin/Elements/ModifyTemplate -rt2/WebRT/html/Admin/Elements/ModifyUser -rt2/WebRT/html/Admin/Elements/QueueRightsForUser -rt2/WebRT/html/Admin/Elements/QueueTabs -rt2/WebRT/html/Admin/Elements/SelectKeywordSelect -rt2/WebRT/html/Admin/Elements/SelectModifyGroup -rt2/WebRT/html/Admin/Elements/SelectModifyKeyword -rt2/WebRT/html/Admin/Elements/Tabs -rt2/WebRT/html/Admin/Elements/SelectModifyKeywordSelect -rt2/WebRT/html/Admin/Elements/SelectModifyQueue -rt2/WebRT/html/Admin/Elements/SelectModifyUser -rt2/WebRT/html/Admin/Elements/SelectQueueRights -rt2/WebRT/html/Admin/Elements/SelectRights -rt2/WebRT/html/Admin/Elements/SelectScrip -rt2/WebRT/html/Admin/Elements/SelectScripAction -rt2/WebRT/html/Admin/Elements/SelectScripCondition -rt2/WebRT/html/Admin/Elements/SelectSingleOrMultiple -rt2/WebRT/html/Admin/Elements/SelectTemplate -rt2/WebRT/html/Admin/Elements/SelectUsers -rt2/WebRT/html/Admin/Elements/SystemTabs -rt2/WebRT/html/Admin/Elements/UserTabs -rt2/WebRT/html/Admin/Queues/CVS/Root -rt2/WebRT/html/Admin/Queues/CVS/Repository -rt2/WebRT/html/Admin/Queues/CVS/Entries -rt2/WebRT/html/Admin/Queues/CVS/Tag -rt2/WebRT/html/Admin/Queues/Create.html -rt2/WebRT/html/Admin/Queues/GroupRights.html -rt2/WebRT/html/Admin/Queues/Keywords.html -rt2/WebRT/html/Admin/Queues/Modify.html -rt2/WebRT/html/Admin/Queues/People.html -rt2/WebRT/html/Admin/Queues/Scrips.html -rt2/WebRT/html/Admin/Queues/Template.html -rt2/WebRT/html/Admin/Queues/Templates.html -rt2/WebRT/html/Admin/Queues/UserRights.html -rt2/WebRT/html/Admin/Queues/index.html -rt2/WebRT/html/Admin/CVS/Root -rt2/WebRT/html/Admin/CVS/Repository -rt2/WebRT/html/Admin/CVS/Entries -rt2/WebRT/html/Admin/CVS/Tag -rt2/WebRT/html/Admin/KeywordSelects/CVS/Root -rt2/WebRT/html/Admin/KeywordSelects/CVS/Repository -rt2/WebRT/html/Admin/KeywordSelects/CVS/Entries -rt2/WebRT/html/Admin/KeywordSelects/CVS/Tag -rt2/WebRT/html/Admin/KeywordSelects/Modify.html -rt2/WebRT/html/Admin/KeywordSelects/index.html -rt2/WebRT/html/Admin/Keywords/CVS/Root -rt2/WebRT/html/Admin/Keywords/CVS/Repository -rt2/WebRT/html/Admin/Keywords/CVS/Entries -rt2/WebRT/html/Admin/Keywords/CVS/Tag -rt2/WebRT/html/Admin/Keywords/Modify.html -rt2/WebRT/html/Admin/Keywords/index.html -rt2/WebRT/html/Admin/Groups/CVS/Root -rt2/WebRT/html/Admin/Groups/CVS/Repository -rt2/WebRT/html/Admin/Groups/CVS/Entries -rt2/WebRT/html/Admin/Groups/CVS/Tag -rt2/WebRT/html/Admin/Groups/Members.html -rt2/WebRT/html/Admin/Groups/Modify.html -rt2/WebRT/html/Admin/Groups/Rights.html -rt2/WebRT/html/Admin/Groups/index.html -rt2/WebRT/html/Admin/index.html -rt2/WebRT/html/autohandler -rt2/WebRT/html/index.html -rt2/etc/config.pm -rt2/etc/insertdata -rt2/lib/RT.pm -rt2/lib/RT/KeywordSelects.pm -rt2/lib/RT/Links.pm -rt2/lib/RT/Watchers.pm -rt2/lib/RT/Group.pm -rt2/lib/RT/Keyword.pm -rt2/lib/RT/Record.pm -rt2/lib/RT/ScripConditions.pm -rt2/lib/RT/Transaction.pm -rt2/lib/RT/TestHarness.pm -rt2/lib/RT/Link.pm -rt2/lib/RT/Watcher.pm -rt2/lib/RT/ObjectKeywords.pm -rt2/lib/RT/EasySearch.pm -rt2/lib/RT/ScripActions.pm -rt2/lib/RT/Scrip.pm -rt2/lib/RT/GroupMembers.pm -rt2/lib/RT/Transactions.pm -rt2/lib/RT/Scrips.pm -rt2/lib/RT/User.pm -rt2/lib/RT/ScripCondition.pm -rt2/lib/RT/Users.pm -rt2/lib/RT/Ticket.pm -rt2/lib/RT/ACE.pm -rt2/lib/RT/Queue.pm -rt2/lib/RT/Tickets.pm -rt2/lib/RT/Template.pm -rt2/lib/RT/GroupMember.pm -rt2/lib/RT/Templates.pm -rt2/lib/RT/Queues.pm -rt2/lib/RT/Date.pm -rt2/lib/RT/CurrentUser.pm -rt2/lib/RT/ScripAction.pm -rt2/lib/RT/Keywords.pm -rt2/lib/RT/ObjectKeyword.pm -rt2/lib/RT/Attachment.pm -rt2/lib/RT/Groups.pm -rt2/lib/RT/KeywordSelect.pm -rt2/lib/RT/Handle.pm -rt2/lib/RT/ACL.pm -rt2/lib/RT/Attachments.pm -rt2/lib/RT/Interface/Email.pm -rt2/lib/RT/Interface/CLI.pm -rt2/lib/RT/Interface/Web.pm -rt2/lib/RT/Condition/NewDependency.pm -rt2/lib/RT/Condition/StatusChange.pm -rt2/lib/RT/Condition/AnyTransaction.pm -rt2/lib/RT/Condition/Generic.pm -rt2/lib/RT/Action/Generic.pm -rt2/lib/RT/Action/OpenDependent.pm -rt2/lib/RT/Action/StallDependent.pm -rt2/lib/RT/Action/SendPasswordEmail.pm -rt2/lib/RT/Action/Notify.pm -rt2/lib/RT/Action/SendEmail.pm -rt2/lib/RT/Action/README.hackers -rt2/lib/RT/Action/ResolveMembers.pm -rt2/lib/RT/Action/NotifyAsComment.pm -rt2/lib/RT/Action/Autoreply.pm -rt2/lib/auto/RT/.packlist -rt2/README -@dirrm rt2/local/WebRT/html -@dirrm rt2/local/WebRT -@dirrm rt2/local -@dirrm rt2/lib/auto/RT -@dirrm rt2/lib/auto -@dirrm rt2/lib/RT/Interface -@dirrm rt2/lib/RT/Condition -@dirrm rt2/lib/RT/Action -@dirrm rt2/lib/RT -@dirrm rt2/lib -@dirrm rt2/etc -@dirrm rt2/bin -@dirrm rt2/WebRT/sessiondata -@dirrm rt2/WebRT/html/User/CVS -@dirrm rt2/WebRT/html/User -@dirrm rt2/WebRT/html/Ticket/Elements/CVS -@dirrm rt2/WebRT/html/Ticket/Elements -@dirrm rt2/WebRT/html/Ticket/CVS -@dirrm rt2/WebRT/html/Ticket/Attachment/CVS -@dirrm rt2/WebRT/html/Ticket/Attachment -@dirrm rt2/WebRT/html/Ticket -@dirrm rt2/WebRT/html/SelfService/Elements/CVS -@dirrm rt2/WebRT/html/SelfService/Elements -@dirrm rt2/WebRT/html/SelfService/CVS -@dirrm rt2/WebRT/html/SelfService/Attachment/CVS -@dirrm rt2/WebRT/html/SelfService/Attachment -@dirrm rt2/WebRT/html/SelfService -@dirrm rt2/WebRT/html/Search/CVS -@dirrm rt2/WebRT/html/Search -@dirrm rt2/WebRT/html/NoAuth/images/CVS -@dirrm rt2/WebRT/html/NoAuth/images -@dirrm rt2/WebRT/html/NoAuth/CVS -@dirrm rt2/WebRT/html/NoAuth -@dirrm rt2/WebRT/html/Elements/CVS -@dirrm rt2/WebRT/html/Elements -@dirrm rt2/WebRT/html/CVS -@dirrm rt2/WebRT/html/Admin/Users/CVS -@dirrm rt2/WebRT/html/Admin/Users -@dirrm rt2/WebRT/html/Admin/Queues/CVS -@dirrm rt2/WebRT/html/Admin/Queues -@dirrm rt2/WebRT/html/Admin/Keywords/CVS -@dirrm rt2/WebRT/html/Admin/Keywords -@dirrm rt2/WebRT/html/Admin/KeywordSelects/CVS -@dirrm rt2/WebRT/html/Admin/KeywordSelects -@dirrm rt2/WebRT/html/Admin/Groups/CVS -@dirrm rt2/WebRT/html/Admin/Groups -@dirrm rt2/WebRT/html/Admin/Global/CVS -@dirrm rt2/WebRT/html/Admin/Global -@dirrm rt2/WebRT/html/Admin/Elements/CVS -@dirrm rt2/WebRT/html/Admin/Elements -@dirrm rt2/WebRT/html/Admin/CVS -@dirrm rt2/WebRT/html/Admin -@dirrm rt2/WebRT/html -@dirrm rt2/WebRT/data -@dirrm rt2/WebRT -@unexec rmdir %D/rt2 2>/dev/null || true diff --git a/www/rt34/Makefile b/www/rt34/Makefile deleted file mode 100644 index 33233b5eb827..000000000000 --- a/www/rt34/Makefile +++ /dev/null @@ -1,160 +0,0 @@ -# New ports collection makefile for: RT2 -# Date created: 12 Auguest 2002 -# Whom: plasma -# -# $FreeBSD$ -# - -PORTNAME= rt2 -PORTVERSION= 2.0.15 -CATEGORIES= www -MASTER_SITES= http://www.fsck.com/pub/rt/release/ -DISTNAME= rt-${PORTVERSION:S/./-/g} - -MAINTAINER= plasmaball@pchome.com.tw -COMMENT= RT is an industrial-grade ticketing system written in Perl - -BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \ - ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ - ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/DBIx/DataSource.pm:${PORTSDIR}/databases/p5-DBIx-DataSource \ - ${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ - ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ - ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ - ${SITE_PERL}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper \ - ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ - ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp - -WRKSRC= ${WRKDIR}/rt-${RT_VERSION} -RT_VERSION= ${PORTVERSION:C/\./-/g} -DB_TYPE?= mysql - -.if ${DB_TYPE} == "Pg" -BUILD_DEPENDS+= ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7 \ - ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.else -DB_TYPE= mysql -BUILD_DEPENDS+= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server -.endif - -RUN_DEPENDS= ${BUILD_DEPENDS} - -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_REINPLACE= yes -USE_PERL5= yes - -RT_PATH?= ${PREFIX}/rt2 -DB_DBA_PASSWORDD?= -DB_HOST?= localhost -DB_RT_PASS= rt_pass - -MAN3= RT::Links.3 \ - RT::Watchers.3 \ - RT::Group.3 \ - RT::Keyword.3 \ - RT::Record.3 \ - RT::ScripConditions.3 \ - RT::Action::Generic.3 \ - RT::Transaction.3 \ - RT::Interface::Email.3 \ - RT::Link.3 \ - RT.3 \ - RT::Watcher.3 \ - RT::ObjectKeywords.3 \ - RT::EasySearch.3 \ - RT::ScripActions.3 \ - RT::Scrip.3 \ - RT::GroupMembers.3 \ - RT::Action::SendPasswordEmail.3 \ - RT::Transactions.3 \ - RT::Scrips.3 \ - RT::Action::SendEmail.3 \ - RT::User.3 \ - RT::ScripCondition.3 \ - RT::Users.3 \ - RT::Ticket.3 \ - RT::ACE.3 \ - RT::Queue.3 \ - RT::Interface::CLI.3 \ - RT::Tickets.3 \ - RT::GroupMember.3 \ - RT::Template.3 \ - RT::Templates.3 \ - RT::Queues.3 \ - RT::Date.3 \ - RT::CurrentUser.3 \ - RT::ScripAction.3 \ - RT::Keywords.3 \ - RT::ObjectKeyword.3 \ - RT::Attachment.3 \ - RT::Groups.3 \ - RT::KeywordSelect.3 \ - RT::Condition::Generic.3 \ - RT::Handle.3 \ - RT::ACL.3 \ - RT::Attachments.3 - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " DB_DBA_PASSWORD=password Your password of MySQL root ();" - @${ECHO} " DB_HOST=hostname Where MySQL resident (localhost);" - @${ECHO} " DB_RT_PASS=password Your password of MySQL RT user (rt_pass);" - @${ECHO} " DB_TYPE=type Pg for postgresql, mysql for MySQL (mysql);" - @${ECHO} " INSTALL_NEW Install a fresh port, otherwise just upgrade;" - @${ECHO} "" - @${ECHO} "IMPORTANT!!! If you want to install a fresh new port, define INSTALL_NEW to do so, otherwise this port just do a upgrade." - @${ECHO} "" - -post-patch: -.for _FILE in tools/testdeps - ${REINPLACE_CMD} 's,/usr/bin/perl,${PERL},' ${WRKSRC}/${_FILE} - ${CHMOD} +x ${WRKSRC}/${_FILE} -.endfor - -do-build: -.for _NAME in RT_PATH DB_DBA_PASSWORD DB_HOST DB_RT_PASS DB_TYPE - @${REINPLACE_CMD} "s!%%${_NAME}%%!${${_NAME}}!g" ${WRKSRC}/Makefile -.endfor - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile testdeps - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile fixdeps - -do-install: - @${MKDIR} /var/log/rt2 -.if defined(INSTALL_NEW) - -@cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile dropdb - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile install -.else - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile upgrade -.endif - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/rt2/README - @${CHOWN} -R www /var/log/rt2 - -post-install: - @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -.include <bsd.port.post.mk> diff --git a/www/rt34/distinfo b/www/rt34/distinfo deleted file mode 100644 index e1ffedff9520..000000000000 --- a/www/rt34/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rt-2-0-15.tar.gz) = 7e6762d5091ea5919504eaa754f4612e diff --git a/www/rt34/files/patch-Makefile b/www/rt34/files/patch-Makefile deleted file mode 100644 index 5244bea5a9b9..000000000000 --- a/www/rt34/files/patch-Makefile +++ /dev/null @@ -1,138 +0,0 @@ ---- Makefile.orig Fri Oct 4 11:48:46 2002 -+++ Makefile Wed Feb 12 03:13:22 2003 -@@ -2,7 +2,7 @@ - # RT is Copyright 1996-2002 Jesse Vincent <jesse@bestpractical.com> - # It is distributed under the terms of the GNU General Public License, version 2 - --PERL = /usr/bin/perl -+#PERL = /usr/bin/perl - - RT_VERSION_MAJOR = 2 - RT_VERSION_MINOR = 0 -@@ -15,7 +15,7 @@ - BRANCH = HEAD - - # This is the group that all of the installed files will be chgrp'ed to. --RTGROUP = rt -+RTGROUP = www - - - # User which should own rt binaries. -@@ -40,7 +40,7 @@ - # RT_PATH is the name of the directory you want make to install RT in - # RT must be installed in its own directory (don't set this to /usr/local) - --RT_PATH = /opt/rt2 -+RT_PATH = %%RT_PATH%% - - # The rest of these paths are all configurable, but you probably don't want to - # put them elsewhere -@@ -49,7 +49,7 @@ - RT_ETC_PATH = $(RT_PATH)/etc - RT_CONFIG_PATH = $(RT_ETC_PATH) - RT_BIN_PATH = $(RT_PATH)/bin --RT_MAN_PATH = $(RT_PATH)/man -+RT_MAN_PATH = /usr/local/man - MASON_HTML_PATH = $(RT_PATH)/WebRT/html - - -@@ -63,7 +63,7 @@ - MASON_DATA_PATH = $(RT_PATH)/WebRT/data - MASON_SESSION_PATH = $(RT_PATH)/WebRT/sessiondata - --RT_LOG_PATH = /tmp -+RT_LOG_PATH = /var/log/rt2 - - # RT_READABLE_DIR_MODE is the mode of directories that are generally meant - # to be accessable -@@ -101,13 +101,13 @@ - # "Pg" is known to work - # "Oracle" is in the early stages of working. - --DB_TYPE = mysql -+DB_TYPE = %%DB_TYPE%% - - # DB_HOME is where the Database's commandline tools live. $DB_HOME/bin - # should contain the binaries themselves, e.g. if "which mysql" gives - # "/usr/local/mysql/bin/mysql", $DB_HOME should be "/usr/local/mysql" - --DB_HOME = /usr -+DB_HOME = /usr/local - - # Set DBA to the name of a unix account with the proper permissions and - # environment to run your commandline SQL tools -@@ -121,14 +121,14 @@ - # For oracle, you want 'system' - - DB_DBA = root --DB_DBA_PASSWORD = -- -+DB_DBA_PASSWORD = %%DB_DBA_PASSWORD%% -+ - # - # Set this to the Fully Qualified Domain Name of your database server. - # If the database is local, rather than on a remote host, using "localhost" - # will greatly enhance performance. - --DB_HOST = localhost -+DB_HOST = %%DB_HOST%% - - # If you're not running your database server on its default port, - # specifiy the port the database server is running on below. -@@ -144,7 +144,7 @@ - # to grant those database rights by hand. - # - --DB_RT_HOST = localhost -+DB_RT_HOST = %%DB_HOST%% - - # set this to the name you want to give to the RT database in - # your database server. For Oracle, this should be the name of your sid -@@ -158,7 +158,7 @@ - # Set this to the password used by the rt database user - # *** Change This Before Installation*** - --DB_RT_PASS = rt_pass -+DB_RT_PASS = %%DB_RT_PASS%% - - # }}} - -@@ -168,7 +168,7 @@ - # objectcode - - WEB_USER = www --WEB_GROUP = rt -+WEB_GROUP = www - - # }}} - -@@ -312,7 +312,7 @@ - - - genschema: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' generate -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' generate - - - initialize.Pg: createdb initdb.dba acls -@@ -334,16 +334,16 @@ - - - dropdb: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' drop -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' drop - - - createdb: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' create -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' create - initdb.dba: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' insert -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' insert - - initdb.rtuser: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_RT_USER)' '$(DB_DATABASE)' insert -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_RT_USER)' '$(DB_DATABASE)' '$(DB_RT_PASS)' insert - - - diff --git a/www/rt34/files/patch-bin-initacls.mysql b/www/rt34/files/patch-bin-initacls.mysql deleted file mode 100644 index 42837f974cb5..000000000000 --- a/www/rt34/files/patch-bin-initacls.mysql +++ /dev/null @@ -1,12 +0,0 @@ ---- bin/initacls.mysql Wed Nov 7 07:04:00 2001 -+++ bin/initacls.mysql Thu Aug 15 18:01:14 2002 -@@ -14,7 +14,7 @@ - export PATH - - echo "Enter the mysql administrator's database password to create a new user for RT" --$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} mysql < $DATABASEACLS -+$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} --password=${DBAPASSWD} mysql < $DATABASEACLS - - echo "Enter the mysql administrator's database password to nondestructively reload the database" --$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} reload -+$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} --password=${DBAPASSWD} reload diff --git a/www/rt34/files/patch-tools-initdb b/www/rt34/files/patch-tools-initdb deleted file mode 100644 index 1ee6462ed640..000000000000 --- a/www/rt34/files/patch-tools-initdb +++ /dev/null @@ -1,29 +0,0 @@ ---- tools/initdb Wed Nov 7 07:06:06 2001 -+++ tools/initdb Thu Aug 15 17:17:19 2002 -@@ -17,7 +17,7 @@ - $SCHEMA_DIR ="etc"; - $SCHEMA_FILE = "$SCHEMA_DIR/schema.pm"; #hmm - --($DB_TYPE, $DB_HOME, $DB_HOST, $DB_PORT, $DB_DBA, $DB_DATABASE, $ACTION) = @ARGV; -+($DB_TYPE, $DB_HOME, $DB_HOST, $DB_PORT, $DB_DBA, $DB_DATABASE, $DB_DBA_PASSWORD, $ACTION) = @ARGV; - - - if ($DEBUG) { -@@ -71,6 +71,8 @@ - # {{{ sub prompt_for_dba_password - - sub prompt_for_dba_password { -+ return if defined $DB_DBA_PASSWORD; -+ - print "Enter the $DB_TYPE password for $DB_DBA: "; - - system "stty -echo"; -@@ -107,7 +109,7 @@ - If you have an existing RT 2.x installation, this will destroy all your data. - i - END -- exit unless _yesno(); -+ # exit unless _yesno(); - - } - diff --git a/www/rt34/files/patch-tools-testdeps b/www/rt34/files/patch-tools-testdeps deleted file mode 100644 index b4e392a23cec..000000000000 --- a/www/rt34/files/patch-tools-testdeps +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/testdeps Thu Feb 28 14:38:10 2002 -+++ tools/testdeps Thu Aug 15 16:43:45 2002 -@@ -107,7 +107,11 @@ - $module = "DBD::mysql::Install" if ($module =~ /DBD::mysql/); - - print "Installing with CPAN..."; -- CPAN::install($module); -+ require CPAN::FirstTime; # shut up configuration -+ no strict 'refs'; -+ local $^W; -+ *{'ExtUtils::MakeMaker::prompt'} = sub ($;$) { '' }; -+ CPAN::force('install', $module); - } - print "\n"; - exit(1) if ($mode =~ /-q/); diff --git a/www/rt34/pkg-descr b/www/rt34/pkg-descr deleted file mode 100644 index 743d89a4bec0..000000000000 --- a/www/rt34/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -RT is an industrial-grade ticketing system. It lets a group of people -intelligently and efficiently manage requests submitted by a community -of users. RT is used by systems administrators, customer support -staffs, NOCs, developers and even marketing departments at over a -thousand sites around the world. - -WWW: http://www.bestpractical.com/rt/ diff --git a/www/rt34/pkg-message b/www/rt34/pkg-message deleted file mode 100644 index 8d1b6429f69c..000000000000 --- a/www/rt34/pkg-message +++ /dev/null @@ -1,18 +0,0 @@ -=============================================================== - -To complete the installation of this port, you have to do the -following things: - -1. Run %%PREFIX%%/rt2/etc/insertdata <last_version_of_rt> if you're - upgrading from an older version. -2. Edit %%PREFIX%%/rt2/etc/config.pm -3. Configure the email and web gateways. Please refer to 'SETTING UP - THE MAIL GATEWAY' in %%PREFIX%%/rt2/README -4. Restart Apache. -5. Do remember to *CHANGE* the root's password for the web interface. - The default is "password" (without the quotes.) -6. Configure RT per the instructions at http://www.fsck.com/rtfm/. - -NOTE: Please remember to use a statically compiled mod_perl, - and configure mod_fastcgi for a faster rt2. -================================================================ diff --git a/www/rt34/pkg-plist b/www/rt34/pkg-plist deleted file mode 100644 index 2447c26c7025..000000000000 --- a/www/rt34/pkg-plist +++ /dev/null @@ -1,365 +0,0 @@ -rt2/bin/webmux.pl -rt2/bin/rt-mailgate -rt2/bin/rtadmin -rt2/bin/rt -rt2/bin/mason_handler.fcgi -rt2/bin/mason_handler.scgi -rt2/WebRT/html/Ticket/Attachment/CVS/Root -rt2/WebRT/html/Ticket/Attachment/CVS/Repository -rt2/WebRT/html/Ticket/Attachment/CVS/Entries -rt2/WebRT/html/Ticket/Attachment/CVS/Tag -rt2/WebRT/html/Ticket/Attachment/dhandler -rt2/WebRT/html/Ticket/CVS/Root -rt2/WebRT/html/Ticket/CVS/Repository -rt2/WebRT/html/Ticket/CVS/Entries -rt2/WebRT/html/Ticket/CVS/Tag -rt2/WebRT/html/Ticket/Elements/CVS/Root -rt2/WebRT/html/Ticket/Elements/CVS/Repository -rt2/WebRT/html/Ticket/Elements/CVS/Entries -rt2/WebRT/html/Ticket/Elements/CVS/Tag -rt2/WebRT/html/Ticket/Elements/AddWatchers -rt2/WebRT/html/Ticket/Elements/EditBasics -rt2/WebRT/html/Ticket/Elements/EditDates -rt2/WebRT/html/Ticket/Elements/EditKeywordSelects -rt2/WebRT/html/Ticket/Elements/EditLinks -rt2/WebRT/html/Ticket/Elements/EditPeople -rt2/WebRT/html/Ticket/Elements/EditWatchers -rt2/WebRT/html/Ticket/Elements/ShowBasics -rt2/WebRT/html/Ticket/Elements/ShowDates -rt2/WebRT/html/Ticket/Elements/ShowDependencies -rt2/WebRT/html/Ticket/Elements/ShowHistory -rt2/WebRT/html/Ticket/Elements/ShowKeywordSelects -rt2/WebRT/html/Ticket/Elements/ShowLinks -rt2/WebRT/html/Ticket/Elements/ShowMemberOf -rt2/WebRT/html/Ticket/Elements/ShowMembers -rt2/WebRT/html/Ticket/Elements/ShowPeople -rt2/WebRT/html/Ticket/Elements/ShowReferences -rt2/WebRT/html/Ticket/Elements/ShowRequestor -rt2/WebRT/html/Ticket/Elements/ShowSummary -rt2/WebRT/html/Ticket/Elements/ShowTransaction -rt2/WebRT/html/Ticket/Elements/Tabs -rt2/WebRT/html/Ticket/Elements/ToolBar -rt2/WebRT/html/Ticket/Create.html -rt2/WebRT/html/Ticket/Modify.html -rt2/WebRT/html/Ticket/ModifyAll.html -rt2/WebRT/html/Ticket/ModifyDates.html -rt2/WebRT/html/Ticket/ModifyLinks.html -rt2/WebRT/html/Ticket/ModifyPeople.html -rt2/WebRT/html/Ticket/Update.html -rt2/WebRT/html/Ticket/Display.html -rt2/WebRT/html/Ticket/History.html -rt2/WebRT/html/CVS/Root -rt2/WebRT/html/CVS/Repository -rt2/WebRT/html/CVS/Entries -rt2/WebRT/html/CVS/Tag -rt2/WebRT/html/User/CVS/Root -rt2/WebRT/html/User/CVS/Repository -rt2/WebRT/html/User/CVS/Entries -rt2/WebRT/html/User/CVS/Tag -rt2/WebRT/html/User/Prefs.html -rt2/WebRT/html/Elements/CVS/Root -rt2/WebRT/html/Elements/CVS/Repository -rt2/WebRT/html/Elements/CVS/Entries -rt2/WebRT/html/Elements/CVS/Tag -rt2/WebRT/html/Elements/Checkbox -rt2/WebRT/html/Elements/CreateTicket -rt2/WebRT/html/Elements/CustomHomepageHeader -rt2/WebRT/html/Elements/Error -rt2/WebRT/html/Elements/Footer -rt2/WebRT/html/Elements/GotoTicket -rt2/WebRT/html/Elements/Header -rt2/WebRT/html/Elements/ListActions -rt2/WebRT/html/Elements/Login -rt2/WebRT/html/Elements/MessageBox -rt2/WebRT/html/Elements/MyRequests -rt2/WebRT/html/Elements/MyTickets -rt2/WebRT/html/Elements/Quicksearch -rt2/WebRT/html/Elements/Refresh -rt2/WebRT/html/Elements/Section -rt2/WebRT/html/Elements/SelectBoolean -rt2/WebRT/html/Elements/SelectDate -rt2/WebRT/html/Elements/SelectDateRelation -rt2/WebRT/html/Elements/SelectDateType -rt2/WebRT/html/Elements/SelectEqualityOperator -rt2/WebRT/html/Elements/SelectKeyword -rt2/WebRT/html/Elements/SelectKeywordOptions -rt2/WebRT/html/Elements/SelectLinkType -rt2/WebRT/html/Elements/SelectMatch -rt2/WebRT/html/Elements/SelectNewTicketQueue -rt2/WebRT/html/Elements/SelectOwner -rt2/WebRT/html/Elements/SelectQueue -rt2/WebRT/html/Elements/SelectResultsPerPage -rt2/WebRT/html/Elements/SelectSortOrder -rt2/WebRT/html/Elements/SelectStatus -rt2/WebRT/html/Elements/SelectTicketSortBy -rt2/WebRT/html/Elements/SelectUsers -rt2/WebRT/html/Elements/SelectWatcherType -rt2/WebRT/html/Elements/ShadedBox -rt2/WebRT/html/Elements/Submit -rt2/WebRT/html/Elements/Tabs -rt2/WebRT/html/Elements/TitleBoxEnd -rt2/WebRT/html/Elements/TitleBoxStart -rt2/WebRT/html/Elements/ViewUser -rt2/WebRT/html/Elements/dayMenu -rt2/WebRT/html/Elements/monthMenu -rt2/WebRT/html/Elements/yearMenu -rt2/WebRT/html/SelfService/Attachment/CVS/Root -rt2/WebRT/html/SelfService/Attachment/CVS/Repository -rt2/WebRT/html/SelfService/Attachment/CVS/Entries -rt2/WebRT/html/SelfService/Attachment/CVS/Tag -rt2/WebRT/html/SelfService/Attachment/dhandler -rt2/WebRT/html/SelfService/CVS/Root -rt2/WebRT/html/SelfService/CVS/Repository -rt2/WebRT/html/SelfService/CVS/Entries -rt2/WebRT/html/SelfService/CVS/Tag -rt2/WebRT/html/SelfService/Elements/CVS/Root -rt2/WebRT/html/SelfService/Elements/CVS/Repository -rt2/WebRT/html/SelfService/Elements/CVS/Entries -rt2/WebRT/html/SelfService/Elements/CVS/Tag -rt2/WebRT/html/SelfService/Elements/GotoTicket -rt2/WebRT/html/SelfService/Elements/Header -rt2/WebRT/html/SelfService/Elements/MyRequests -rt2/WebRT/html/SelfService/Elements/Tabs -rt2/WebRT/html/SelfService/Update.html -rt2/WebRT/html/SelfService/Error.html -rt2/WebRT/html/SelfService/Prefs.html -rt2/WebRT/html/SelfService/Display.html -rt2/WebRT/html/SelfService/index.html -rt2/WebRT/html/SelfService/Create.html -rt2/WebRT/html/SelfService/Closed.html -rt2/WebRT/html/Search/CVS/Root -rt2/WebRT/html/Search/CVS/Repository -rt2/WebRT/html/Search/CVS/Entries -rt2/WebRT/html/Search/CVS/Tag -rt2/WebRT/html/Search/Bulk.html -rt2/WebRT/html/Search/Listing.html -rt2/WebRT/html/Search/PickRestriction -rt2/WebRT/html/Search/RestrictSearch.html -rt2/WebRT/html/Search/TicketCell -rt2/WebRT/html/NoAuth/CVS/Root -rt2/WebRT/html/NoAuth/CVS/Repository -rt2/WebRT/html/NoAuth/CVS/Entries -rt2/WebRT/html/NoAuth/CVS/Tag -rt2/WebRT/html/NoAuth/images/CVS/Root -rt2/WebRT/html/NoAuth/images/CVS/Repository -rt2/WebRT/html/NoAuth/images/CVS/Entries -rt2/WebRT/html/NoAuth/images/CVS/Tag -rt2/WebRT/html/NoAuth/images/rt.jpg -rt2/WebRT/html/NoAuth/images/spacer.gif -rt2/WebRT/html/NoAuth/Logout.html -rt2/WebRT/html/NoAuth/Reminder.html -rt2/WebRT/html/NoAuth/webrt.css -rt2/WebRT/html/Admin/Global/CVS/Root -rt2/WebRT/html/Admin/Global/CVS/Repository -rt2/WebRT/html/Admin/Global/CVS/Entries -rt2/WebRT/html/Admin/Global/CVS/Tag -rt2/WebRT/html/Admin/Global/GroupRights.html -rt2/WebRT/html/Admin/Global/Keywords.html -rt2/WebRT/html/Admin/Global/Scrips.html -rt2/WebRT/html/Admin/Global/Template.html -rt2/WebRT/html/Admin/Global/Templates.html -rt2/WebRT/html/Admin/Global/UserRights.html -rt2/WebRT/html/Admin/Global/index.html -rt2/WebRT/html/Admin/Users/CVS/Root -rt2/WebRT/html/Admin/Users/CVS/Repository -rt2/WebRT/html/Admin/Users/CVS/Entries -rt2/WebRT/html/Admin/Users/CVS/Tag -rt2/WebRT/html/Admin/Users/Modify.html -rt2/WebRT/html/Admin/Users/Prefs.html -rt2/WebRT/html/Admin/Users/Rights.html -rt2/WebRT/html/Admin/Users/index.html -rt2/WebRT/html/Admin/Elements/CVS/Root -rt2/WebRT/html/Admin/Elements/CVS/Repository -rt2/WebRT/html/Admin/Elements/CVS/Entries -rt2/WebRT/html/Admin/Elements/CVS/Tag -rt2/WebRT/html/Admin/Elements/CreateQueueCalled -rt2/WebRT/html/Admin/Elements/CreateUserCalled -rt2/WebRT/html/Admin/Elements/EditUserComments -rt2/WebRT/html/Admin/Elements/GrantQueueRightsTo -rt2/WebRT/html/Admin/Elements/GroupTabs -rt2/WebRT/html/Admin/Elements/Header -rt2/WebRT/html/Admin/Elements/ListGlobalKeywordSelects -rt2/WebRT/html/Admin/Elements/ListGlobalScrips -rt2/WebRT/html/Admin/Elements/ModifyKeyword -rt2/WebRT/html/Admin/Elements/ModifyKeywordSelect -rt2/WebRT/html/Admin/Elements/ModifyQueue -rt2/WebRT/html/Admin/Elements/ModifyTemplate -rt2/WebRT/html/Admin/Elements/ModifyUser -rt2/WebRT/html/Admin/Elements/QueueRightsForUser -rt2/WebRT/html/Admin/Elements/QueueTabs -rt2/WebRT/html/Admin/Elements/SelectKeywordSelect -rt2/WebRT/html/Admin/Elements/SelectModifyGroup -rt2/WebRT/html/Admin/Elements/SelectModifyKeyword -rt2/WebRT/html/Admin/Elements/Tabs -rt2/WebRT/html/Admin/Elements/SelectModifyKeywordSelect -rt2/WebRT/html/Admin/Elements/SelectModifyQueue -rt2/WebRT/html/Admin/Elements/SelectModifyUser -rt2/WebRT/html/Admin/Elements/SelectQueueRights -rt2/WebRT/html/Admin/Elements/SelectRights -rt2/WebRT/html/Admin/Elements/SelectScrip -rt2/WebRT/html/Admin/Elements/SelectScripAction -rt2/WebRT/html/Admin/Elements/SelectScripCondition -rt2/WebRT/html/Admin/Elements/SelectSingleOrMultiple -rt2/WebRT/html/Admin/Elements/SelectTemplate -rt2/WebRT/html/Admin/Elements/SelectUsers -rt2/WebRT/html/Admin/Elements/SystemTabs -rt2/WebRT/html/Admin/Elements/UserTabs -rt2/WebRT/html/Admin/Queues/CVS/Root -rt2/WebRT/html/Admin/Queues/CVS/Repository -rt2/WebRT/html/Admin/Queues/CVS/Entries -rt2/WebRT/html/Admin/Queues/CVS/Tag -rt2/WebRT/html/Admin/Queues/Create.html -rt2/WebRT/html/Admin/Queues/GroupRights.html -rt2/WebRT/html/Admin/Queues/Keywords.html -rt2/WebRT/html/Admin/Queues/Modify.html -rt2/WebRT/html/Admin/Queues/People.html -rt2/WebRT/html/Admin/Queues/Scrips.html -rt2/WebRT/html/Admin/Queues/Template.html -rt2/WebRT/html/Admin/Queues/Templates.html -rt2/WebRT/html/Admin/Queues/UserRights.html -rt2/WebRT/html/Admin/Queues/index.html -rt2/WebRT/html/Admin/CVS/Root -rt2/WebRT/html/Admin/CVS/Repository -rt2/WebRT/html/Admin/CVS/Entries -rt2/WebRT/html/Admin/CVS/Tag -rt2/WebRT/html/Admin/KeywordSelects/CVS/Root -rt2/WebRT/html/Admin/KeywordSelects/CVS/Repository -rt2/WebRT/html/Admin/KeywordSelects/CVS/Entries -rt2/WebRT/html/Admin/KeywordSelects/CVS/Tag -rt2/WebRT/html/Admin/KeywordSelects/Modify.html -rt2/WebRT/html/Admin/KeywordSelects/index.html -rt2/WebRT/html/Admin/Keywords/CVS/Root -rt2/WebRT/html/Admin/Keywords/CVS/Repository -rt2/WebRT/html/Admin/Keywords/CVS/Entries -rt2/WebRT/html/Admin/Keywords/CVS/Tag -rt2/WebRT/html/Admin/Keywords/Modify.html -rt2/WebRT/html/Admin/Keywords/index.html -rt2/WebRT/html/Admin/Groups/CVS/Root -rt2/WebRT/html/Admin/Groups/CVS/Repository -rt2/WebRT/html/Admin/Groups/CVS/Entries -rt2/WebRT/html/Admin/Groups/CVS/Tag -rt2/WebRT/html/Admin/Groups/Members.html -rt2/WebRT/html/Admin/Groups/Modify.html -rt2/WebRT/html/Admin/Groups/Rights.html -rt2/WebRT/html/Admin/Groups/index.html -rt2/WebRT/html/Admin/index.html -rt2/WebRT/html/autohandler -rt2/WebRT/html/index.html -rt2/etc/config.pm -rt2/etc/insertdata -rt2/lib/RT.pm -rt2/lib/RT/KeywordSelects.pm -rt2/lib/RT/Links.pm -rt2/lib/RT/Watchers.pm -rt2/lib/RT/Group.pm -rt2/lib/RT/Keyword.pm -rt2/lib/RT/Record.pm -rt2/lib/RT/ScripConditions.pm -rt2/lib/RT/Transaction.pm -rt2/lib/RT/TestHarness.pm -rt2/lib/RT/Link.pm -rt2/lib/RT/Watcher.pm -rt2/lib/RT/ObjectKeywords.pm -rt2/lib/RT/EasySearch.pm -rt2/lib/RT/ScripActions.pm -rt2/lib/RT/Scrip.pm -rt2/lib/RT/GroupMembers.pm -rt2/lib/RT/Transactions.pm -rt2/lib/RT/Scrips.pm -rt2/lib/RT/User.pm -rt2/lib/RT/ScripCondition.pm -rt2/lib/RT/Users.pm -rt2/lib/RT/Ticket.pm -rt2/lib/RT/ACE.pm -rt2/lib/RT/Queue.pm -rt2/lib/RT/Tickets.pm -rt2/lib/RT/Template.pm -rt2/lib/RT/GroupMember.pm -rt2/lib/RT/Templates.pm -rt2/lib/RT/Queues.pm -rt2/lib/RT/Date.pm -rt2/lib/RT/CurrentUser.pm -rt2/lib/RT/ScripAction.pm -rt2/lib/RT/Keywords.pm -rt2/lib/RT/ObjectKeyword.pm -rt2/lib/RT/Attachment.pm -rt2/lib/RT/Groups.pm -rt2/lib/RT/KeywordSelect.pm -rt2/lib/RT/Handle.pm -rt2/lib/RT/ACL.pm -rt2/lib/RT/Attachments.pm -rt2/lib/RT/Interface/Email.pm -rt2/lib/RT/Interface/CLI.pm -rt2/lib/RT/Interface/Web.pm -rt2/lib/RT/Condition/NewDependency.pm -rt2/lib/RT/Condition/StatusChange.pm -rt2/lib/RT/Condition/AnyTransaction.pm -rt2/lib/RT/Condition/Generic.pm -rt2/lib/RT/Action/Generic.pm -rt2/lib/RT/Action/OpenDependent.pm -rt2/lib/RT/Action/StallDependent.pm -rt2/lib/RT/Action/SendPasswordEmail.pm -rt2/lib/RT/Action/Notify.pm -rt2/lib/RT/Action/SendEmail.pm -rt2/lib/RT/Action/README.hackers -rt2/lib/RT/Action/ResolveMembers.pm -rt2/lib/RT/Action/NotifyAsComment.pm -rt2/lib/RT/Action/Autoreply.pm -rt2/lib/auto/RT/.packlist -rt2/README -@dirrm rt2/local/WebRT/html -@dirrm rt2/local/WebRT -@dirrm rt2/local -@dirrm rt2/lib/auto/RT -@dirrm rt2/lib/auto -@dirrm rt2/lib/RT/Interface -@dirrm rt2/lib/RT/Condition -@dirrm rt2/lib/RT/Action -@dirrm rt2/lib/RT -@dirrm rt2/lib -@dirrm rt2/etc -@dirrm rt2/bin -@dirrm rt2/WebRT/sessiondata -@dirrm rt2/WebRT/html/User/CVS -@dirrm rt2/WebRT/html/User -@dirrm rt2/WebRT/html/Ticket/Elements/CVS -@dirrm rt2/WebRT/html/Ticket/Elements -@dirrm rt2/WebRT/html/Ticket/CVS -@dirrm rt2/WebRT/html/Ticket/Attachment/CVS -@dirrm rt2/WebRT/html/Ticket/Attachment -@dirrm rt2/WebRT/html/Ticket -@dirrm rt2/WebRT/html/SelfService/Elements/CVS -@dirrm rt2/WebRT/html/SelfService/Elements -@dirrm rt2/WebRT/html/SelfService/CVS -@dirrm rt2/WebRT/html/SelfService/Attachment/CVS -@dirrm rt2/WebRT/html/SelfService/Attachment -@dirrm rt2/WebRT/html/SelfService -@dirrm rt2/WebRT/html/Search/CVS -@dirrm rt2/WebRT/html/Search -@dirrm rt2/WebRT/html/NoAuth/images/CVS -@dirrm rt2/WebRT/html/NoAuth/images -@dirrm rt2/WebRT/html/NoAuth/CVS -@dirrm rt2/WebRT/html/NoAuth -@dirrm rt2/WebRT/html/Elements/CVS -@dirrm rt2/WebRT/html/Elements -@dirrm rt2/WebRT/html/CVS -@dirrm rt2/WebRT/html/Admin/Users/CVS -@dirrm rt2/WebRT/html/Admin/Users -@dirrm rt2/WebRT/html/Admin/Queues/CVS -@dirrm rt2/WebRT/html/Admin/Queues -@dirrm rt2/WebRT/html/Admin/Keywords/CVS -@dirrm rt2/WebRT/html/Admin/Keywords -@dirrm rt2/WebRT/html/Admin/KeywordSelects/CVS -@dirrm rt2/WebRT/html/Admin/KeywordSelects -@dirrm rt2/WebRT/html/Admin/Groups/CVS -@dirrm rt2/WebRT/html/Admin/Groups -@dirrm rt2/WebRT/html/Admin/Global/CVS -@dirrm rt2/WebRT/html/Admin/Global -@dirrm rt2/WebRT/html/Admin/Elements/CVS -@dirrm rt2/WebRT/html/Admin/Elements -@dirrm rt2/WebRT/html/Admin/CVS -@dirrm rt2/WebRT/html/Admin -@dirrm rt2/WebRT/html -@dirrm rt2/WebRT/data -@dirrm rt2/WebRT -@unexec rmdir %D/rt2 2>/dev/null || true diff --git a/www/rt36/Makefile b/www/rt36/Makefile deleted file mode 100644 index 33233b5eb827..000000000000 --- a/www/rt36/Makefile +++ /dev/null @@ -1,160 +0,0 @@ -# New ports collection makefile for: RT2 -# Date created: 12 Auguest 2002 -# Whom: plasma -# -# $FreeBSD$ -# - -PORTNAME= rt2 -PORTVERSION= 2.0.15 -CATEGORIES= www -MASTER_SITES= http://www.fsck.com/pub/rt/release/ -DISTNAME= rt-${PORTVERSION:S/./-/g} - -MAINTAINER= plasmaball@pchome.com.tw -COMMENT= RT is an industrial-grade ticketing system written in Perl - -BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \ - ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ - ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/DBIx/DataSource.pm:${PORTSDIR}/databases/p5-DBIx-DataSource \ - ${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ - ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ - ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ - ${SITE_PERL}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper \ - ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ - ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp - -WRKSRC= ${WRKDIR}/rt-${RT_VERSION} -RT_VERSION= ${PORTVERSION:C/\./-/g} -DB_TYPE?= mysql - -.if ${DB_TYPE} == "Pg" -BUILD_DEPENDS+= ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7 \ - ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.else -DB_TYPE= mysql -BUILD_DEPENDS+= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server -.endif - -RUN_DEPENDS= ${BUILD_DEPENDS} - -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_REINPLACE= yes -USE_PERL5= yes - -RT_PATH?= ${PREFIX}/rt2 -DB_DBA_PASSWORDD?= -DB_HOST?= localhost -DB_RT_PASS= rt_pass - -MAN3= RT::Links.3 \ - RT::Watchers.3 \ - RT::Group.3 \ - RT::Keyword.3 \ - RT::Record.3 \ - RT::ScripConditions.3 \ - RT::Action::Generic.3 \ - RT::Transaction.3 \ - RT::Interface::Email.3 \ - RT::Link.3 \ - RT.3 \ - RT::Watcher.3 \ - RT::ObjectKeywords.3 \ - RT::EasySearch.3 \ - RT::ScripActions.3 \ - RT::Scrip.3 \ - RT::GroupMembers.3 \ - RT::Action::SendPasswordEmail.3 \ - RT::Transactions.3 \ - RT::Scrips.3 \ - RT::Action::SendEmail.3 \ - RT::User.3 \ - RT::ScripCondition.3 \ - RT::Users.3 \ - RT::Ticket.3 \ - RT::ACE.3 \ - RT::Queue.3 \ - RT::Interface::CLI.3 \ - RT::Tickets.3 \ - RT::GroupMember.3 \ - RT::Template.3 \ - RT::Templates.3 \ - RT::Queues.3 \ - RT::Date.3 \ - RT::CurrentUser.3 \ - RT::ScripAction.3 \ - RT::Keywords.3 \ - RT::ObjectKeyword.3 \ - RT::Attachment.3 \ - RT::Groups.3 \ - RT::KeywordSelect.3 \ - RT::Condition::Generic.3 \ - RT::Handle.3 \ - RT::ACL.3 \ - RT::Attachments.3 - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " DB_DBA_PASSWORD=password Your password of MySQL root ();" - @${ECHO} " DB_HOST=hostname Where MySQL resident (localhost);" - @${ECHO} " DB_RT_PASS=password Your password of MySQL RT user (rt_pass);" - @${ECHO} " DB_TYPE=type Pg for postgresql, mysql for MySQL (mysql);" - @${ECHO} " INSTALL_NEW Install a fresh port, otherwise just upgrade;" - @${ECHO} "" - @${ECHO} "IMPORTANT!!! If you want to install a fresh new port, define INSTALL_NEW to do so, otherwise this port just do a upgrade." - @${ECHO} "" - -post-patch: -.for _FILE in tools/testdeps - ${REINPLACE_CMD} 's,/usr/bin/perl,${PERL},' ${WRKSRC}/${_FILE} - ${CHMOD} +x ${WRKSRC}/${_FILE} -.endfor - -do-build: -.for _NAME in RT_PATH DB_DBA_PASSWORD DB_HOST DB_RT_PASS DB_TYPE - @${REINPLACE_CMD} "s!%%${_NAME}%%!${${_NAME}}!g" ${WRKSRC}/Makefile -.endfor - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile testdeps - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile fixdeps - -do-install: - @${MKDIR} /var/log/rt2 -.if defined(INSTALL_NEW) - -@cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile dropdb - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile install -.else - @cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile upgrade -.endif - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/rt2/README - @${CHOWN} -R www /var/log/rt2 - -post-install: - @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -.include <bsd.port.post.mk> diff --git a/www/rt36/distinfo b/www/rt36/distinfo deleted file mode 100644 index e1ffedff9520..000000000000 --- a/www/rt36/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rt-2-0-15.tar.gz) = 7e6762d5091ea5919504eaa754f4612e diff --git a/www/rt36/files/patch-Makefile b/www/rt36/files/patch-Makefile deleted file mode 100644 index 5244bea5a9b9..000000000000 --- a/www/rt36/files/patch-Makefile +++ /dev/null @@ -1,138 +0,0 @@ ---- Makefile.orig Fri Oct 4 11:48:46 2002 -+++ Makefile Wed Feb 12 03:13:22 2003 -@@ -2,7 +2,7 @@ - # RT is Copyright 1996-2002 Jesse Vincent <jesse@bestpractical.com> - # It is distributed under the terms of the GNU General Public License, version 2 - --PERL = /usr/bin/perl -+#PERL = /usr/bin/perl - - RT_VERSION_MAJOR = 2 - RT_VERSION_MINOR = 0 -@@ -15,7 +15,7 @@ - BRANCH = HEAD - - # This is the group that all of the installed files will be chgrp'ed to. --RTGROUP = rt -+RTGROUP = www - - - # User which should own rt binaries. -@@ -40,7 +40,7 @@ - # RT_PATH is the name of the directory you want make to install RT in - # RT must be installed in its own directory (don't set this to /usr/local) - --RT_PATH = /opt/rt2 -+RT_PATH = %%RT_PATH%% - - # The rest of these paths are all configurable, but you probably don't want to - # put them elsewhere -@@ -49,7 +49,7 @@ - RT_ETC_PATH = $(RT_PATH)/etc - RT_CONFIG_PATH = $(RT_ETC_PATH) - RT_BIN_PATH = $(RT_PATH)/bin --RT_MAN_PATH = $(RT_PATH)/man -+RT_MAN_PATH = /usr/local/man - MASON_HTML_PATH = $(RT_PATH)/WebRT/html - - -@@ -63,7 +63,7 @@ - MASON_DATA_PATH = $(RT_PATH)/WebRT/data - MASON_SESSION_PATH = $(RT_PATH)/WebRT/sessiondata - --RT_LOG_PATH = /tmp -+RT_LOG_PATH = /var/log/rt2 - - # RT_READABLE_DIR_MODE is the mode of directories that are generally meant - # to be accessable -@@ -101,13 +101,13 @@ - # "Pg" is known to work - # "Oracle" is in the early stages of working. - --DB_TYPE = mysql -+DB_TYPE = %%DB_TYPE%% - - # DB_HOME is where the Database's commandline tools live. $DB_HOME/bin - # should contain the binaries themselves, e.g. if "which mysql" gives - # "/usr/local/mysql/bin/mysql", $DB_HOME should be "/usr/local/mysql" - --DB_HOME = /usr -+DB_HOME = /usr/local - - # Set DBA to the name of a unix account with the proper permissions and - # environment to run your commandline SQL tools -@@ -121,14 +121,14 @@ - # For oracle, you want 'system' - - DB_DBA = root --DB_DBA_PASSWORD = -- -+DB_DBA_PASSWORD = %%DB_DBA_PASSWORD%% -+ - # - # Set this to the Fully Qualified Domain Name of your database server. - # If the database is local, rather than on a remote host, using "localhost" - # will greatly enhance performance. - --DB_HOST = localhost -+DB_HOST = %%DB_HOST%% - - # If you're not running your database server on its default port, - # specifiy the port the database server is running on below. -@@ -144,7 +144,7 @@ - # to grant those database rights by hand. - # - --DB_RT_HOST = localhost -+DB_RT_HOST = %%DB_HOST%% - - # set this to the name you want to give to the RT database in - # your database server. For Oracle, this should be the name of your sid -@@ -158,7 +158,7 @@ - # Set this to the password used by the rt database user - # *** Change This Before Installation*** - --DB_RT_PASS = rt_pass -+DB_RT_PASS = %%DB_RT_PASS%% - - # }}} - -@@ -168,7 +168,7 @@ - # objectcode - - WEB_USER = www --WEB_GROUP = rt -+WEB_GROUP = www - - # }}} - -@@ -312,7 +312,7 @@ - - - genschema: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' generate -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' generate - - - initialize.Pg: createdb initdb.dba acls -@@ -334,16 +334,16 @@ - - - dropdb: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' drop -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' drop - - - createdb: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' create -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' create - initdb.dba: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' insert -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' '$(DB_DBA_PASSWORD)' insert - - initdb.rtuser: -- $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_RT_USER)' '$(DB_DATABASE)' insert -+ $(PERL) tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_RT_USER)' '$(DB_DATABASE)' '$(DB_RT_PASS)' insert - - - diff --git a/www/rt36/files/patch-bin-initacls.mysql b/www/rt36/files/patch-bin-initacls.mysql deleted file mode 100644 index 42837f974cb5..000000000000 --- a/www/rt36/files/patch-bin-initacls.mysql +++ /dev/null @@ -1,12 +0,0 @@ ---- bin/initacls.mysql Wed Nov 7 07:04:00 2001 -+++ bin/initacls.mysql Thu Aug 15 18:01:14 2002 -@@ -14,7 +14,7 @@ - export PATH - - echo "Enter the mysql administrator's database password to create a new user for RT" --$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} mysql < $DATABASEACLS -+$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} --password=${DBAPASSWD} mysql < $DATABASEACLS - - echo "Enter the mysql administrator's database password to nondestructively reload the database" --$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} reload -+$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} --password=${DBAPASSWD} reload diff --git a/www/rt36/files/patch-tools-initdb b/www/rt36/files/patch-tools-initdb deleted file mode 100644 index 1ee6462ed640..000000000000 --- a/www/rt36/files/patch-tools-initdb +++ /dev/null @@ -1,29 +0,0 @@ ---- tools/initdb Wed Nov 7 07:06:06 2001 -+++ tools/initdb Thu Aug 15 17:17:19 2002 -@@ -17,7 +17,7 @@ - $SCHEMA_DIR ="etc"; - $SCHEMA_FILE = "$SCHEMA_DIR/schema.pm"; #hmm - --($DB_TYPE, $DB_HOME, $DB_HOST, $DB_PORT, $DB_DBA, $DB_DATABASE, $ACTION) = @ARGV; -+($DB_TYPE, $DB_HOME, $DB_HOST, $DB_PORT, $DB_DBA, $DB_DATABASE, $DB_DBA_PASSWORD, $ACTION) = @ARGV; - - - if ($DEBUG) { -@@ -71,6 +71,8 @@ - # {{{ sub prompt_for_dba_password - - sub prompt_for_dba_password { -+ return if defined $DB_DBA_PASSWORD; -+ - print "Enter the $DB_TYPE password for $DB_DBA: "; - - system "stty -echo"; -@@ -107,7 +109,7 @@ - If you have an existing RT 2.x installation, this will destroy all your data. - i - END -- exit unless _yesno(); -+ # exit unless _yesno(); - - } - diff --git a/www/rt36/files/patch-tools-testdeps b/www/rt36/files/patch-tools-testdeps deleted file mode 100644 index b4e392a23cec..000000000000 --- a/www/rt36/files/patch-tools-testdeps +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/testdeps Thu Feb 28 14:38:10 2002 -+++ tools/testdeps Thu Aug 15 16:43:45 2002 -@@ -107,7 +107,11 @@ - $module = "DBD::mysql::Install" if ($module =~ /DBD::mysql/); - - print "Installing with CPAN..."; -- CPAN::install($module); -+ require CPAN::FirstTime; # shut up configuration -+ no strict 'refs'; -+ local $^W; -+ *{'ExtUtils::MakeMaker::prompt'} = sub ($;$) { '' }; -+ CPAN::force('install', $module); - } - print "\n"; - exit(1) if ($mode =~ /-q/); diff --git a/www/rt36/pkg-descr b/www/rt36/pkg-descr deleted file mode 100644 index 743d89a4bec0..000000000000 --- a/www/rt36/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -RT is an industrial-grade ticketing system. It lets a group of people -intelligently and efficiently manage requests submitted by a community -of users. RT is used by systems administrators, customer support -staffs, NOCs, developers and even marketing departments at over a -thousand sites around the world. - -WWW: http://www.bestpractical.com/rt/ diff --git a/www/rt36/pkg-message b/www/rt36/pkg-message deleted file mode 100644 index 8d1b6429f69c..000000000000 --- a/www/rt36/pkg-message +++ /dev/null @@ -1,18 +0,0 @@ -=============================================================== - -To complete the installation of this port, you have to do the -following things: - -1. Run %%PREFIX%%/rt2/etc/insertdata <last_version_of_rt> if you're - upgrading from an older version. -2. Edit %%PREFIX%%/rt2/etc/config.pm -3. Configure the email and web gateways. Please refer to 'SETTING UP - THE MAIL GATEWAY' in %%PREFIX%%/rt2/README -4. Restart Apache. -5. Do remember to *CHANGE* the root's password for the web interface. - The default is "password" (without the quotes.) -6. Configure RT per the instructions at http://www.fsck.com/rtfm/. - -NOTE: Please remember to use a statically compiled mod_perl, - and configure mod_fastcgi for a faster rt2. -================================================================ diff --git a/www/rt36/pkg-plist b/www/rt36/pkg-plist deleted file mode 100644 index 2447c26c7025..000000000000 --- a/www/rt36/pkg-plist +++ /dev/null @@ -1,365 +0,0 @@ -rt2/bin/webmux.pl -rt2/bin/rt-mailgate -rt2/bin/rtadmin -rt2/bin/rt -rt2/bin/mason_handler.fcgi -rt2/bin/mason_handler.scgi -rt2/WebRT/html/Ticket/Attachment/CVS/Root -rt2/WebRT/html/Ticket/Attachment/CVS/Repository -rt2/WebRT/html/Ticket/Attachment/CVS/Entries -rt2/WebRT/html/Ticket/Attachment/CVS/Tag -rt2/WebRT/html/Ticket/Attachment/dhandler -rt2/WebRT/html/Ticket/CVS/Root -rt2/WebRT/html/Ticket/CVS/Repository -rt2/WebRT/html/Ticket/CVS/Entries -rt2/WebRT/html/Ticket/CVS/Tag -rt2/WebRT/html/Ticket/Elements/CVS/Root -rt2/WebRT/html/Ticket/Elements/CVS/Repository -rt2/WebRT/html/Ticket/Elements/CVS/Entries -rt2/WebRT/html/Ticket/Elements/CVS/Tag -rt2/WebRT/html/Ticket/Elements/AddWatchers -rt2/WebRT/html/Ticket/Elements/EditBasics -rt2/WebRT/html/Ticket/Elements/EditDates -rt2/WebRT/html/Ticket/Elements/EditKeywordSelects -rt2/WebRT/html/Ticket/Elements/EditLinks -rt2/WebRT/html/Ticket/Elements/EditPeople -rt2/WebRT/html/Ticket/Elements/EditWatchers -rt2/WebRT/html/Ticket/Elements/ShowBasics -rt2/WebRT/html/Ticket/Elements/ShowDates -rt2/WebRT/html/Ticket/Elements/ShowDependencies -rt2/WebRT/html/Ticket/Elements/ShowHistory -rt2/WebRT/html/Ticket/Elements/ShowKeywordSelects -rt2/WebRT/html/Ticket/Elements/ShowLinks -rt2/WebRT/html/Ticket/Elements/ShowMemberOf -rt2/WebRT/html/Ticket/Elements/ShowMembers -rt2/WebRT/html/Ticket/Elements/ShowPeople -rt2/WebRT/html/Ticket/Elements/ShowReferences -rt2/WebRT/html/Ticket/Elements/ShowRequestor -rt2/WebRT/html/Ticket/Elements/ShowSummary -rt2/WebRT/html/Ticket/Elements/ShowTransaction -rt2/WebRT/html/Ticket/Elements/Tabs -rt2/WebRT/html/Ticket/Elements/ToolBar -rt2/WebRT/html/Ticket/Create.html -rt2/WebRT/html/Ticket/Modify.html -rt2/WebRT/html/Ticket/ModifyAll.html -rt2/WebRT/html/Ticket/ModifyDates.html -rt2/WebRT/html/Ticket/ModifyLinks.html -rt2/WebRT/html/Ticket/ModifyPeople.html -rt2/WebRT/html/Ticket/Update.html -rt2/WebRT/html/Ticket/Display.html -rt2/WebRT/html/Ticket/History.html -rt2/WebRT/html/CVS/Root -rt2/WebRT/html/CVS/Repository -rt2/WebRT/html/CVS/Entries -rt2/WebRT/html/CVS/Tag -rt2/WebRT/html/User/CVS/Root -rt2/WebRT/html/User/CVS/Repository -rt2/WebRT/html/User/CVS/Entries -rt2/WebRT/html/User/CVS/Tag -rt2/WebRT/html/User/Prefs.html -rt2/WebRT/html/Elements/CVS/Root -rt2/WebRT/html/Elements/CVS/Repository -rt2/WebRT/html/Elements/CVS/Entries -rt2/WebRT/html/Elements/CVS/Tag -rt2/WebRT/html/Elements/Checkbox -rt2/WebRT/html/Elements/CreateTicket -rt2/WebRT/html/Elements/CustomHomepageHeader -rt2/WebRT/html/Elements/Error -rt2/WebRT/html/Elements/Footer -rt2/WebRT/html/Elements/GotoTicket -rt2/WebRT/html/Elements/Header -rt2/WebRT/html/Elements/ListActions -rt2/WebRT/html/Elements/Login -rt2/WebRT/html/Elements/MessageBox -rt2/WebRT/html/Elements/MyRequests -rt2/WebRT/html/Elements/MyTickets -rt2/WebRT/html/Elements/Quicksearch -rt2/WebRT/html/Elements/Refresh -rt2/WebRT/html/Elements/Section -rt2/WebRT/html/Elements/SelectBoolean -rt2/WebRT/html/Elements/SelectDate -rt2/WebRT/html/Elements/SelectDateRelation -rt2/WebRT/html/Elements/SelectDateType -rt2/WebRT/html/Elements/SelectEqualityOperator -rt2/WebRT/html/Elements/SelectKeyword -rt2/WebRT/html/Elements/SelectKeywordOptions -rt2/WebRT/html/Elements/SelectLinkType -rt2/WebRT/html/Elements/SelectMatch -rt2/WebRT/html/Elements/SelectNewTicketQueue -rt2/WebRT/html/Elements/SelectOwner -rt2/WebRT/html/Elements/SelectQueue -rt2/WebRT/html/Elements/SelectResultsPerPage -rt2/WebRT/html/Elements/SelectSortOrder -rt2/WebRT/html/Elements/SelectStatus -rt2/WebRT/html/Elements/SelectTicketSortBy -rt2/WebRT/html/Elements/SelectUsers -rt2/WebRT/html/Elements/SelectWatcherType -rt2/WebRT/html/Elements/ShadedBox -rt2/WebRT/html/Elements/Submit -rt2/WebRT/html/Elements/Tabs -rt2/WebRT/html/Elements/TitleBoxEnd -rt2/WebRT/html/Elements/TitleBoxStart -rt2/WebRT/html/Elements/ViewUser -rt2/WebRT/html/Elements/dayMenu -rt2/WebRT/html/Elements/monthMenu -rt2/WebRT/html/Elements/yearMenu -rt2/WebRT/html/SelfService/Attachment/CVS/Root -rt2/WebRT/html/SelfService/Attachment/CVS/Repository -rt2/WebRT/html/SelfService/Attachment/CVS/Entries -rt2/WebRT/html/SelfService/Attachment/CVS/Tag -rt2/WebRT/html/SelfService/Attachment/dhandler -rt2/WebRT/html/SelfService/CVS/Root -rt2/WebRT/html/SelfService/CVS/Repository -rt2/WebRT/html/SelfService/CVS/Entries -rt2/WebRT/html/SelfService/CVS/Tag -rt2/WebRT/html/SelfService/Elements/CVS/Root -rt2/WebRT/html/SelfService/Elements/CVS/Repository -rt2/WebRT/html/SelfService/Elements/CVS/Entries -rt2/WebRT/html/SelfService/Elements/CVS/Tag -rt2/WebRT/html/SelfService/Elements/GotoTicket -rt2/WebRT/html/SelfService/Elements/Header -rt2/WebRT/html/SelfService/Elements/MyRequests -rt2/WebRT/html/SelfService/Elements/Tabs -rt2/WebRT/html/SelfService/Update.html -rt2/WebRT/html/SelfService/Error.html -rt2/WebRT/html/SelfService/Prefs.html -rt2/WebRT/html/SelfService/Display.html -rt2/WebRT/html/SelfService/index.html -rt2/WebRT/html/SelfService/Create.html -rt2/WebRT/html/SelfService/Closed.html -rt2/WebRT/html/Search/CVS/Root -rt2/WebRT/html/Search/CVS/Repository -rt2/WebRT/html/Search/CVS/Entries -rt2/WebRT/html/Search/CVS/Tag -rt2/WebRT/html/Search/Bulk.html -rt2/WebRT/html/Search/Listing.html -rt2/WebRT/html/Search/PickRestriction -rt2/WebRT/html/Search/RestrictSearch.html -rt2/WebRT/html/Search/TicketCell -rt2/WebRT/html/NoAuth/CVS/Root -rt2/WebRT/html/NoAuth/CVS/Repository -rt2/WebRT/html/NoAuth/CVS/Entries -rt2/WebRT/html/NoAuth/CVS/Tag -rt2/WebRT/html/NoAuth/images/CVS/Root -rt2/WebRT/html/NoAuth/images/CVS/Repository -rt2/WebRT/html/NoAuth/images/CVS/Entries -rt2/WebRT/html/NoAuth/images/CVS/Tag -rt2/WebRT/html/NoAuth/images/rt.jpg -rt2/WebRT/html/NoAuth/images/spacer.gif -rt2/WebRT/html/NoAuth/Logout.html -rt2/WebRT/html/NoAuth/Reminder.html -rt2/WebRT/html/NoAuth/webrt.css -rt2/WebRT/html/Admin/Global/CVS/Root -rt2/WebRT/html/Admin/Global/CVS/Repository -rt2/WebRT/html/Admin/Global/CVS/Entries -rt2/WebRT/html/Admin/Global/CVS/Tag -rt2/WebRT/html/Admin/Global/GroupRights.html -rt2/WebRT/html/Admin/Global/Keywords.html -rt2/WebRT/html/Admin/Global/Scrips.html -rt2/WebRT/html/Admin/Global/Template.html -rt2/WebRT/html/Admin/Global/Templates.html -rt2/WebRT/html/Admin/Global/UserRights.html -rt2/WebRT/html/Admin/Global/index.html -rt2/WebRT/html/Admin/Users/CVS/Root -rt2/WebRT/html/Admin/Users/CVS/Repository -rt2/WebRT/html/Admin/Users/CVS/Entries -rt2/WebRT/html/Admin/Users/CVS/Tag -rt2/WebRT/html/Admin/Users/Modify.html -rt2/WebRT/html/Admin/Users/Prefs.html -rt2/WebRT/html/Admin/Users/Rights.html -rt2/WebRT/html/Admin/Users/index.html -rt2/WebRT/html/Admin/Elements/CVS/Root -rt2/WebRT/html/Admin/Elements/CVS/Repository -rt2/WebRT/html/Admin/Elements/CVS/Entries -rt2/WebRT/html/Admin/Elements/CVS/Tag -rt2/WebRT/html/Admin/Elements/CreateQueueCalled -rt2/WebRT/html/Admin/Elements/CreateUserCalled -rt2/WebRT/html/Admin/Elements/EditUserComments -rt2/WebRT/html/Admin/Elements/GrantQueueRightsTo -rt2/WebRT/html/Admin/Elements/GroupTabs -rt2/WebRT/html/Admin/Elements/Header -rt2/WebRT/html/Admin/Elements/ListGlobalKeywordSelects -rt2/WebRT/html/Admin/Elements/ListGlobalScrips -rt2/WebRT/html/Admin/Elements/ModifyKeyword -rt2/WebRT/html/Admin/Elements/ModifyKeywordSelect -rt2/WebRT/html/Admin/Elements/ModifyQueue -rt2/WebRT/html/Admin/Elements/ModifyTemplate -rt2/WebRT/html/Admin/Elements/ModifyUser -rt2/WebRT/html/Admin/Elements/QueueRightsForUser -rt2/WebRT/html/Admin/Elements/QueueTabs -rt2/WebRT/html/Admin/Elements/SelectKeywordSelect -rt2/WebRT/html/Admin/Elements/SelectModifyGroup -rt2/WebRT/html/Admin/Elements/SelectModifyKeyword -rt2/WebRT/html/Admin/Elements/Tabs -rt2/WebRT/html/Admin/Elements/SelectModifyKeywordSelect -rt2/WebRT/html/Admin/Elements/SelectModifyQueue -rt2/WebRT/html/Admin/Elements/SelectModifyUser -rt2/WebRT/html/Admin/Elements/SelectQueueRights -rt2/WebRT/html/Admin/Elements/SelectRights -rt2/WebRT/html/Admin/Elements/SelectScrip -rt2/WebRT/html/Admin/Elements/SelectScripAction -rt2/WebRT/html/Admin/Elements/SelectScripCondition -rt2/WebRT/html/Admin/Elements/SelectSingleOrMultiple -rt2/WebRT/html/Admin/Elements/SelectTemplate -rt2/WebRT/html/Admin/Elements/SelectUsers -rt2/WebRT/html/Admin/Elements/SystemTabs -rt2/WebRT/html/Admin/Elements/UserTabs -rt2/WebRT/html/Admin/Queues/CVS/Root -rt2/WebRT/html/Admin/Queues/CVS/Repository -rt2/WebRT/html/Admin/Queues/CVS/Entries -rt2/WebRT/html/Admin/Queues/CVS/Tag -rt2/WebRT/html/Admin/Queues/Create.html -rt2/WebRT/html/Admin/Queues/GroupRights.html -rt2/WebRT/html/Admin/Queues/Keywords.html -rt2/WebRT/html/Admin/Queues/Modify.html -rt2/WebRT/html/Admin/Queues/People.html -rt2/WebRT/html/Admin/Queues/Scrips.html -rt2/WebRT/html/Admin/Queues/Template.html -rt2/WebRT/html/Admin/Queues/Templates.html -rt2/WebRT/html/Admin/Queues/UserRights.html -rt2/WebRT/html/Admin/Queues/index.html -rt2/WebRT/html/Admin/CVS/Root -rt2/WebRT/html/Admin/CVS/Repository -rt2/WebRT/html/Admin/CVS/Entries -rt2/WebRT/html/Admin/CVS/Tag -rt2/WebRT/html/Admin/KeywordSelects/CVS/Root -rt2/WebRT/html/Admin/KeywordSelects/CVS/Repository -rt2/WebRT/html/Admin/KeywordSelects/CVS/Entries -rt2/WebRT/html/Admin/KeywordSelects/CVS/Tag -rt2/WebRT/html/Admin/KeywordSelects/Modify.html -rt2/WebRT/html/Admin/KeywordSelects/index.html -rt2/WebRT/html/Admin/Keywords/CVS/Root -rt2/WebRT/html/Admin/Keywords/CVS/Repository -rt2/WebRT/html/Admin/Keywords/CVS/Entries -rt2/WebRT/html/Admin/Keywords/CVS/Tag -rt2/WebRT/html/Admin/Keywords/Modify.html -rt2/WebRT/html/Admin/Keywords/index.html -rt2/WebRT/html/Admin/Groups/CVS/Root -rt2/WebRT/html/Admin/Groups/CVS/Repository -rt2/WebRT/html/Admin/Groups/CVS/Entries -rt2/WebRT/html/Admin/Groups/CVS/Tag -rt2/WebRT/html/Admin/Groups/Members.html -rt2/WebRT/html/Admin/Groups/Modify.html -rt2/WebRT/html/Admin/Groups/Rights.html -rt2/WebRT/html/Admin/Groups/index.html -rt2/WebRT/html/Admin/index.html -rt2/WebRT/html/autohandler -rt2/WebRT/html/index.html -rt2/etc/config.pm -rt2/etc/insertdata -rt2/lib/RT.pm -rt2/lib/RT/KeywordSelects.pm -rt2/lib/RT/Links.pm -rt2/lib/RT/Watchers.pm -rt2/lib/RT/Group.pm -rt2/lib/RT/Keyword.pm -rt2/lib/RT/Record.pm -rt2/lib/RT/ScripConditions.pm -rt2/lib/RT/Transaction.pm -rt2/lib/RT/TestHarness.pm -rt2/lib/RT/Link.pm -rt2/lib/RT/Watcher.pm -rt2/lib/RT/ObjectKeywords.pm -rt2/lib/RT/EasySearch.pm -rt2/lib/RT/ScripActions.pm -rt2/lib/RT/Scrip.pm -rt2/lib/RT/GroupMembers.pm -rt2/lib/RT/Transactions.pm -rt2/lib/RT/Scrips.pm -rt2/lib/RT/User.pm -rt2/lib/RT/ScripCondition.pm -rt2/lib/RT/Users.pm -rt2/lib/RT/Ticket.pm -rt2/lib/RT/ACE.pm -rt2/lib/RT/Queue.pm -rt2/lib/RT/Tickets.pm -rt2/lib/RT/Template.pm -rt2/lib/RT/GroupMember.pm -rt2/lib/RT/Templates.pm -rt2/lib/RT/Queues.pm -rt2/lib/RT/Date.pm -rt2/lib/RT/CurrentUser.pm -rt2/lib/RT/ScripAction.pm -rt2/lib/RT/Keywords.pm -rt2/lib/RT/ObjectKeyword.pm -rt2/lib/RT/Attachment.pm -rt2/lib/RT/Groups.pm -rt2/lib/RT/KeywordSelect.pm -rt2/lib/RT/Handle.pm -rt2/lib/RT/ACL.pm -rt2/lib/RT/Attachments.pm -rt2/lib/RT/Interface/Email.pm -rt2/lib/RT/Interface/CLI.pm -rt2/lib/RT/Interface/Web.pm -rt2/lib/RT/Condition/NewDependency.pm -rt2/lib/RT/Condition/StatusChange.pm -rt2/lib/RT/Condition/AnyTransaction.pm -rt2/lib/RT/Condition/Generic.pm -rt2/lib/RT/Action/Generic.pm -rt2/lib/RT/Action/OpenDependent.pm -rt2/lib/RT/Action/StallDependent.pm -rt2/lib/RT/Action/SendPasswordEmail.pm -rt2/lib/RT/Action/Notify.pm -rt2/lib/RT/Action/SendEmail.pm -rt2/lib/RT/Action/README.hackers -rt2/lib/RT/Action/ResolveMembers.pm -rt2/lib/RT/Action/NotifyAsComment.pm -rt2/lib/RT/Action/Autoreply.pm -rt2/lib/auto/RT/.packlist -rt2/README -@dirrm rt2/local/WebRT/html -@dirrm rt2/local/WebRT -@dirrm rt2/local -@dirrm rt2/lib/auto/RT -@dirrm rt2/lib/auto -@dirrm rt2/lib/RT/Interface -@dirrm rt2/lib/RT/Condition -@dirrm rt2/lib/RT/Action -@dirrm rt2/lib/RT -@dirrm rt2/lib -@dirrm rt2/etc -@dirrm rt2/bin -@dirrm rt2/WebRT/sessiondata -@dirrm rt2/WebRT/html/User/CVS -@dirrm rt2/WebRT/html/User -@dirrm rt2/WebRT/html/Ticket/Elements/CVS -@dirrm rt2/WebRT/html/Ticket/Elements -@dirrm rt2/WebRT/html/Ticket/CVS -@dirrm rt2/WebRT/html/Ticket/Attachment/CVS -@dirrm rt2/WebRT/html/Ticket/Attachment -@dirrm rt2/WebRT/html/Ticket -@dirrm rt2/WebRT/html/SelfService/Elements/CVS -@dirrm rt2/WebRT/html/SelfService/Elements -@dirrm rt2/WebRT/html/SelfService/CVS -@dirrm rt2/WebRT/html/SelfService/Attachment/CVS -@dirrm rt2/WebRT/html/SelfService/Attachment -@dirrm rt2/WebRT/html/SelfService -@dirrm rt2/WebRT/html/Search/CVS -@dirrm rt2/WebRT/html/Search -@dirrm rt2/WebRT/html/NoAuth/images/CVS -@dirrm rt2/WebRT/html/NoAuth/images -@dirrm rt2/WebRT/html/NoAuth/CVS -@dirrm rt2/WebRT/html/NoAuth -@dirrm rt2/WebRT/html/Elements/CVS -@dirrm rt2/WebRT/html/Elements -@dirrm rt2/WebRT/html/CVS -@dirrm rt2/WebRT/html/Admin/Users/CVS -@dirrm rt2/WebRT/html/Admin/Users -@dirrm rt2/WebRT/html/Admin/Queues/CVS -@dirrm rt2/WebRT/html/Admin/Queues -@dirrm rt2/WebRT/html/Admin/Keywords/CVS -@dirrm rt2/WebRT/html/Admin/Keywords -@dirrm rt2/WebRT/html/Admin/KeywordSelects/CVS -@dirrm rt2/WebRT/html/Admin/KeywordSelects -@dirrm rt2/WebRT/html/Admin/Groups/CVS -@dirrm rt2/WebRT/html/Admin/Groups -@dirrm rt2/WebRT/html/Admin/Global/CVS -@dirrm rt2/WebRT/html/Admin/Global -@dirrm rt2/WebRT/html/Admin/Elements/CVS -@dirrm rt2/WebRT/html/Admin/Elements -@dirrm rt2/WebRT/html/Admin/CVS -@dirrm rt2/WebRT/html/Admin -@dirrm rt2/WebRT/html -@dirrm rt2/WebRT/data -@dirrm rt2/WebRT -@unexec rmdir %D/rt2 2>/dev/null || true diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile deleted file mode 100644 index f35e25b73fff..000000000000 --- a/www/screem-devel/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: SCREEM -# Date created: 05 Nov 1999 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= screem -PORTVERSION= 0.5.9 -PORTREVISION= 1 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.screem.org/src/ -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= coop9211@uidaho.edu -COMMENT= Nice GNOME/GTK-based HTML editor - -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ - gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 \ - gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \ - zvt-2.0.0:${PORTSDIR}/x11-toolkits/libzvt \ - neon.23:${PORTSDIR}/www/neon - -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack -USE_LIBTOOL= yes -USE_OPENSSL= yes -USE_PERL5= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gnomevfs --with-ssl - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ - 's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g' - -.include <bsd.port.mk> diff --git a/www/screem-devel/distinfo b/www/screem-devel/distinfo deleted file mode 100644 index 0918c4113108..000000000000 --- a/www/screem-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (screem-0.5.9.tar.gz) = dcee20523aa5dfeef0907980d0e7e853 diff --git a/www/screem-devel/files/patch-ab b/www/screem-devel/files/patch-ab deleted file mode 100644 index 68a30859a705..000000000000 --- a/www/screem-devel/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu Nov 14 22:42:00 2002 -+++ configure Thu Nov 14 22:42:26 2002 -@@ -7251,6 +7251,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/www/screem-devel/files/patch-plugins_uploadWizard_Makefile.in b/www/screem-devel/files/patch-plugins_uploadWizard_Makefile.in deleted file mode 100644 index db8be8753a7b..000000000000 --- a/www/screem-devel/files/patch-plugins_uploadWizard_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/uploadWizard/Makefile.in.orig Thu Nov 14 23:37:10 2002 -+++ plugins/uploadWizard/Makefile.in Thu Nov 14 23:37:37 2002 -@@ -169,7 +169,7 @@ - - - uploadWizard_la_LDFLAGS = -avoid-version -module --uploadWizard_la_LIBADD = $(NEONOBJS) $(SCREEM_LIBS) -+uploadWizard_la_LIBADD = $(NEONOBJS) $(NEON_LIBS) $(SCREEM_LIBS) - - config_h = $(top_builddir)/config.h - obj_ext = o diff --git a/www/screem-devel/files/patch-po::Makefile.in.in b/www/screem-devel/files/patch-po::Makefile.in.in deleted file mode 100644 index af9aed221d8f..000000000000 --- a/www/screem-devel/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in 2001/08/03 10:53:37 1.1 -+++ po/Makefile.in.in 2001/08/03 10:53:57 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/www/screem-devel/files/patch-src_readtags.c b/www/screem-devel/files/patch-src_readtags.c deleted file mode 100644 index 0c8290600d35..000000000000 --- a/www/screem-devel/files/patch-src_readtags.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/readtags.c.orig Sat Jan 4 23:43:42 2003 -+++ src/readtags.c Sat Jan 4 23:48:00 2003 -@@ -8,6 +8,7 @@ - * This module contains functions for reading tag files. - */ - -+#include <config.h> - #include <glib.h> - - #include <stdlib.h> diff --git a/www/screem-devel/files/patch-src_screem-markup.c b/www/screem-devel/files/patch-src_screem-markup.c deleted file mode 100644 index 9afe058c8c15..000000000000 --- a/www/screem-devel/files/patch-src_screem-markup.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/screem-markup.c.orig Wed Nov 13 08:19:22 2002 -+++ src/screem-markup.c Sun Dec 1 21:57:23 2002 -@@ -778,7 +778,7 @@ - - GSList *screem_markup_get_links( ScreemDTD *dtd, const gchar *text ) - { -- GSList *ret; -+ GSList *ret, *attr, *tmp; - gchar *next; - gint pos; - gint end; -@@ -792,8 +792,8 @@ - NULL, &end, &name ) ) ) { - pos = end; - /* get tag attributes */ -- GSList *attr; -- GSList *tmp; -+ /* GSList *attr; */ -+ /* GSList *tmp; */ - - attr = screem_markup_build_attributes_list( next, NULL ); - diff --git a/www/screem-devel/pkg-descr b/www/screem-devel/pkg-descr deleted file mode 100644 index 16c0d8c1bd76..000000000000 --- a/www/screem-devel/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -SCREEM (Site CReating and Editing EnvironMent) is a VERY nice -GUI-based HTML editor, much like bluefish. It even imports bluefish -functions from your bluefish installation! - -SCREEM makes a rather ideal GUI HTML editor, especially for -Unixheads who like using CVS to manage source trees, as SCREEM -has functional CVS interaction. - -WWW: http://www.screem.org/ - --- John Merryweather Cooper <jmcoopr@webmail.bmi.net> diff --git a/www/screem-devel/pkg-plist b/www/screem-devel/pkg-plist deleted file mode 100644 index 8064e014193f..000000000000 --- a/www/screem-devel/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -bin/screem -etc/gconf/gconf.xml.defaults/apps/screem/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/screem/editor/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/screem/editor/print/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/screem/general/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/screem/hint/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/screem/linkview/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/screem/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/screem/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/screem/editor/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/screem/editor/print/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/screem/general/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/screem/hint/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/screem/ui/%gconf.xml -etc/gconf/schemas/screem.schemas -lib/screem/plugins/colourWizard.so -lib/screem/plugins/cssWizard.so -lib/screem/plugins/entityWizard.so -lib/screem/plugins/formWizard.so -lib/screem/plugins/imageWizard.so -lib/screem/plugins/linkWizard.so -lib/screem/plugins/ssiWizard.so -lib/screem/plugins/tableWizard.so -lib/screem/plugins/uploadWizard.so -share/gnome/application-registry/screem.applications -share/gnome/applications/screem.desktop -share/gnome/help/screem/C/figures/dummy.png -share/gnome/help/screem/C/legal.xml -share/gnome/help/screem/C/screem.xml -share/gnome/mc/templates/screem.desktop -share/gnome/mime-info/screem.mime -share/gnome/omf/screem/screem-C.omf -share/gnome/pixmaps/screem.png -share/gnome/pixmaps/screem/splash/splash.png -share/gnome/screem/dtd/HTMLlat1.ent -share/gnome/screem/dtd/HTMLspecial.ent -share/gnome/screem/dtd/HTMLsymbols.ent -share/gnome/screem/dtd/catalog -share/gnome/screem/dtd/frameset.dtd -share/gnome/screem/dtd/loose.dtd -share/gnome/screem/dtd/strict.dtd -share/gnome/screem/dtd/xhtml-lat1.ent -share/gnome/screem/dtd/xhtml-special.ent -share/gnome/screem/dtd/xhtml-symbol.ent -share/gnome/screem/dtd/xhtml1-frameset.dtd -share/gnome/screem/dtd/xhtml1-strict.dtd -share/gnome/screem/dtd/xhtml1-transitional.dtd -share/gnome/screem/glade/css.glade -share/gnome/screem/glade/entityWizard.glade -share/gnome/screem/glade/imageWizard.glade -share/gnome/screem/glade/linkWizard.glade -share/gnome/screem/glade/screem.glade -share/gnome/screem/glade/ssiwizard.glade -share/gnome/screem/glade/tablewizard.glade -share/gnome/screem/glade/uploadwizard.glade -share/gnome/screem/hints/screem_hints.txt -share/gnome/screem/hints/screem_hints_fr.txt -share/gnome/screem/hints/screem_hints_pt_BR.txt -share/gnome/screem/hints/screem_hints_sv.txt -share/gnome/screem/php/php3_functions -share/gnome/screem/php/php4_functions -share/gnome/screem/resources/Images/made.jpg -share/gnome/screem/resources/Templates/template.html -share/gnome/screem/screem.tagtree -share/gnome/screem/syntax/asp.screem.syntax -share/gnome/screem/syntax/html.screem.syntax -share/gnome/screem/syntax/javascript.screem.syntax -share/gnome/screem/syntax/perl.screem.syntax -share/gnome/screem/syntax/php.screem.syntax -share/gnome/screem/syntax/xml.screem.syntax -share/gnome/screem/ui/screem-css-window-ui.xml -share/gnome/screem/ui/screem-window-ui.xml -share/locale/az/LC_MESSAGES/screem.mo -share/locale/da/LC_MESSAGES/screem.mo -share/locale/de/LC_MESSAGES/screem.mo -share/locale/es_ES/LC_MESSAGES/screem.mo -share/locale/fr/LC_MESSAGES/screem.mo -share/locale/it/LC_MESSAGES/screem.mo -share/locale/ja/LC_MESSAGES/screem.mo -share/locale/no/LC_MESSAGES/screem.mo -share/locale/pl/LC_MESSAGES/screem.mo -share/locale/pt_BR/LC_MESSAGES/screem.mo -share/locale/ru/LC_MESSAGES/screem.mo -share/locale/sv/LC_MESSAGES/screem.mo -share/locale/tr/LC_MESSAGES/screem.mo -share/locale/uk/LC_MESSAGES/screem.mo -share/screem/pixmaps/add-link-16.png -share/screem/pixmaps/add-link-24.png -share/screem/pixmaps/add_column-16.png -share/screem/pixmaps/add_column-24.png -share/screem/pixmaps/add_row-16.png -share/screem/pixmaps/add_row-24.png -share/screem/pixmaps/bookmarks-open.png -share/screem/pixmaps/bookmarks-preferences.png -share/screem/pixmaps/browser.xpm -share/screem/pixmaps/button.xpm -share/screem/pixmaps/caption.xpm -share/screem/pixmaps/checkbutton.xpm -share/screem/pixmaps/cvs-add-16.png -share/screem/pixmaps/cvs-add-24.png -share/screem/pixmaps/cvs-add.png -share/screem/pixmaps/cvs-checkout-16.png -share/screem/pixmaps/cvs-checkout-24.png -share/screem/pixmaps/cvs-checkout.png -share/screem/pixmaps/cvs-commit-16.png -share/screem/pixmaps/cvs-commit-24.png -share/screem/pixmaps/cvs-remove-16.png -share/screem/pixmaps/cvs-remove-24.png -share/screem/pixmaps/cvs-remove.png -share/screem/pixmaps/cvs-update-16.png -share/screem/pixmaps/cvs-update-24.png -share/screem/pixmaps/cvs-update.png -share/screem/pixmaps/entry.xpm -share/screem/pixmaps/fixed.xpm -share/screem/pixmaps/gallery.xpm -share/screem/pixmaps/gnome-fileentry.xpm -share/screem/pixmaps/insert-symbol-16.png -share/screem/pixmaps/insert-symbol-24.png -share/screem/pixmaps/optionmenu.xpm -share/screem/pixmaps/paragraphs.png -share/screem/pixmaps/pre.xpm -share/screem/pixmaps/radiobutton.xpm -share/screem/pixmaps/screem_site.png -share/screem/pixmaps/site_preview.png -share/screem/pixmaps/site_structure-48.png -share/screem/pixmaps/stock_connect.png -share/screem/pixmaps/stock_disconnect.png -share/screem/pixmaps/stock_insert_image-16.png -share/screem/pixmaps/stock_insert_image.png -share/screem/pixmaps/stock_insert_table-16.png -share/screem/pixmaps/sub.xpm -share/screem/pixmaps/sup.xpm -share/screem/pixmaps/td.xpm -share/screem/pixmaps/text.xpm -share/screem/pixmaps/th.xpm -share/screem/pixmaps/todo.png -share/screem/pixmaps/tr.xpm -@dirrm share/screem/pixmaps -@dirrm share/screem -@dirrm share/gnome/screem/ui -@dirrm share/gnome/screem/syntax -@dirrm share/gnome/screem/resources/Templates -@dirrm share/gnome/screem/resources/PHP3 -@dirrm share/gnome/screem/resources/Javascript -@dirrm share/gnome/screem/resources/Images -@dirrm share/gnome/screem/resources/HTML -@dirrm share/gnome/screem/resources/Applets -@dirrm share/gnome/screem/resources -@dirrm share/gnome/screem/php -@dirrm share/gnome/screem/hints -@dirrm share/gnome/screem/glade -@dirrm share/gnome/screem/dtd -@dirrm share/gnome/screem -@dirrm share/gnome/pixmaps/screem/splash -@dirrm share/gnome/pixmaps/screem -@dirrm share/gnome/help/screem/C/figures -@dirrm share/gnome/help/screem/C -@dirrm share/gnome/help/screem -@dirrm lib/screem/plugins -@dirrm lib/screem -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/screem/ui -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/screem/hint -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/screem/general -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/screem/editor/print -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/screem/editor -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/screem -@dirrm etc/gconf/gconf.xml.defaults/apps/screem/ui -@dirrm etc/gconf/gconf.xml.defaults/apps/screem/linkview -@dirrm etc/gconf/gconf.xml.defaults/apps/screem/hint -@dirrm etc/gconf/gconf.xml.defaults/apps/screem/general -@dirrm etc/gconf/gconf.xml.defaults/apps/screem/editor/print -@dirrm etc/gconf/gconf.xml.defaults/apps/screem/editor -@dirrm etc/gconf/gconf.xml.defaults/apps/screem diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile deleted file mode 100644 index 3325acf829dd..000000000000 --- a/www/seamonkey/Makefile +++ /dev/null @@ -1,231 +0,0 @@ -# New ports collection makefile for: mozilla -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD$ -# - -PORTNAME?= mozilla -PORTVERSION= 1.3b -PORTEPOCH?= 1 -CATEGORIES?= www -MASTER_SITES= ${MASTER_SITE_MOZILLA} \ - ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.rc/rc/}/src \ - marcus/:local -DISTFILES= ${PORTNAME}-source-${PORTVERSION:S/.rc/rc/}${EXTRACT_SUFX} \ - libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}:local - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The open source, standards compliant web browser - -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -MOZILLA?= mozilla-devel - -WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249" - -.if defined(WITH_GTK2) -LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ - ORBit-2.0:${PORTSDIR}/devel/ORBit2 -.else -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit -.endif - -.if !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) -BROKEN= Mozilla-devel and Xft2 render the mozilla-fonts \ - illegibly. Please remove the mozilla-fonts package. -.endif -.endif - -.if defined(WITH_CALENDAR) && (defined(WITHOUT_MAILNEWS) || \ - defined(WITHOUT_COMPOSER)) -BROKEN= Calendar requires Composer and Mailnews support. -.endif - -.if defined(WITH_CALENDAR) -LIB_DEPENDS+= ical.0:${PORTSDIR}/devel/libical -.endif - -LATEST_LINK= ${MOZILLA} -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ - --exclude */macbuild/*\ - --exclude */package/* \ - --exclude .cvsignore \ - --exclude makefile.win \ - --exclude MANIFEST -USE_X_PREFIX= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= \ - --disable-auto-deps \ - --enable-chrome-format=jar \ - --disable-cpp-exceptions \ - --disable-cpp-rtti \ - --enable-crypto \ - --disable-debug \ - --enable-double-buffer \ - --enable-mathml \ - --disable-md \ - --disable-pedantic \ - --disable-plaintext-editor-only \ - --enable-strip \ - --enable-svg \ - --disable-tests \ - --disable-xterm-updates \ - --enable-xinerama \ - --with-system-jpeg=${LOCALBASE} \ - --with-system-mng=${LOCALBASE} \ - --with-system-png=${LOCALBASE} \ - --with-pthreads - -PLIST= ${WRKDIR}/pkg-plist -# LDAP is only used by mail and news so disable both together -.if defined(WITHOUT_MAILNEWS) -CONFIGURE_ARGS+= --disable-ldap --disable-mailnews -.else -# mail and news desired, but not LDAP -.if defined(WITHOUT_LDAP) -CONFIGURE_ARGS+= --disable-ldap --enable-mailnews -.else -CONFIGURE_ARGS+= --enable-ldap --enable-mailnews -.endif -.endif - -.if !defined(WITHOUT_CHATZILLA) -CONFIGURE_ARGS+= --enable-extensions=default,irc,xmlterm -.else -CONFIGURE_ARGS+= --enable-extensions=default,xmlterm -.endif -CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1 - -.if defined(WITH_JAVASCRIPT_DEBUGGER) -CONFIGURE_ARGS+= --enable-jsd \ - --enable-dtd-debug -.endif - -.if defined(WITH_CALENDAR) -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --enable-calendar -.endif - -.if defined(WITHOUT_COMPOSER) -CONFIGURE_ARGS+= --disable-composer -.endif - -.if defined(WITH_GTK2) -CONFIGURE_ARGS+= --enable-default-toolkit=gtk2 -PKGCONFIG_FILES= mozilla-gtkmozembed.pc mozilla-js.pc mozilla-xpcom.pc \ - mozilla-nspr.pc mozilla-nss.pc -.else -CONFIGURE_ARGS+= --enable-default-toolkit=gtk -.endif - -.if !defined(WITHOUT_XFT) -CONFIGURE_ARGS+= --enable-xft -.endif - -.include <bsd.port.pre.mk> - -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ - MOZ_INTERNAL_LIBART_LGPL=1 -ALL_TARGET= default - -.if ${ARCH} == "i386" -CONFIGURE_ARGS+= --enable-reorder -.endif - -.if ${ARCH} == "alpha" -CFLAGS+= -O0 -BROKEN= "core dumps on alpha during post-build" -.endif - -.if exists(${LOCALBASE}/include/freetype/freetype.h) -BROKEN="You must upgrade your freetype port to 1.3.1_2 or higher before installing Mozilla. If you have 1.3.1_2 installed, please remove ${LOCALBASE}/include/freetype, then build Mozilla" -.endif - -pre-everything:: -.if defined(WITH_CALENDAR) - @${ECHO_MSG} "Calendar is still beta software." - @${ECHO_MSG} "Use at your own risk." - @${ECHO_MSG} "http://mozilla.org/projects/calendar/" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/build/unix/run-mozilla.sh - @${REINPLACE_CMD} -e 's|%%MOZILLA%%|${MOZILLA}|g' \ - -e 's|%%HEADERS_SUFX%%|-devel|g' \ - ${WRKSRC}/config/autoconf.mk.in - -post-build: - ${SED} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%MOZILLA%%|${MOZILLA}|g" \ - ${FILESDIR}/mozilla.sh >${WRKSRC}/${MOZILLA} - (cd ${WRKSRC}/dist/bin; \ - ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ - ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; \ - ${TOUCH} ./chrome/user-skins.rdf ./chrome/user-locales.rdf) - ${FIND} ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \ - ${XARGS} ${RMDIR} 2> /dev/null || ${TRUE} - -pre-install: - ${RM} -f ${PLIST} - ${TOUCH} -f ${PLIST} - if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then \ - ${ECHO_CMD} bin/mozilla >> ${PLIST} ; \ - fi - ${ECHO_CMD} bin/${MOZILLA} >> ${PLIST} - if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \ - ${ECHO_CMD} lib/browser_plugins/libjavaplugin_oji.so >> ${PLIST} ; \ - ${ECHO_CMD} @dirrm lib/browser_plugins >> ${PLIST} ; \ - fi - cd ${WRKSRC}/dist/bin && ${FIND} -s * -type f -o -type l | \ - ${SED} -e 's:^:lib/${MOZILLA}/:' >> ${PLIST} \ - && ${FIND} -d * -type d | \ - ${SED} -e 's:^:@dirrm lib/${MOZILLA}/:' >> ${PLIST} - ${ECHO_CMD} @dirrm lib/${MOZILLA} >> ${PLIST} -.if defined(WITH_GTK2) - for pcfile in ${PKGCONFIG_FILES}; do \ - ${ECHO_CMD} libdata/pkgconfig/$$pcfile >> ${PLIST} ; \ - done -.endif - -do-install: - ${MKDIR} ${PREFIX}/lib/${MOZILLA} - ${CHMOD} 755 ${PREFIX}/lib/${MOZILLA} - cd ${WRKSRC}/dist/bin && ${FIND} . | \ - cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/${MOZILLA} - ${INSTALL_SCRIPT} ${WRKSRC}/${MOZILLA} ${PREFIX}/bin - if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then \ - ${LN} -sf ${PREFIX}/bin/${MOZILLA} ${PREFIX}/bin/mozilla ; \ - fi - if [ ! -d ${PREFIX}/lib/browser_plugins ]; then \ - ${MKDIR} ${PREFIX}/lib/browser_plugins ; \ - fi - if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \ - ${LN} -sf ${LOCALBASE}/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ; \ - fi -.if defined(WITH_GTK2) - for pcfile in ${PKGCONFIG_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/build/unix/$$pcfile \ - ${PREFIX}/libdata/pkgconfig ; \ - done -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo deleted file mode 100644 index 81d931e64bf9..000000000000 --- a/www/seamonkey/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mozilla-source-1.3b.tar.gz) = 51c4a31cd7cf7d2a00a9b1aa343d6716 -MD5 (libart_lgpl-1.3b.tar.gz) = db14696f2bf83333f2020fa87fbe630c -MD5 (mozilla-calendar-1.3b.tar.gz) = 2e4db8a23c0960d6d8d859c2c31f97d8 diff --git a/www/seamonkey/files/mozilla.sh b/www/seamonkey/files/mozilla.sh deleted file mode 100644 index bbc7d2568bc6..000000000000 --- a/www/seamonkey/files/mozilla.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -MOZILLA_DIR="%%PREFIX%%/lib/%%MOZILLA%%" -MOZILLA_EXEC="mozilla" -LOCATION='new-tab' - -cd $MOZILLA_DIR || exit 1 - -case $1 in - -mail) - REMOTE_COMMAND="xfeDoCommand (openInbox)" - ;; - -*) - exec ./$MOZILLA_EXEC "$@" - ;; - *) - REMOTE_COMMAND="openURL($@, $LOCATION)" - ;; -esac - -# process found -./$MOZILLA_EXEC -remote "ping()" && -./$MOZILLA_EXEC -remote "$REMOTE_COMMAND" && exit 0 - -# no existing process -exec ./$MOZILLA_EXEC "$@" - diff --git a/www/seamonkey/files/patch-Makefile.in b/www/seamonkey/files/patch-Makefile.in deleted file mode 100644 index 43fa34684782..000000000000 --- a/www/seamonkey/files/patch-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Thu May 30 20:39:07 2002 -+++ Makefile.in Wed Aug 28 13:55:32 2002 -@@ -70,8 +70,7 @@ - $(tier_0_dirs) \ - $(tier_1_dirs) \ - $(tier_2_dirs) \ -- $(tier_9_dirs) \ -- $(NULL) -+ $(tier_9_dirs) - - ifdef GC_LEAK_DETECTOR - DIRS += gc/boehm -@@ -90,7 +89,8 @@ - DIRS += $(tier_98_dirs) - endif - --DIRS += $(tier_99_dirs) -+DIRS += $(tier_99_dirs) \ -+ $(NULL) - - # - # tier 0 - base build config dirs diff --git a/www/seamonkey/files/patch-build_unix_run-mozilla.sh b/www/seamonkey/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index 96084fd68646..000000000000 --- a/www/seamonkey/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,30 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Wed Oct 23 00:08:03 2002 -+++ build/unix/run-mozilla.sh Wed Oct 23 00:08:59 2002 -@@ -355,7 +355,7 @@ - fi - ## - ## Set LD_LIBRARY_PATH --LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} -+LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%PREFIX%%/lib/browser_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} - if [ -n "$LD_LIBRARYN32_PATH" ] - then - LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"} -@@ -392,7 +392,7 @@ - export XSUNTRANSPORT XSUNSMESIZE - fi - # Font path for Xft --FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" -+FONTCONFIG_PATH="%%PREFIX%%/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" - export FONTCONFIG_PATH - - if [ "$moz_debug" -eq 1 ] -@@ -435,6 +435,9 @@ - # - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH -+ -+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins -+export MOZ_PLUGIN_PATH - - if [ $moz_debug -eq 1 ] - then diff --git a/www/seamonkey/files/patch-config_autoconf.mk.in b/www/seamonkey/files/patch-config_autoconf.mk.in deleted file mode 100644 index c119b0c2c6a8..000000000000 --- a/www/seamonkey/files/patch-config_autoconf.mk.in +++ /dev/null @@ -1,18 +0,0 @@ ---- config/autoconf.mk.in.orig Sun Nov 17 14:47:49 2002 -+++ config/autoconf.mk.in Sun Nov 17 14:48:17 2002 -@@ -30,13 +30,13 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/mozilla-$(MOZILLA_VERSION) -+includedir = @includedir@/mozilla%%HEADERS_SUFX%% - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ - idldir = @datadir@/idl/mozilla-$(MOZILLA_VERSION) - --mozappdir = $(libdir)/mozilla-$(MOZILLA_VERSION) -+mozappdir = $(libdir)/%%MOZILLA%% - mredir = $(libdir)/mre/mre-$(MOZILLA_VERSION) - mrelibdir = $(mredir)/lib - diff --git a/www/seamonkey/files/patch-config_rules.mk b/www/seamonkey/files/patch-config_rules.mk deleted file mode 100644 index e1bc19837bdc..000000000000 --- a/www/seamonkey/files/patch-config_rules.mk +++ /dev/null @@ -1,15 +0,0 @@ ---- config/rules.mk.orig Sat Jan 25 16:40:16 2003 -+++ config/rules.mk Sat Jan 25 16:42:56 2003 -@@ -411,6 +411,12 @@ - endif - endif - -+ifeq ($(OS_ARCH),FreeBSD) -+ifdef IS_COMPONENT -+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -+endif -+endif -+ - ifeq ($(OS_ARCH),NetBSD) - ifneq (,$(filter arc cobalt hpcmips mipsco newsmips pmax sgimips,$(OS_TEST))) - ifeq ($(MODULE),layout) diff --git a/www/seamonkey/files/patch-modules::libpref::src::unix::unix.js b/www/seamonkey/files/patch-modules::libpref::src::unix::unix.js deleted file mode 100644 index bd39a70bf05d..000000000000 --- a/www/seamonkey/files/patch-modules::libpref::src::unix::unix.js +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- modules/libpref/src/unix/unix.js 2002/03/14 15:04:20 1.1 -+++ modules/libpref/src/unix/unix.js 2002/03/14 15:04:38 -@@ -227,7 +227,7 @@ - - // TrueType - pref("font.FreeType2.enable", false); --pref("font.freetype2.shared-library", "libfreetype.so.6"); -+pref("font.freetype2.shared-library", "libfreetype.so.9"); - // if libfreetype was built without hinting compiled in - // it is best to leave hinting off - pref("font.FreeType2.autohinted", false); diff --git a/www/seamonkey/files/patch-nsprpub::pr::src::pthreads::ptio.c b/www/seamonkey/files/patch-nsprpub::pr::src::pthreads::ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/seamonkey/files/patch-nsprpub::pr::src::pthreads::ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c b/www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/seamonkey/files/patch-other-licenses_libical_src_libical_Makefile.in b/www/seamonkey/files/patch-other-licenses_libical_src_libical_Makefile.in deleted file mode 100644 index f7b62d4df6a2..000000000000 --- a/www/seamonkey/files/patch-other-licenses_libical_src_libical_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- other-licenses/libical/src/libical/Makefile.in.orig Thu Feb 13 15:50:58 2003 -+++ other-licenses/libical/src/libical/Makefile.in Thu Feb 13 15:51:07 2003 -@@ -179,7 +179,7 @@ - $(PERL) $(ICALSCRIPTS)/mkrestrictiontable.pl -i $(srcdir)/icalrestriction.c.in \ - $(DESIGNDATA)/restrictions.csv > icalrestriction.c - --ifneq (,$(filter BeOS Darwin OpenVMS,$(OS_ARCH))) -+ifneq (,$(filter BeOS Darwin OpenVMS FreeBSD,$(OS_ARCH))) - DEFINES += -D__USE_BSD=1 - endif - diff --git a/www/seamonkey/files/patch-qt b/www/seamonkey/files/patch-qt deleted file mode 100644 index 032397d35040..000000000000 --- a/www/seamonkey/files/patch-qt +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Thu Feb 6 17:15:12 2003 -+++ configure Tue Feb 11 22:52:48 2003 -@@ -10974,7 +10974,7 @@ - fi - MOC=$HOST_MOC - -- QT_CFLAGS="-I${QTDIR}${QTINCDIR} -DQT_GENUINE_STR -DQT_NO_STL" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR" - if test -z "$MOZ_DEBUG"; then - QT_CFLAGS="$QT_CFLAGS -DQT_NO_DEBUG -DNO_DEBUG" - fi -@@ -11840,9 +11840,9 @@ - - - --MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc universalchardet typeaheadfind" -+MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector universalchardet typeaheadfind" - --MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm access-builtin p3p interfaceinfo datetime finger cview" -+MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin p3p interfaceinfo datetime finger cview" - - # Check whether --enable-extensions or --disable-extensions was given. - if test "${enable_extensions+set}" = set; then diff --git a/www/seamonkey/files/patch-security::coreconf::FreeBSD.mk b/www/seamonkey/files/patch-security::coreconf::FreeBSD.mk deleted file mode 100644 index 783d452b2896..000000000000 --- a/www/seamonkey/files/patch-security::coreconf::FreeBSD.mk +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- security/coreconf/FreeBSD.mk.orig Sat Mar 9 00:17:36 2002 -+++ security/coreconf/FreeBSD.mk Tue Mar 12 17:19:15 2002 -@@ -35,9 +35,7 @@ - - include $(CORE_DEPTH)/coreconf/UNIX.mk - --DEFAULT_COMPILER = gcc --CC = gcc --CCC = g++ -+CCC = ${CXX} - RANLIB = ranlib - - ifeq ($(OS_TEST),alpha) -@@ -70,7 +68,7 @@ - DLL_SUFFIX = so.1.0 - endif - --MKSHLIB = $(CC) $(DSO_LDOPTS) -+MKSHLIB = $(CC) $(DSO_LDOPTS) -o $@ - ifdef MAPFILE - # Add LD options to restrict exported symbols to those in the map file - endif diff --git a/www/seamonkey/pkg-descr b/www/seamonkey/pkg-descr deleted file mode 100644 index fe21e2f4102c..000000000000 --- a/www/seamonkey/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is the current release of the Mozilla open source web browser. It should -be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, -JavaScript, MathML, SVG and RDF. This version also supports SSL encryption, -and Java with the use of the FreeBSD native Java plug-in. - -This is the latest bleeding edge release. Beware that you'll probably find -bugs here, so if you value stability, try www/mozilla or www/mozilla-vendor. - -WWW: http://www.mozilla.org/ diff --git a/www/seamonkey/pkg-descr.gtk2 b/www/seamonkey/pkg-descr.gtk2 deleted file mode 100644 index 10b9ea56ea93..000000000000 --- a/www/seamonkey/pkg-descr.gtk2 +++ /dev/null @@ -1,12 +0,0 @@ -This is the current release of the Mozilla open source web browser. It should -be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, -JavaScript, MathML, SVG and RDF. This version also supports SSL encryption, -and Java with the use of the FreeBSD native Java plug-in. - -This is the latest bleeding edge release. Beware that you'll probably find -bugs here, so if you value stability, try www/mozilla or www/mozilla-vendor. - -This version has been built with GTK+-2 bindings for use with applications -such as Galeon 2. - -WWW: http://www.mozilla.org/ diff --git a/www/seamonkey/pkg-message b/www/seamonkey/pkg-message deleted file mode 100644 index a98a376da558..000000000000 --- a/www/seamonkey/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -### -A symlink has been created for the Java plugin. However, in order for Java -to function, you must first install the java/jdk13 port. If you do not -do this, you will see the following error when starting Mozilla: - -LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so"] - -If you do not want Java support, you can safely ignore this message. -### diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile deleted file mode 100644 index 3325acf829dd..000000000000 --- a/www/seamonkey2/Makefile +++ /dev/null @@ -1,231 +0,0 @@ -# New ports collection makefile for: mozilla -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD$ -# - -PORTNAME?= mozilla -PORTVERSION= 1.3b -PORTEPOCH?= 1 -CATEGORIES?= www -MASTER_SITES= ${MASTER_SITE_MOZILLA} \ - ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.rc/rc/}/src \ - marcus/:local -DISTFILES= ${PORTNAME}-source-${PORTVERSION:S/.rc/rc/}${EXTRACT_SUFX} \ - libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}:local - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The open source, standards compliant web browser - -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -MOZILLA?= mozilla-devel - -WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249" - -.if defined(WITH_GTK2) -LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ - ORBit-2.0:${PORTSDIR}/devel/ORBit2 -.else -USE_GNOMENG= yes -USE_GNOME= gtk12 orbit -.endif - -.if !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) -BROKEN= Mozilla-devel and Xft2 render the mozilla-fonts \ - illegibly. Please remove the mozilla-fonts package. -.endif -.endif - -.if defined(WITH_CALENDAR) && (defined(WITHOUT_MAILNEWS) || \ - defined(WITHOUT_COMPOSER)) -BROKEN= Calendar requires Composer and Mailnews support. -.endif - -.if defined(WITH_CALENDAR) -LIB_DEPENDS+= ical.0:${PORTSDIR}/devel/libical -.endif - -LATEST_LINK= ${MOZILLA} -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ - --exclude */macbuild/*\ - --exclude */package/* \ - --exclude .cvsignore \ - --exclude makefile.win \ - --exclude MANIFEST -USE_X_PREFIX= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= \ - --disable-auto-deps \ - --enable-chrome-format=jar \ - --disable-cpp-exceptions \ - --disable-cpp-rtti \ - --enable-crypto \ - --disable-debug \ - --enable-double-buffer \ - --enable-mathml \ - --disable-md \ - --disable-pedantic \ - --disable-plaintext-editor-only \ - --enable-strip \ - --enable-svg \ - --disable-tests \ - --disable-xterm-updates \ - --enable-xinerama \ - --with-system-jpeg=${LOCALBASE} \ - --with-system-mng=${LOCALBASE} \ - --with-system-png=${LOCALBASE} \ - --with-pthreads - -PLIST= ${WRKDIR}/pkg-plist -# LDAP is only used by mail and news so disable both together -.if defined(WITHOUT_MAILNEWS) -CONFIGURE_ARGS+= --disable-ldap --disable-mailnews -.else -# mail and news desired, but not LDAP -.if defined(WITHOUT_LDAP) -CONFIGURE_ARGS+= --disable-ldap --enable-mailnews -.else -CONFIGURE_ARGS+= --enable-ldap --enable-mailnews -.endif -.endif - -.if !defined(WITHOUT_CHATZILLA) -CONFIGURE_ARGS+= --enable-extensions=default,irc,xmlterm -.else -CONFIGURE_ARGS+= --enable-extensions=default,xmlterm -.endif -CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1 - -.if defined(WITH_JAVASCRIPT_DEBUGGER) -CONFIGURE_ARGS+= --enable-jsd \ - --enable-dtd-debug -.endif - -.if defined(WITH_CALENDAR) -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --enable-calendar -.endif - -.if defined(WITHOUT_COMPOSER) -CONFIGURE_ARGS+= --disable-composer -.endif - -.if defined(WITH_GTK2) -CONFIGURE_ARGS+= --enable-default-toolkit=gtk2 -PKGCONFIG_FILES= mozilla-gtkmozembed.pc mozilla-js.pc mozilla-xpcom.pc \ - mozilla-nspr.pc mozilla-nss.pc -.else -CONFIGURE_ARGS+= --enable-default-toolkit=gtk -.endif - -.if !defined(WITHOUT_XFT) -CONFIGURE_ARGS+= --enable-xft -.endif - -.include <bsd.port.pre.mk> - -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ - MOZ_INTERNAL_LIBART_LGPL=1 -ALL_TARGET= default - -.if ${ARCH} == "i386" -CONFIGURE_ARGS+= --enable-reorder -.endif - -.if ${ARCH} == "alpha" -CFLAGS+= -O0 -BROKEN= "core dumps on alpha during post-build" -.endif - -.if exists(${LOCALBASE}/include/freetype/freetype.h) -BROKEN="You must upgrade your freetype port to 1.3.1_2 or higher before installing Mozilla. If you have 1.3.1_2 installed, please remove ${LOCALBASE}/include/freetype, then build Mozilla" -.endif - -pre-everything:: -.if defined(WITH_CALENDAR) - @${ECHO_MSG} "Calendar is still beta software." - @${ECHO_MSG} "Use at your own risk." - @${ECHO_MSG} "http://mozilla.org/projects/calendar/" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/build/unix/run-mozilla.sh - @${REINPLACE_CMD} -e 's|%%MOZILLA%%|${MOZILLA}|g' \ - -e 's|%%HEADERS_SUFX%%|-devel|g' \ - ${WRKSRC}/config/autoconf.mk.in - -post-build: - ${SED} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%MOZILLA%%|${MOZILLA}|g" \ - ${FILESDIR}/mozilla.sh >${WRKSRC}/${MOZILLA} - (cd ${WRKSRC}/dist/bin; \ - ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ - ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; \ - ${TOUCH} ./chrome/user-skins.rdf ./chrome/user-locales.rdf) - ${FIND} ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \ - ${XARGS} ${RMDIR} 2> /dev/null || ${TRUE} - -pre-install: - ${RM} -f ${PLIST} - ${TOUCH} -f ${PLIST} - if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then \ - ${ECHO_CMD} bin/mozilla >> ${PLIST} ; \ - fi - ${ECHO_CMD} bin/${MOZILLA} >> ${PLIST} - if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \ - ${ECHO_CMD} lib/browser_plugins/libjavaplugin_oji.so >> ${PLIST} ; \ - ${ECHO_CMD} @dirrm lib/browser_plugins >> ${PLIST} ; \ - fi - cd ${WRKSRC}/dist/bin && ${FIND} -s * -type f -o -type l | \ - ${SED} -e 's:^:lib/${MOZILLA}/:' >> ${PLIST} \ - && ${FIND} -d * -type d | \ - ${SED} -e 's:^:@dirrm lib/${MOZILLA}/:' >> ${PLIST} - ${ECHO_CMD} @dirrm lib/${MOZILLA} >> ${PLIST} -.if defined(WITH_GTK2) - for pcfile in ${PKGCONFIG_FILES}; do \ - ${ECHO_CMD} libdata/pkgconfig/$$pcfile >> ${PLIST} ; \ - done -.endif - -do-install: - ${MKDIR} ${PREFIX}/lib/${MOZILLA} - ${CHMOD} 755 ${PREFIX}/lib/${MOZILLA} - cd ${WRKSRC}/dist/bin && ${FIND} . | \ - cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/${MOZILLA} - ${INSTALL_SCRIPT} ${WRKSRC}/${MOZILLA} ${PREFIX}/bin - if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then \ - ${LN} -sf ${PREFIX}/bin/${MOZILLA} ${PREFIX}/bin/mozilla ; \ - fi - if [ ! -d ${PREFIX}/lib/browser_plugins ]; then \ - ${MKDIR} ${PREFIX}/lib/browser_plugins ; \ - fi - if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \ - ${LN} -sf ${LOCALBASE}/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ; \ - fi -.if defined(WITH_GTK2) - for pcfile in ${PKGCONFIG_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/build/unix/$$pcfile \ - ${PREFIX}/libdata/pkgconfig ; \ - done -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/www/seamonkey2/distinfo b/www/seamonkey2/distinfo deleted file mode 100644 index 81d931e64bf9..000000000000 --- a/www/seamonkey2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mozilla-source-1.3b.tar.gz) = 51c4a31cd7cf7d2a00a9b1aa343d6716 -MD5 (libart_lgpl-1.3b.tar.gz) = db14696f2bf83333f2020fa87fbe630c -MD5 (mozilla-calendar-1.3b.tar.gz) = 2e4db8a23c0960d6d8d859c2c31f97d8 diff --git a/www/seamonkey2/files/mozilla.sh b/www/seamonkey2/files/mozilla.sh deleted file mode 100644 index bbc7d2568bc6..000000000000 --- a/www/seamonkey2/files/mozilla.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -MOZILLA_DIR="%%PREFIX%%/lib/%%MOZILLA%%" -MOZILLA_EXEC="mozilla" -LOCATION='new-tab' - -cd $MOZILLA_DIR || exit 1 - -case $1 in - -mail) - REMOTE_COMMAND="xfeDoCommand (openInbox)" - ;; - -*) - exec ./$MOZILLA_EXEC "$@" - ;; - *) - REMOTE_COMMAND="openURL($@, $LOCATION)" - ;; -esac - -# process found -./$MOZILLA_EXEC -remote "ping()" && -./$MOZILLA_EXEC -remote "$REMOTE_COMMAND" && exit 0 - -# no existing process -exec ./$MOZILLA_EXEC "$@" - diff --git a/www/seamonkey2/files/patch-Makefile.in b/www/seamonkey2/files/patch-Makefile.in deleted file mode 100644 index 43fa34684782..000000000000 --- a/www/seamonkey2/files/patch-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Thu May 30 20:39:07 2002 -+++ Makefile.in Wed Aug 28 13:55:32 2002 -@@ -70,8 +70,7 @@ - $(tier_0_dirs) \ - $(tier_1_dirs) \ - $(tier_2_dirs) \ -- $(tier_9_dirs) \ -- $(NULL) -+ $(tier_9_dirs) - - ifdef GC_LEAK_DETECTOR - DIRS += gc/boehm -@@ -90,7 +89,8 @@ - DIRS += $(tier_98_dirs) - endif - --DIRS += $(tier_99_dirs) -+DIRS += $(tier_99_dirs) \ -+ $(NULL) - - # - # tier 0 - base build config dirs diff --git a/www/seamonkey2/files/patch-build_unix_run-mozilla.sh b/www/seamonkey2/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index 96084fd68646..000000000000 --- a/www/seamonkey2/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,30 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Wed Oct 23 00:08:03 2002 -+++ build/unix/run-mozilla.sh Wed Oct 23 00:08:59 2002 -@@ -355,7 +355,7 @@ - fi - ## - ## Set LD_LIBRARY_PATH --LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} -+LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%PREFIX%%/lib/browser_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} - if [ -n "$LD_LIBRARYN32_PATH" ] - then - LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"} -@@ -392,7 +392,7 @@ - export XSUNTRANSPORT XSUNSMESIZE - fi - # Font path for Xft --FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" -+FONTCONFIG_PATH="%%PREFIX%%/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" - export FONTCONFIG_PATH - - if [ "$moz_debug" -eq 1 ] -@@ -435,6 +435,9 @@ - # - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH -+ -+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins -+export MOZ_PLUGIN_PATH - - if [ $moz_debug -eq 1 ] - then diff --git a/www/seamonkey2/files/patch-config_autoconf.mk.in b/www/seamonkey2/files/patch-config_autoconf.mk.in deleted file mode 100644 index c119b0c2c6a8..000000000000 --- a/www/seamonkey2/files/patch-config_autoconf.mk.in +++ /dev/null @@ -1,18 +0,0 @@ ---- config/autoconf.mk.in.orig Sun Nov 17 14:47:49 2002 -+++ config/autoconf.mk.in Sun Nov 17 14:48:17 2002 -@@ -30,13 +30,13 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/mozilla-$(MOZILLA_VERSION) -+includedir = @includedir@/mozilla%%HEADERS_SUFX%% - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ - idldir = @datadir@/idl/mozilla-$(MOZILLA_VERSION) - --mozappdir = $(libdir)/mozilla-$(MOZILLA_VERSION) -+mozappdir = $(libdir)/%%MOZILLA%% - mredir = $(libdir)/mre/mre-$(MOZILLA_VERSION) - mrelibdir = $(mredir)/lib - diff --git a/www/seamonkey2/files/patch-config_rules.mk b/www/seamonkey2/files/patch-config_rules.mk deleted file mode 100644 index e1bc19837bdc..000000000000 --- a/www/seamonkey2/files/patch-config_rules.mk +++ /dev/null @@ -1,15 +0,0 @@ ---- config/rules.mk.orig Sat Jan 25 16:40:16 2003 -+++ config/rules.mk Sat Jan 25 16:42:56 2003 -@@ -411,6 +411,12 @@ - endif - endif - -+ifeq ($(OS_ARCH),FreeBSD) -+ifdef IS_COMPONENT -+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -+endif -+endif -+ - ifeq ($(OS_ARCH),NetBSD) - ifneq (,$(filter arc cobalt hpcmips mipsco newsmips pmax sgimips,$(OS_TEST))) - ifeq ($(MODULE),layout) diff --git a/www/seamonkey2/files/patch-modules::libpref::src::unix::unix.js b/www/seamonkey2/files/patch-modules::libpref::src::unix::unix.js deleted file mode 100644 index bd39a70bf05d..000000000000 --- a/www/seamonkey2/files/patch-modules::libpref::src::unix::unix.js +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- modules/libpref/src/unix/unix.js 2002/03/14 15:04:20 1.1 -+++ modules/libpref/src/unix/unix.js 2002/03/14 15:04:38 -@@ -227,7 +227,7 @@ - - // TrueType - pref("font.FreeType2.enable", false); --pref("font.freetype2.shared-library", "libfreetype.so.6"); -+pref("font.freetype2.shared-library", "libfreetype.so.9"); - // if libfreetype was built without hinting compiled in - // it is best to leave hinting off - pref("font.FreeType2.autohinted", false); diff --git a/www/seamonkey2/files/patch-nsprpub::pr::src::pthreads::ptio.c b/www/seamonkey2/files/patch-nsprpub::pr::src::pthreads::ptio.c deleted file mode 100644 index 4a965d4c7440..000000000000 --- a/www/seamonkey2/files/patch-nsprpub::pr::src::pthreads::ptio.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: nsprpub/pr/src/pthreads/ptio.c -diff -u nsprpub/pr/src/pthreads/ptio.c.orig nsprpub/pr/src/pthreads/ptio.c ---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002 -+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002 -@@ -3414,6 +3414,17 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { -+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \ -+ defined(__FreeBSD__) && defined(IPV6_V6ONLY) -+ if (domain == PR_AF_INET6) { -+ int opt = 0; -+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, -+ &opt, sizeof(opt))) { -+ close(osfd); -+ return NULL; -+ } -+ } -+#endif - fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); - if (fd == NULL) close(osfd); - } diff --git a/www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c b/www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c deleted file mode 100644 index 6b65ef14fbec..000000000000 --- a/www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c +++ /dev/null @@ -1,18 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. - */ - --#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too <alane@freebsd.org> */ - - return strftime(buf, buflen, fmt, &a); - } diff --git a/www/seamonkey2/files/patch-other-licenses_libical_src_libical_Makefile.in b/www/seamonkey2/files/patch-other-licenses_libical_src_libical_Makefile.in deleted file mode 100644 index f7b62d4df6a2..000000000000 --- a/www/seamonkey2/files/patch-other-licenses_libical_src_libical_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- other-licenses/libical/src/libical/Makefile.in.orig Thu Feb 13 15:50:58 2003 -+++ other-licenses/libical/src/libical/Makefile.in Thu Feb 13 15:51:07 2003 -@@ -179,7 +179,7 @@ - $(PERL) $(ICALSCRIPTS)/mkrestrictiontable.pl -i $(srcdir)/icalrestriction.c.in \ - $(DESIGNDATA)/restrictions.csv > icalrestriction.c - --ifneq (,$(filter BeOS Darwin OpenVMS,$(OS_ARCH))) -+ifneq (,$(filter BeOS Darwin OpenVMS FreeBSD,$(OS_ARCH))) - DEFINES += -D__USE_BSD=1 - endif - diff --git a/www/seamonkey2/files/patch-qt b/www/seamonkey2/files/patch-qt deleted file mode 100644 index 032397d35040..000000000000 --- a/www/seamonkey2/files/patch-qt +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Thu Feb 6 17:15:12 2003 -+++ configure Tue Feb 11 22:52:48 2003 -@@ -10974,7 +10974,7 @@ - fi - MOC=$HOST_MOC - -- QT_CFLAGS="-I${QTDIR}${QTINCDIR} -DQT_GENUINE_STR -DQT_NO_STL" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR" - if test -z "$MOZ_DEBUG"; then - QT_CFLAGS="$QT_CFLAGS -DQT_NO_DEBUG -DNO_DEBUG" - fi -@@ -11840,9 +11840,9 @@ - - - --MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc universalchardet typeaheadfind" -+MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector universalchardet typeaheadfind" - --MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm access-builtin p3p interfaceinfo datetime finger cview" -+MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin p3p interfaceinfo datetime finger cview" - - # Check whether --enable-extensions or --disable-extensions was given. - if test "${enable_extensions+set}" = set; then diff --git a/www/seamonkey2/files/patch-security::coreconf::FreeBSD.mk b/www/seamonkey2/files/patch-security::coreconf::FreeBSD.mk deleted file mode 100644 index 783d452b2896..000000000000 --- a/www/seamonkey2/files/patch-security::coreconf::FreeBSD.mk +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- security/coreconf/FreeBSD.mk.orig Sat Mar 9 00:17:36 2002 -+++ security/coreconf/FreeBSD.mk Tue Mar 12 17:19:15 2002 -@@ -35,9 +35,7 @@ - - include $(CORE_DEPTH)/coreconf/UNIX.mk - --DEFAULT_COMPILER = gcc --CC = gcc --CCC = g++ -+CCC = ${CXX} - RANLIB = ranlib - - ifeq ($(OS_TEST),alpha) -@@ -70,7 +68,7 @@ - DLL_SUFFIX = so.1.0 - endif - --MKSHLIB = $(CC) $(DSO_LDOPTS) -+MKSHLIB = $(CC) $(DSO_LDOPTS) -o $@ - ifdef MAPFILE - # Add LD options to restrict exported symbols to those in the map file - endif diff --git a/www/seamonkey2/pkg-descr b/www/seamonkey2/pkg-descr deleted file mode 100644 index fe21e2f4102c..000000000000 --- a/www/seamonkey2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is the current release of the Mozilla open source web browser. It should -be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, -JavaScript, MathML, SVG and RDF. This version also supports SSL encryption, -and Java with the use of the FreeBSD native Java plug-in. - -This is the latest bleeding edge release. Beware that you'll probably find -bugs here, so if you value stability, try www/mozilla or www/mozilla-vendor. - -WWW: http://www.mozilla.org/ diff --git a/www/seamonkey2/pkg-descr.gtk2 b/www/seamonkey2/pkg-descr.gtk2 deleted file mode 100644 index 10b9ea56ea93..000000000000 --- a/www/seamonkey2/pkg-descr.gtk2 +++ /dev/null @@ -1,12 +0,0 @@ -This is the current release of the Mozilla open source web browser. It should -be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, -JavaScript, MathML, SVG and RDF. This version also supports SSL encryption, -and Java with the use of the FreeBSD native Java plug-in. - -This is the latest bleeding edge release. Beware that you'll probably find -bugs here, so if you value stability, try www/mozilla or www/mozilla-vendor. - -This version has been built with GTK+-2 bindings for use with applications -such as Galeon 2. - -WWW: http://www.mozilla.org/ diff --git a/www/seamonkey2/pkg-message b/www/seamonkey2/pkg-message deleted file mode 100644 index a98a376da558..000000000000 --- a/www/seamonkey2/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -### -A symlink has been created for the Java plugin. However, in order for Java -to function, you must first install the java/jdk13 port. If you do not -do this, you will see the following error when starting Mozilla: - -LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so"] - -If you do not want Java support, you can safely ignore this message. -### diff --git a/www/squid25/Makefile b/www/squid25/Makefile deleted file mode 100644 index 2f9196bd71db..000000000000 --- a/www/squid25/Makefile +++ /dev/null @@ -1,205 +0,0 @@ -# New ports collection makefile for: squid24 -# Date created: Tue Mar 27 14:56:08 CEST 2001 -# Whom: Adrian Chadd <adrian@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.5 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= \ - ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ - ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} -MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.5.STABLE1 -EXTRACT_SUFX= .tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE1-disable-ident-lookups.patch \ - squid-2.5.STABLE1-disable-http-violations.patch \ - squid-2.5.STABLE1-proxy_auth.patch \ - squid-2.5.STABLE1-max_user_ip.patch \ - squid-2.5.STABLE1-cache_dir_docs.patch \ - squid-2.5.STABLE1-load_icons.patch \ - squid-2.5.STABLE1-referer_log.patch \ - squid-2.5.STABLE1-ldap_auth.patch \ - squid-2.5.STABLE1-addlang.patch \ - squid-2.5.STABLE1-pthreads.patch \ - squid-2.5.STABLE1-strwordtok.patch \ - squid-2.5.STABLE1-wccp.patch \ - squid-2.5.STABLE1-memstat.patch \ - squid-2.5.STABLE1-aufs.patch \ - squid-2.5.STABLE1-acl_leak.patch \ - squid-2.5.STABLE1-ext_acl_comma.patch \ - squid-2.5.STABLE1-request_entity.patch \ - squid-2.5.STABLE1-ext_acl_exit.patch \ - squid-2.5.STABLE1-uninstall.patch \ - squid-2.5.STABLE1-cachemgr.patch \ - squid-2.5.STABLE1-auth-proxy.patch \ - squid-2.5.STABLE1-dnsserver.patch \ - squid-2.5.STABLE1-spaces.patch \ - squid-2.5.STABLE1-flags_open.patch \ - squid-2.5.STABLE1-ldap_group-compile.patch \ - squid-2.5.STABLE1-aufs_performance.patch \ - squid-2.5.STABLE1-RunCache.patch \ - squid-2.5.STABLE1-rebuild_assert.patch \ - squid-2.5.STABLE1-offline_mode.patch \ - squid-2.5.STABLE1-S.patch \ - squid-2.5.STABLE1-chroot.patch \ - squid-2.5.STABLE1-aufs_reentrant.patch\ - squid-2.5.STABLE1-relnote11.patch \ - squid-2.5.STABLE1-ldap_group.patch \ - squid-2.5.STABLE1-offline_toggle.patch \ - squid-2.5.STABLE1-failure_ratio.patch \ - squid-2.5.STABLE1-hostnames.patch \ - squid-2.5.STABLE1-sbrk.patch \ - squid-2.5.STABLE1-log_mime_hdrs.patch \ - squid-2.5.STABLE1-peer_select_alg.patch \ - squid-2.5.STABLE1-mempoolstat.patch \ - squid-2.5.STABLE1-copy_offset.patch \ - squid-2.5.STABLE1-select_fds_hist.patch \ - squid-2.5.STABLE1-select_stat.patch \ - squid-2.5.STABLE1-pidfile.patch \ - squid-2.5.STABLE1-http_reply_max_size.patch \ - squid-2.5.STABLE1-cachemgr_non_get.patch \ - squid-2.5.STABLE1-authsheme_realloc.patch \ - squid-2.5.STABLE1-ftp_abort.patch \ - squid-2.5.STABLE1-helper_stats.patch \ - squid-2.5.STABLE1-delay_pools_docs.patch \ - squid-2.5.STABLE1-auth_connection.patch \ - squid-2.5.STABLE1-authenticate_program_docs.patch \ - squid-2.5.STABLE1-with_aufs_threads_trap.patch \ - squid-2.5.STABLE1-shutdown_assert.patch \ - squid-2.5.STABLE1-cachemgr_passwd.patch \ - squid-2.5.STABLE1-etc_hosts_fdleak.patch \ - squid-2.5.STABLE1-openssl097.patch \ - squid-2.5.STABLE1-HEAD_bad_headers.patch \ - squid-2.5.STABLE1-time_acl_list.patch \ - squid-2.5.STABLE1-CONNECT_pipeline.patch \ - squid-2.5.STABLE1-winbind.patch \ - squid-2.5.STABLE1-mib.patch \ - squid-2.5.STABLE1-error-http-ident.patch \ - squid-2.5.STABLE1-distclean_icons.patch \ - squid-2.5.STABLE1-external_acl_auth_segfault.patch \ - squid-2.5.STABLE1-auth_digest.patch \ - squid-2.5.STABLE1-external_acl_user.patch - -MAINTAINER= adrian@freebsd.org -COMMENT= The successful WWW proxy cache and accelerator - -DIST_SUBDIR= squid2.5 -PATCH_DIST_STRIP= -p1 -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_REINPLACE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --datadir=${PREFIX}/etc/squid/ \ - --localstatedir=${PREFIX}/squid \ - --enable-storeio="ufs diskd null" \ - --enable-removal-policies="lru heap" \ - --enable-auth=basic --enable-basic-auth-helpers="NCSA PAM YP" \ - --enable-external-acl-helpers="ip_user unix_group" \ - --enable-underscores - -STRIP= # won't install scripts correctly otherwise. -MAKEFILE= Makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE_ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Turn on SSL server support for reverse proxies -#CONFIGURE_ARGS+= --enable-ssl -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -post-install: -# I don't think many people use the pinger nowadays, and if you -# do you'll want squid in its own group so as to restrict access -# to it. -# 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 - @if [ ! -d ${PREFIX}/squid/logs ]; then \ - ${MKDIR} ${PREFIX}/squid/logs; \ - ${CHOWN} nobody:nogroup ${PREFIX}/squid/logs; \ - fi - @if [ ! -d ${PREFIX}/squid/cache ]; then \ - ${MKDIR} ${PREFIX}/squid/cache; \ - ${CHOWN} nobody:nogroup ${PREFIX}/squid/cache; \ - fi - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/squid.sh ${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 37f1e24c31e1..000000000000 --- a/www/squid25/distinfo +++ /dev/null @@ -1,69 +0,0 @@ -MD5 (squid2.5/squid-2.5.STABLE1.tar.gz) = cd26774cd917842a689fee5f76c8d752 -MD5 (squid2.5/squid-2.5.STABLE1-CONNECT_pipeline.patch) = ca83a0cec8b3fd3b01ac5bc04f68dbac -MD5 (squid2.5/squid-2.5.STABLE1-HEAD_bad_headers.patch) = 2b9577757d49f30f7d654303afdf6d53 -MD5 (squid2.5/squid-2.5.STABLE1-RunCache.patch) = 398e65c2ba646955c8da85b78094b5df -MD5 (squid2.5/squid-2.5.STABLE1-S.patch) = 169f0893ed7a4dc6565400f2e2c1ce59 -MD5 (squid2.5/squid-2.5.STABLE1-acl_leak.patch) = 4560a1f09fec829e1c76bce436d464f3 -MD5 (squid2.5/squid-2.5.STABLE1-addlang.patch) = bbc7a67e9ebfe80e3c2e3d1cb487fa8e -MD5 (squid2.5/squid-2.5.STABLE1-aufs.patch) = 6fcc60011da9e4cc52edde8570567360 -MD5 (squid2.5/squid-2.5.STABLE1-aufs_performance.patch) = 2e31a2decf450aeeb47e3d41386c00c4 -MD5 (squid2.5/squid-2.5.STABLE1-aufs_reentrant.patch) = d1f81faa3bed2eae8296f977dff22d94 -MD5 (squid2.5/squid-2.5.STABLE1-auth-proxy.patch) = 2257795597d0efb514ae93b32f4c05b4 -MD5 (squid2.5/squid-2.5.STABLE1-auth_connection.patch) = 91d5dea19cb440c8546d44f4c37e8612 -MD5 (squid2.5/squid-2.5.STABLE1-auth_digest.patch) = 3e4a18cb9700982a0f0eed6256a335f6 -MD5 (squid2.5/squid-2.5.STABLE1-authenticate_program_docs.patch) = 8ad129869c83de654d1e060da1b0c3fd -MD5 (squid2.5/squid-2.5.STABLE1-authsheme_realloc.patch) = 459972ade51eb84a613ab91eabdcb98a -MD5 (squid2.5/squid-2.5.STABLE1-cache_dir_docs.patch) = 8b566c98a39b0abda2d02c0f84e647ee -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr.patch) = bd23aedd830ee640214deca512a20f02 -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr_non_get.patch) = 824b8c217eacfd39130bdf12c986616e -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr_passwd.patch) = e5d2415965b2488cd2a8f20a05b4dcbc -MD5 (squid2.5/squid-2.5.STABLE1-chroot.patch) = 2194c0654750ba2ae40d69915219c101 -MD5 (squid2.5/squid-2.5.STABLE1-copy_offset.patch) = 6db1e444d8c689454afca1588758d62f -MD5 (squid2.5/squid-2.5.STABLE1-delay_pools_docs.patch) = 7f3a5ce77fe88147973b9507dbe90ffe -MD5 (squid2.5/squid-2.5.STABLE1-disable-http-violations.patch) = 4bfd3394c230251142c9e71f4b0e3cd3 -MD5 (squid2.5/squid-2.5.STABLE1-disable-ident-lookups.patch) = 20ca75a8e4f54b23f7b545b1cf718725 -MD5 (squid2.5/squid-2.5.STABLE1-distclean_icons.patch) = 24f8441eee716306b2a2cc39df9a3da9 -MD5 (squid2.5/squid-2.5.STABLE1-dnsserver.patch) = cb59578ca314d02416e0d003c3ce1392 -MD5 (squid2.5/squid-2.5.STABLE1-error-http-ident.patch) = b7a830caaea83d1180987b266fefa21b -MD5 (squid2.5/squid-2.5.STABLE1-etc_hosts_fdleak.patch) = 19589dbe950da368d82731fd9a60a1b7 -MD5 (squid2.5/squid-2.5.STABLE1-ext_acl_comma.patch) = b4ffef406d12c46e04758b68ffb488d0 -MD5 (squid2.5/squid-2.5.STABLE1-ext_acl_exit.patch) = ad21c15264fc04bfdd71d55139f65873 -MD5 (squid2.5/squid-2.5.STABLE1-external_acl_auth_segfault.patch) = d7c5351561d2043e33efb4166b117c21 -MD5 (squid2.5/squid-2.5.STABLE1-external_acl_user.patch) = 43471b9bb938f39830ef88b874e1606b -MD5 (squid2.5/squid-2.5.STABLE1-failure_ratio.patch) = c1d3cb32fb7c98188739f713cc56d293 -MD5 (squid2.5/squid-2.5.STABLE1-flags_open.patch) = 1244c407e18214c9bcce2850d1e3017e -MD5 (squid2.5/squid-2.5.STABLE1-ftp_abort.patch) = 7bfff3692a1fc2f63e4f8d321739afe3 -MD5 (squid2.5/squid-2.5.STABLE1-helper_stats.patch) = 1766a70f3ea668cfd1b8805a7bb9658d -MD5 (squid2.5/squid-2.5.STABLE1-hostnames.patch) = 6b6131ee4e4338777fad5fb3de36def6 -MD5 (squid2.5/squid-2.5.STABLE1-http_reply_max_size.patch) = ea43808f8ae5c3152d07f25165642d6c -MD5 (squid2.5/squid-2.5.STABLE1-ldap_auth.patch) = 91a4409f13bad84ae652c805321a5c59 -MD5 (squid2.5/squid-2.5.STABLE1-ldap_group-compile.patch) = b2f4521b2db281606ce4b029cfcb44ca -MD5 (squid2.5/squid-2.5.STABLE1-ldap_group.patch) = 334816023b46b549eb3f91bee8489632 -MD5 (squid2.5/squid-2.5.STABLE1-load_icons.patch) = 384b266ee4c26a2adaa3f498c52c4b34 -MD5 (squid2.5/squid-2.5.STABLE1-log_mime_hdrs.patch) = 7b644e4a5bd5019d23e5b4a272ff2218 -MD5 (squid2.5/squid-2.5.STABLE1-max_user_ip.patch) = 93530cfd9522bbf37321bc6f451179f5 -MD5 (squid2.5/squid-2.5.STABLE1-mempoolstat.patch) = f70a939e15dbe603eaacc2c2fdf828f1 -MD5 (squid2.5/squid-2.5.STABLE1-memstat.patch) = 108bf9f57424147ac408451476d5ba2f -MD5 (squid2.5/squid-2.5.STABLE1-mib.patch) = a8303ef80e36be85e6eca5c4d4812b1f -MD5 (squid2.5/squid-2.5.STABLE1-offline_mode.patch) = 056611c14992fca7b19b0770c5cbe847 -MD5 (squid2.5/squid-2.5.STABLE1-offline_toggle.patch) = 82c557be22c2137e4cc655d9608c8be6 -MD5 (squid2.5/squid-2.5.STABLE1-openssl097.patch) = 1a985987c5c483a746d2210118cdfc10 -MD5 (squid2.5/squid-2.5.STABLE1-peer_select_alg.patch) = 653477b8452e71ed9cc520bff091e050 -MD5 (squid2.5/squid-2.5.STABLE1-pidfile.patch) = 4c1054de8084536366e7d76cbc02f0c3 -MD5 (squid2.5/squid-2.5.STABLE1-proxy_auth.patch) = 9a1b998e289969ffe2a6e6ad2c8d1c84 -MD5 (squid2.5/squid-2.5.STABLE1-pthreads.patch) = 2edfea9977fc28deca9fef64ea801b75 -MD5 (squid2.5/squid-2.5.STABLE1-rebuild_assert.patch) = ec7ccb2dddb988833535f3f435f3c031 -MD5 (squid2.5/squid-2.5.STABLE1-referer_log.patch) = 23609e99750fd9776b0917a4a2e17bec -MD5 (squid2.5/squid-2.5.STABLE1-relnote11.patch) = a6fb9274e7ff481e4bfba2710f0bc5b9 -MD5 (squid2.5/squid-2.5.STABLE1-request_entity.patch) = 102363b0e9e3839affde7d5d18ed5861 -MD5 (squid2.5/squid-2.5.STABLE1-sbrk.patch) = b30196b75ad99c0bb3a04969b781783e -MD5 (squid2.5/squid-2.5.STABLE1-select_fds_hist.patch) = 9bc8a9fdb24c489a30e8fb89da225aae -MD5 (squid2.5/squid-2.5.STABLE1-select_stat.patch) = b22ca68a607c2d2886608a2403aa7330 -MD5 (squid2.5/squid-2.5.STABLE1-shutdown_assert.patch) = 4d9780df39841711d2ef15fe545d4094 -MD5 (squid2.5/squid-2.5.STABLE1-spaces.patch) = 127806aba2c83a5247b7da9c921fa86e -MD5 (squid2.5/squid-2.5.STABLE1-strwordtok.patch) = 0bee5a5b7bbebfde2130c4d588ce6b5f -MD5 (squid2.5/squid-2.5.STABLE1-time_acl_list.patch) = a98e25cb3af1f0e1186a4604ebadfd96 -MD5 (squid2.5/squid-2.5.STABLE1-uninstall.patch) = 453ad78fd4a9297546f0ac78c43982d5 -MD5 (squid2.5/squid-2.5.STABLE1-wccp.patch) = a6fce0040ddecad6316131ddedd462cc -MD5 (squid2.5/squid-2.5.STABLE1-winbind.patch) = b5ebcecc27559d5909ca7fa19275bcdf -MD5 (squid2.5/squid-2.5.STABLE1-with_aufs_threads_trap.patch) = 2b49b62af3bcf911260948eb3cabf768 diff --git a/www/squid25/files/squid.sh b/www/squid25/files/squid.sh deleted file mode 100644 index 40f655b04f27..000000000000 --- a/www/squid25/files/squid.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' - fi - ;; -stop) - ${PREFIX}/sbin/squid -k shutdown 2>&1 - # Uncomment this if you'd like the system to (attempt to - # wait for) squid to shut down cleanly - #echo "Sleeping for 45 seconds to allow squid to shutdown.." - #sleep 45 - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/squid25/pkg-descr b/www/squid25/pkg-descr deleted file mode 100644 index a030d6c271b8..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@squid-cache.org>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://www.squid-cache.org/ diff --git a/www/squid25/pkg-install b/www/squid25/pkg-install deleted file mode 100644 index 82f6605be3a2..000000000000 --- a/www/squid25/pkg-install +++ /dev/null @@ -1,45 +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 " o Note that before you can run ${PKGNAME} you will" - echo " need to initialise the cache directory." - echo " You can do this by typing \"squid -z\"." - 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 bf5ed94f3782..000000000000 --- a/www/squid25/pkg-plist +++ /dev/null @@ -1,870 +0,0 @@ -etc/rc.d/squid.sh -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/errors/Bulgarian/ERR_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CANNOT_FORWARD -etc/squid/errors/Bulgarian/ERR_CONNECT_FAIL -etc/squid/errors/Bulgarian/ERR_DNS_FAIL -etc/squid/errors/Bulgarian/ERR_FORWARDING_DENIED -etc/squid/errors/Bulgarian/ERR_FTP_DISABLED -etc/squid/errors/Bulgarian/ERR_FTP_FAILURE -etc/squid/errors/Bulgarian/ERR_FTP_FORBIDDEN -etc/squid/errors/Bulgarian/ERR_FTP_NOT_FOUND -etc/squid/errors/Bulgarian/ERR_FTP_PUT_CREATED -etc/squid/errors/Bulgarian/ERR_FTP_PUT_ERROR -etc/squid/errors/Bulgarian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Bulgarian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Bulgarian/ERR_INVALID_REQ -etc/squid/errors/Bulgarian/ERR_INVALID_URL -etc/squid/errors/Bulgarian/ERR_LIFETIME_EXP -etc/squid/errors/Bulgarian/ERR_NO_RELAY -etc/squid/errors/Bulgarian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Bulgarian/ERR_READ_ERROR -etc/squid/errors/Bulgarian/ERR_READ_TIMEOUT -etc/squid/errors/Bulgarian/ERR_SHUTTING_DOWN -etc/squid/errors/Bulgarian/ERR_SOCKET_FAILURE -etc/squid/errors/Bulgarian/ERR_TOO_BIG -etc/squid/errors/Bulgarian/ERR_UNSUP_REQ -etc/squid/errors/Bulgarian/ERR_URN_RESOLVE -etc/squid/errors/Bulgarian/ERR_WRITE_ERROR -etc/squid/errors/Bulgarian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Catalan/ERR_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CANNOT_FORWARD -etc/squid/errors/Catalan/ERR_CONNECT_FAIL -etc/squid/errors/Catalan/ERR_DNS_FAIL -etc/squid/errors/Catalan/ERR_FORWARDING_DENIED -etc/squid/errors/Catalan/ERR_FTP_DISABLED -etc/squid/errors/Catalan/ERR_FTP_FAILURE -etc/squid/errors/Catalan/ERR_FTP_FORBIDDEN -etc/squid/errors/Catalan/ERR_FTP_NOT_FOUND -etc/squid/errors/Catalan/ERR_FTP_PUT_CREATED -etc/squid/errors/Catalan/ERR_FTP_PUT_ERROR -etc/squid/errors/Catalan/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Catalan/ERR_FTP_UNAVAILABLE -etc/squid/errors/Catalan/ERR_INVALID_REQ -etc/squid/errors/Catalan/ERR_INVALID_URL -etc/squid/errors/Catalan/ERR_LIFETIME_EXP -etc/squid/errors/Catalan/ERR_NO_RELAY -etc/squid/errors/Catalan/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Catalan/ERR_READ_ERROR -etc/squid/errors/Catalan/ERR_READ_TIMEOUT -etc/squid/errors/Catalan/ERR_SHUTTING_DOWN -etc/squid/errors/Catalan/ERR_SOCKET_FAILURE -etc/squid/errors/Catalan/ERR_TOO_BIG -etc/squid/errors/Catalan/ERR_UNSUP_REQ -etc/squid/errors/Catalan/ERR_URN_RESOLVE -etc/squid/errors/Catalan/ERR_WRITE_ERROR -etc/squid/errors/Catalan/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Czech/ERR_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CANNOT_FORWARD -etc/squid/errors/Czech/ERR_CONNECT_FAIL -etc/squid/errors/Czech/ERR_DNS_FAIL -etc/squid/errors/Czech/ERR_FORWARDING_DENIED -etc/squid/errors/Czech/ERR_FTP_DISABLED -etc/squid/errors/Czech/ERR_FTP_FAILURE -etc/squid/errors/Czech/ERR_FTP_FORBIDDEN -etc/squid/errors/Czech/ERR_FTP_NOT_FOUND -etc/squid/errors/Czech/ERR_FTP_PUT_CREATED -etc/squid/errors/Czech/ERR_FTP_PUT_ERROR -etc/squid/errors/Czech/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Czech/ERR_FTP_UNAVAILABLE -etc/squid/errors/Czech/ERR_INVALID_REQ -etc/squid/errors/Czech/ERR_INVALID_URL -etc/squid/errors/Czech/ERR_LIFETIME_EXP -etc/squid/errors/Czech/ERR_NO_RELAY -etc/squid/errors/Czech/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Czech/ERR_READ_ERROR -etc/squid/errors/Czech/ERR_READ_TIMEOUT -etc/squid/errors/Czech/ERR_SHUTTING_DOWN -etc/squid/errors/Czech/ERR_SOCKET_FAILURE -etc/squid/errors/Czech/ERR_TOO_BIG -etc/squid/errors/Czech/ERR_UNSUP_REQ -etc/squid/errors/Czech/ERR_URN_RESOLVE -etc/squid/errors/Czech/ERR_WRITE_ERROR -etc/squid/errors/Czech/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Danish/ERR_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CANNOT_FORWARD -etc/squid/errors/Danish/ERR_CONNECT_FAIL -etc/squid/errors/Danish/ERR_DNS_FAIL -etc/squid/errors/Danish/ERR_FORWARDING_DENIED -etc/squid/errors/Danish/ERR_FTP_DISABLED -etc/squid/errors/Danish/ERR_FTP_FAILURE -etc/squid/errors/Danish/ERR_FTP_FORBIDDEN -etc/squid/errors/Danish/ERR_FTP_NOT_FOUND -etc/squid/errors/Danish/ERR_FTP_PUT_CREATED -etc/squid/errors/Danish/ERR_FTP_PUT_ERROR -etc/squid/errors/Danish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Danish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Danish/ERR_INVALID_REQ -etc/squid/errors/Danish/ERR_INVALID_URL -etc/squid/errors/Danish/ERR_LIFETIME_EXP -etc/squid/errors/Danish/ERR_NO_RELAY -etc/squid/errors/Danish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Danish/ERR_READ_ERROR -etc/squid/errors/Danish/ERR_READ_TIMEOUT -etc/squid/errors/Danish/ERR_SHUTTING_DOWN -etc/squid/errors/Danish/ERR_SOCKET_FAILURE -etc/squid/errors/Danish/ERR_TOO_BIG -etc/squid/errors/Danish/ERR_UNSUP_REQ -etc/squid/errors/Danish/ERR_URN_RESOLVE -etc/squid/errors/Danish/ERR_WRITE_ERROR -etc/squid/errors/Danish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Dutch/ERR_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CANNOT_FORWARD -etc/squid/errors/Dutch/ERR_CONNECT_FAIL -etc/squid/errors/Dutch/ERR_DNS_FAIL -etc/squid/errors/Dutch/ERR_FORWARDING_DENIED -etc/squid/errors/Dutch/ERR_FTP_DISABLED -etc/squid/errors/Dutch/ERR_FTP_FAILURE -etc/squid/errors/Dutch/ERR_FTP_FORBIDDEN -etc/squid/errors/Dutch/ERR_FTP_NOT_FOUND -etc/squid/errors/Dutch/ERR_FTP_PUT_CREATED -etc/squid/errors/Dutch/ERR_FTP_PUT_ERROR -etc/squid/errors/Dutch/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Dutch/ERR_FTP_UNAVAILABLE -etc/squid/errors/Dutch/ERR_INVALID_REQ -etc/squid/errors/Dutch/ERR_INVALID_URL -etc/squid/errors/Dutch/ERR_LIFETIME_EXP -etc/squid/errors/Dutch/ERR_NO_RELAY -etc/squid/errors/Dutch/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Dutch/ERR_READ_ERROR -etc/squid/errors/Dutch/ERR_READ_TIMEOUT -etc/squid/errors/Dutch/ERR_SHUTTING_DOWN -etc/squid/errors/Dutch/ERR_SOCKET_FAILURE -etc/squid/errors/Dutch/ERR_TOO_BIG -etc/squid/errors/Dutch/ERR_UNSUP_REQ -etc/squid/errors/Dutch/ERR_URN_RESOLVE -etc/squid/errors/Dutch/ERR_WRITE_ERROR -etc/squid/errors/Dutch/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/English/ERR_ACCESS_DENIED -etc/squid/errors/English/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/English/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/English/ERR_CANNOT_FORWARD -etc/squid/errors/English/ERR_CONNECT_FAIL -etc/squid/errors/English/ERR_DNS_FAIL -etc/squid/errors/English/ERR_FORWARDING_DENIED -etc/squid/errors/English/ERR_FTP_DISABLED -etc/squid/errors/English/ERR_FTP_FAILURE -etc/squid/errors/English/ERR_FTP_FORBIDDEN -etc/squid/errors/English/ERR_FTP_NOT_FOUND -etc/squid/errors/English/ERR_FTP_PUT_CREATED -etc/squid/errors/English/ERR_FTP_PUT_ERROR -etc/squid/errors/English/ERR_FTP_PUT_MODIFIED -etc/squid/errors/English/ERR_FTP_UNAVAILABLE -etc/squid/errors/English/ERR_INVALID_REQ -etc/squid/errors/English/ERR_INVALID_URL -etc/squid/errors/English/ERR_LIFETIME_EXP -etc/squid/errors/English/ERR_NO_RELAY -etc/squid/errors/English/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/English/ERR_READ_ERROR -etc/squid/errors/English/ERR_READ_TIMEOUT -etc/squid/errors/English/ERR_SHUTTING_DOWN -etc/squid/errors/English/ERR_SOCKET_FAILURE -etc/squid/errors/English/ERR_TOO_BIG -etc/squid/errors/English/ERR_UNSUP_REQ -etc/squid/errors/English/ERR_URN_RESOLVE -etc/squid/errors/English/ERR_WRITE_ERROR -etc/squid/errors/English/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Estonian/ERR_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CANNOT_FORWARD -etc/squid/errors/Estonian/ERR_CONNECT_FAIL -etc/squid/errors/Estonian/ERR_DNS_FAIL -etc/squid/errors/Estonian/ERR_FORWARDING_DENIED -etc/squid/errors/Estonian/ERR_FTP_DISABLED -etc/squid/errors/Estonian/ERR_FTP_FAILURE -etc/squid/errors/Estonian/ERR_FTP_FORBIDDEN -etc/squid/errors/Estonian/ERR_FTP_NOT_FOUND -etc/squid/errors/Estonian/ERR_FTP_PUT_CREATED -etc/squid/errors/Estonian/ERR_FTP_PUT_ERROR -etc/squid/errors/Estonian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Estonian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Estonian/ERR_INVALID_REQ -etc/squid/errors/Estonian/ERR_INVALID_URL -etc/squid/errors/Estonian/ERR_LIFETIME_EXP -etc/squid/errors/Estonian/ERR_NO_RELAY -etc/squid/errors/Estonian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Estonian/ERR_READ_ERROR -etc/squid/errors/Estonian/ERR_READ_TIMEOUT -etc/squid/errors/Estonian/ERR_SHUTTING_DOWN -etc/squid/errors/Estonian/ERR_SOCKET_FAILURE -etc/squid/errors/Estonian/ERR_TOO_BIG -etc/squid/errors/Estonian/ERR_UNSUP_REQ -etc/squid/errors/Estonian/ERR_URN_RESOLVE -etc/squid/errors/Estonian/ERR_WRITE_ERROR -etc/squid/errors/Estonian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Finnish/ERR_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CANNOT_FORWARD -etc/squid/errors/Finnish/ERR_CONNECT_FAIL -etc/squid/errors/Finnish/ERR_DNS_FAIL -etc/squid/errors/Finnish/ERR_FORWARDING_DENIED -etc/squid/errors/Finnish/ERR_FTP_DISABLED -etc/squid/errors/Finnish/ERR_FTP_FAILURE -etc/squid/errors/Finnish/ERR_FTP_FORBIDDEN -etc/squid/errors/Finnish/ERR_FTP_NOT_FOUND -etc/squid/errors/Finnish/ERR_FTP_PUT_CREATED -etc/squid/errors/Finnish/ERR_FTP_PUT_ERROR -etc/squid/errors/Finnish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Finnish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Finnish/ERR_INVALID_REQ -etc/squid/errors/Finnish/ERR_INVALID_URL -etc/squid/errors/Finnish/ERR_LIFETIME_EXP -etc/squid/errors/Finnish/ERR_NO_RELAY -etc/squid/errors/Finnish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Finnish/ERR_READ_ERROR -etc/squid/errors/Finnish/ERR_READ_TIMEOUT -etc/squid/errors/Finnish/ERR_SHUTTING_DOWN -etc/squid/errors/Finnish/ERR_SOCKET_FAILURE -etc/squid/errors/Finnish/ERR_TOO_BIG -etc/squid/errors/Finnish/ERR_UNSUP_REQ -etc/squid/errors/Finnish/ERR_URN_RESOLVE -etc/squid/errors/Finnish/ERR_WRITE_ERROR -etc/squid/errors/Finnish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/French/ERR_ACCESS_DENIED -etc/squid/errors/French/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/French/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/French/ERR_CANNOT_FORWARD -etc/squid/errors/French/ERR_CONNECT_FAIL -etc/squid/errors/French/ERR_DNS_FAIL -etc/squid/errors/French/ERR_FORWARDING_DENIED -etc/squid/errors/French/ERR_FTP_DISABLED -etc/squid/errors/French/ERR_FTP_FAILURE -etc/squid/errors/French/ERR_FTP_FORBIDDEN -etc/squid/errors/French/ERR_FTP_NOT_FOUND -etc/squid/errors/French/ERR_FTP_PUT_CREATED -etc/squid/errors/French/ERR_FTP_PUT_ERROR -etc/squid/errors/French/ERR_FTP_PUT_MODIFIED -etc/squid/errors/French/ERR_FTP_UNAVAILABLE -etc/squid/errors/French/ERR_INVALID_REQ -etc/squid/errors/French/ERR_INVALID_URL -etc/squid/errors/French/ERR_LIFETIME_EXP -etc/squid/errors/French/ERR_NO_RELAY -etc/squid/errors/French/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/French/ERR_READ_ERROR -etc/squid/errors/French/ERR_READ_TIMEOUT -etc/squid/errors/French/ERR_SHUTTING_DOWN -etc/squid/errors/French/ERR_SOCKET_FAILURE -etc/squid/errors/French/ERR_TOO_BIG -etc/squid/errors/French/ERR_UNSUP_REQ -etc/squid/errors/French/ERR_URN_RESOLVE -etc/squid/errors/French/ERR_WRITE_ERROR -etc/squid/errors/French/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/German/ERR_ACCESS_DENIED -etc/squid/errors/German/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/German/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/German/ERR_CANNOT_FORWARD -etc/squid/errors/German/ERR_CONNECT_FAIL -etc/squid/errors/German/ERR_DNS_FAIL -etc/squid/errors/German/ERR_FORWARDING_DENIED -etc/squid/errors/German/ERR_FTP_DISABLED -etc/squid/errors/German/ERR_FTP_FAILURE -etc/squid/errors/German/ERR_FTP_FORBIDDEN -etc/squid/errors/German/ERR_FTP_NOT_FOUND -etc/squid/errors/German/ERR_FTP_PUT_CREATED -etc/squid/errors/German/ERR_FTP_PUT_ERROR -etc/squid/errors/German/ERR_FTP_PUT_MODIFIED -etc/squid/errors/German/ERR_FTP_UNAVAILABLE -etc/squid/errors/German/ERR_INVALID_REQ -etc/squid/errors/German/ERR_INVALID_URL -etc/squid/errors/German/ERR_LIFETIME_EXP -etc/squid/errors/German/ERR_NO_RELAY -etc/squid/errors/German/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/German/ERR_READ_ERROR -etc/squid/errors/German/ERR_READ_TIMEOUT -etc/squid/errors/German/ERR_SHUTTING_DOWN -etc/squid/errors/German/ERR_SOCKET_FAILURE -etc/squid/errors/German/ERR_TOO_BIG -etc/squid/errors/German/ERR_UNSUP_REQ -etc/squid/errors/German/ERR_URN_RESOLVE -etc/squid/errors/German/ERR_WRITE_ERROR -etc/squid/errors/German/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Hebrew/ERR_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CANNOT_FORWARD -etc/squid/errors/Hebrew/ERR_CONNECT_FAIL -etc/squid/errors/Hebrew/ERR_DNS_FAIL -etc/squid/errors/Hebrew/ERR_FORWARDING_DENIED -etc/squid/errors/Hebrew/ERR_FTP_DISABLED -etc/squid/errors/Hebrew/ERR_FTP_FAILURE -etc/squid/errors/Hebrew/ERR_FTP_FORBIDDEN -etc/squid/errors/Hebrew/ERR_FTP_NOT_FOUND -etc/squid/errors/Hebrew/ERR_FTP_PUT_CREATED -etc/squid/errors/Hebrew/ERR_FTP_PUT_ERROR -etc/squid/errors/Hebrew/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Hebrew/ERR_FTP_UNAVAILABLE -etc/squid/errors/Hebrew/ERR_INVALID_REQ -etc/squid/errors/Hebrew/ERR_INVALID_URL -etc/squid/errors/Hebrew/ERR_LIFETIME_EXP -etc/squid/errors/Hebrew/ERR_NO_RELAY -etc/squid/errors/Hebrew/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Hebrew/ERR_READ_ERROR -etc/squid/errors/Hebrew/ERR_READ_TIMEOUT -etc/squid/errors/Hebrew/ERR_SHUTTING_DOWN -etc/squid/errors/Hebrew/ERR_SOCKET_FAILURE -etc/squid/errors/Hebrew/ERR_TOO_BIG -etc/squid/errors/Hebrew/ERR_UNSUP_REQ -etc/squid/errors/Hebrew/ERR_URN_RESOLVE -etc/squid/errors/Hebrew/ERR_WRITE_ERROR -etc/squid/errors/Hebrew/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Hungarian/ERR_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CANNOT_FORWARD -etc/squid/errors/Hungarian/ERR_CONNECT_FAIL -etc/squid/errors/Hungarian/ERR_DNS_FAIL -etc/squid/errors/Hungarian/ERR_FORWARDING_DENIED -etc/squid/errors/Hungarian/ERR_FTP_DISABLED -etc/squid/errors/Hungarian/ERR_FTP_FAILURE -etc/squid/errors/Hungarian/ERR_FTP_FORBIDDEN -etc/squid/errors/Hungarian/ERR_FTP_NOT_FOUND -etc/squid/errors/Hungarian/ERR_FTP_PUT_CREATED -etc/squid/errors/Hungarian/ERR_FTP_PUT_ERROR -etc/squid/errors/Hungarian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Hungarian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Hungarian/ERR_INVALID_REQ -etc/squid/errors/Hungarian/ERR_INVALID_URL -etc/squid/errors/Hungarian/ERR_LIFETIME_EXP -etc/squid/errors/Hungarian/ERR_NO_RELAY -etc/squid/errors/Hungarian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Hungarian/ERR_READ_ERROR -etc/squid/errors/Hungarian/ERR_READ_TIMEOUT -etc/squid/errors/Hungarian/ERR_SHUTTING_DOWN -etc/squid/errors/Hungarian/ERR_SOCKET_FAILURE -etc/squid/errors/Hungarian/ERR_TOO_BIG -etc/squid/errors/Hungarian/ERR_UNSUP_REQ -etc/squid/errors/Hungarian/ERR_URN_RESOLVE -etc/squid/errors/Hungarian/ERR_WRITE_ERROR -etc/squid/errors/Hungarian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Italian/ERR_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CANNOT_FORWARD -etc/squid/errors/Italian/ERR_CONNECT_FAIL -etc/squid/errors/Italian/ERR_DNS_FAIL -etc/squid/errors/Italian/ERR_FORWARDING_DENIED -etc/squid/errors/Italian/ERR_FTP_DISABLED -etc/squid/errors/Italian/ERR_FTP_FAILURE -etc/squid/errors/Italian/ERR_FTP_FORBIDDEN -etc/squid/errors/Italian/ERR_FTP_NOT_FOUND -etc/squid/errors/Italian/ERR_FTP_PUT_CREATED -etc/squid/errors/Italian/ERR_FTP_PUT_ERROR -etc/squid/errors/Italian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Italian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Italian/ERR_INVALID_REQ -etc/squid/errors/Italian/ERR_INVALID_URL -etc/squid/errors/Italian/ERR_LIFETIME_EXP -etc/squid/errors/Italian/ERR_NO_RELAY -etc/squid/errors/Italian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Italian/ERR_READ_ERROR -etc/squid/errors/Italian/ERR_READ_TIMEOUT -etc/squid/errors/Italian/ERR_SHUTTING_DOWN -etc/squid/errors/Italian/ERR_SOCKET_FAILURE -etc/squid/errors/Italian/ERR_TOO_BIG -etc/squid/errors/Italian/ERR_UNSUP_REQ -etc/squid/errors/Italian/ERR_URN_RESOLVE -etc/squid/errors/Italian/ERR_WRITE_ERROR -etc/squid/errors/Italian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Japanese/ERR_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CANNOT_FORWARD -etc/squid/errors/Japanese/ERR_CONNECT_FAIL -etc/squid/errors/Japanese/ERR_DNS_FAIL -etc/squid/errors/Japanese/ERR_FORWARDING_DENIED -etc/squid/errors/Japanese/ERR_FTP_DISABLED -etc/squid/errors/Japanese/ERR_FTP_FAILURE -etc/squid/errors/Japanese/ERR_FTP_FORBIDDEN -etc/squid/errors/Japanese/ERR_FTP_NOT_FOUND -etc/squid/errors/Japanese/ERR_FTP_PUT_CREATED -etc/squid/errors/Japanese/ERR_FTP_PUT_ERROR -etc/squid/errors/Japanese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Japanese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Japanese/ERR_INVALID_REQ -etc/squid/errors/Japanese/ERR_INVALID_URL -etc/squid/errors/Japanese/ERR_LIFETIME_EXP -etc/squid/errors/Japanese/ERR_NO_RELAY -etc/squid/errors/Japanese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Japanese/ERR_READ_ERROR -etc/squid/errors/Japanese/ERR_READ_TIMEOUT -etc/squid/errors/Japanese/ERR_SHUTTING_DOWN -etc/squid/errors/Japanese/ERR_SOCKET_FAILURE -etc/squid/errors/Japanese/ERR_TOO_BIG -etc/squid/errors/Japanese/ERR_UNSUP_REQ -etc/squid/errors/Japanese/ERR_URN_RESOLVE -etc/squid/errors/Japanese/ERR_WRITE_ERROR -etc/squid/errors/Japanese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Korean/ERR_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CANNOT_FORWARD -etc/squid/errors/Korean/ERR_CONNECT_FAIL -etc/squid/errors/Korean/ERR_DNS_FAIL -etc/squid/errors/Korean/ERR_FORWARDING_DENIED -etc/squid/errors/Korean/ERR_FTP_DISABLED -etc/squid/errors/Korean/ERR_FTP_FAILURE -etc/squid/errors/Korean/ERR_FTP_FORBIDDEN -etc/squid/errors/Korean/ERR_FTP_NOT_FOUND -etc/squid/errors/Korean/ERR_FTP_PUT_CREATED -etc/squid/errors/Korean/ERR_FTP_PUT_ERROR -etc/squid/errors/Korean/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Korean/ERR_FTP_UNAVAILABLE -etc/squid/errors/Korean/ERR_INVALID_REQ -etc/squid/errors/Korean/ERR_INVALID_URL -etc/squid/errors/Korean/ERR_LIFETIME_EXP -etc/squid/errors/Korean/ERR_NO_RELAY -etc/squid/errors/Korean/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Korean/ERR_READ_ERROR -etc/squid/errors/Korean/ERR_READ_TIMEOUT -etc/squid/errors/Korean/ERR_SHUTTING_DOWN -etc/squid/errors/Korean/ERR_SOCKET_FAILURE -etc/squid/errors/Korean/ERR_TOO_BIG -etc/squid/errors/Korean/ERR_UNSUP_REQ -etc/squid/errors/Korean/ERR_URN_RESOLVE -etc/squid/errors/Korean/ERR_WRITE_ERROR -etc/squid/errors/Korean/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Polish/ERR_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CANNOT_FORWARD -etc/squid/errors/Polish/ERR_CONNECT_FAIL -etc/squid/errors/Polish/ERR_DNS_FAIL -etc/squid/errors/Polish/ERR_FORWARDING_DENIED -etc/squid/errors/Polish/ERR_FTP_DISABLED -etc/squid/errors/Polish/ERR_FTP_FAILURE -etc/squid/errors/Polish/ERR_FTP_FORBIDDEN -etc/squid/errors/Polish/ERR_FTP_NOT_FOUND -etc/squid/errors/Polish/ERR_FTP_PUT_CREATED -etc/squid/errors/Polish/ERR_FTP_PUT_ERROR -etc/squid/errors/Polish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Polish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Polish/ERR_INVALID_REQ -etc/squid/errors/Polish/ERR_INVALID_URL -etc/squid/errors/Polish/ERR_LIFETIME_EXP -etc/squid/errors/Polish/ERR_NO_RELAY -etc/squid/errors/Polish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Polish/ERR_READ_ERROR -etc/squid/errors/Polish/ERR_READ_TIMEOUT -etc/squid/errors/Polish/ERR_SHUTTING_DOWN -etc/squid/errors/Polish/ERR_SOCKET_FAILURE -etc/squid/errors/Polish/ERR_TOO_BIG -etc/squid/errors/Polish/ERR_UNSUP_REQ -etc/squid/errors/Polish/ERR_URN_RESOLVE -etc/squid/errors/Polish/ERR_WRITE_ERROR -etc/squid/errors/Polish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Portuguese/ERR_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CANNOT_FORWARD -etc/squid/errors/Portuguese/ERR_CONNECT_FAIL -etc/squid/errors/Portuguese/ERR_DNS_FAIL -etc/squid/errors/Portuguese/ERR_FORWARDING_DENIED -etc/squid/errors/Portuguese/ERR_FTP_DISABLED -etc/squid/errors/Portuguese/ERR_FTP_FAILURE -etc/squid/errors/Portuguese/ERR_FTP_FORBIDDEN -etc/squid/errors/Portuguese/ERR_FTP_NOT_FOUND -etc/squid/errors/Portuguese/ERR_FTP_PUT_CREATED -etc/squid/errors/Portuguese/ERR_FTP_PUT_ERROR -etc/squid/errors/Portuguese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Portuguese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Portuguese/ERR_INVALID_REQ -etc/squid/errors/Portuguese/ERR_INVALID_URL -etc/squid/errors/Portuguese/ERR_LIFETIME_EXP -etc/squid/errors/Portuguese/ERR_NO_RELAY -etc/squid/errors/Portuguese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Portuguese/ERR_READ_ERROR -etc/squid/errors/Portuguese/ERR_READ_TIMEOUT -etc/squid/errors/Portuguese/ERR_SHUTTING_DOWN -etc/squid/errors/Portuguese/ERR_SOCKET_FAILURE -etc/squid/errors/Portuguese/ERR_TOO_BIG -etc/squid/errors/Portuguese/ERR_UNSUP_REQ -etc/squid/errors/Portuguese/ERR_URN_RESOLVE -etc/squid/errors/Portuguese/ERR_WRITE_ERROR -etc/squid/errors/Portuguese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Romanian/ERR_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CANNOT_FORWARD -etc/squid/errors/Romanian/ERR_CONNECT_FAIL -etc/squid/errors/Romanian/ERR_DNS_FAIL -etc/squid/errors/Romanian/ERR_FORWARDING_DENIED -etc/squid/errors/Romanian/ERR_FTP_DISABLED -etc/squid/errors/Romanian/ERR_FTP_FAILURE -etc/squid/errors/Romanian/ERR_FTP_FORBIDDEN -etc/squid/errors/Romanian/ERR_FTP_NOT_FOUND -etc/squid/errors/Romanian/ERR_FTP_PUT_CREATED -etc/squid/errors/Romanian/ERR_FTP_PUT_ERROR -etc/squid/errors/Romanian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Romanian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Romanian/ERR_INVALID_REQ -etc/squid/errors/Romanian/ERR_INVALID_URL -etc/squid/errors/Romanian/ERR_LIFETIME_EXP -etc/squid/errors/Romanian/ERR_NO_RELAY -etc/squid/errors/Romanian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Romanian/ERR_READ_ERROR -etc/squid/errors/Romanian/ERR_READ_TIMEOUT -etc/squid/errors/Romanian/ERR_SHUTTING_DOWN -etc/squid/errors/Romanian/ERR_SOCKET_FAILURE -etc/squid/errors/Romanian/ERR_TOO_BIG -etc/squid/errors/Romanian/ERR_UNSUP_REQ -etc/squid/errors/Romanian/ERR_URN_RESOLVE -etc/squid/errors/Romanian/ERR_WRITE_ERROR -etc/squid/errors/Romanian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Russian-1251/ERR_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CANNOT_FORWARD -etc/squid/errors/Russian-1251/ERR_CONNECT_FAIL -etc/squid/errors/Russian-1251/ERR_DNS_FAIL -etc/squid/errors/Russian-1251/ERR_FORWARDING_DENIED -etc/squid/errors/Russian-1251/ERR_FTP_DISABLED -etc/squid/errors/Russian-1251/ERR_FTP_FAILURE -etc/squid/errors/Russian-1251/ERR_FTP_FORBIDDEN -etc/squid/errors/Russian-1251/ERR_FTP_NOT_FOUND -etc/squid/errors/Russian-1251/ERR_FTP_PUT_CREATED -etc/squid/errors/Russian-1251/ERR_FTP_PUT_ERROR -etc/squid/errors/Russian-1251/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Russian-1251/ERR_FTP_UNAVAILABLE -etc/squid/errors/Russian-1251/ERR_INVALID_REQ -etc/squid/errors/Russian-1251/ERR_INVALID_URL -etc/squid/errors/Russian-1251/ERR_LIFETIME_EXP -etc/squid/errors/Russian-1251/ERR_NO_RELAY -etc/squid/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Russian-1251/ERR_READ_ERROR -etc/squid/errors/Russian-1251/ERR_READ_TIMEOUT -etc/squid/errors/Russian-1251/ERR_SHUTTING_DOWN -etc/squid/errors/Russian-1251/ERR_SOCKET_FAILURE -etc/squid/errors/Russian-1251/ERR_TOO_BIG -etc/squid/errors/Russian-1251/ERR_UNSUP_REQ -etc/squid/errors/Russian-1251/ERR_URN_RESOLVE -etc/squid/errors/Russian-1251/ERR_WRITE_ERROR -etc/squid/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Russian-koi8-r/ERR_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CANNOT_FORWARD -etc/squid/errors/Russian-koi8-r/ERR_CONNECT_FAIL -etc/squid/errors/Russian-koi8-r/ERR_DNS_FAIL -etc/squid/errors/Russian-koi8-r/ERR_FORWARDING_DENIED -etc/squid/errors/Russian-koi8-r/ERR_FTP_DISABLED -etc/squid/errors/Russian-koi8-r/ERR_FTP_FAILURE -etc/squid/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN -etc/squid/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE -etc/squid/errors/Russian-koi8-r/ERR_INVALID_REQ -etc/squid/errors/Russian-koi8-r/ERR_INVALID_URL -etc/squid/errors/Russian-koi8-r/ERR_LIFETIME_EXP -etc/squid/errors/Russian-koi8-r/ERR_NO_RELAY -etc/squid/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Russian-koi8-r/ERR_READ_ERROR -etc/squid/errors/Russian-koi8-r/ERR_READ_TIMEOUT -etc/squid/errors/Russian-koi8-r/ERR_SHUTTING_DOWN -etc/squid/errors/Russian-koi8-r/ERR_SOCKET_FAILURE -etc/squid/errors/Russian-koi8-r/ERR_TOO_BIG -etc/squid/errors/Russian-koi8-r/ERR_UNSUP_REQ -etc/squid/errors/Russian-koi8-r/ERR_URN_RESOLVE -etc/squid/errors/Russian-koi8-r/ERR_WRITE_ERROR -etc/squid/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Serbian/ERR_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CANNOT_FORWARD -etc/squid/errors/Serbian/ERR_CONNECT_FAIL -etc/squid/errors/Serbian/ERR_DNS_FAIL -etc/squid/errors/Serbian/ERR_FORWARDING_DENIED -etc/squid/errors/Serbian/ERR_FTP_DISABLED -etc/squid/errors/Serbian/ERR_FTP_FAILURE -etc/squid/errors/Serbian/ERR_FTP_FORBIDDEN -etc/squid/errors/Serbian/ERR_FTP_NOT_FOUND -etc/squid/errors/Serbian/ERR_FTP_PUT_CREATED -etc/squid/errors/Serbian/ERR_FTP_PUT_ERROR -etc/squid/errors/Serbian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Serbian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Serbian/ERR_INVALID_REQ -etc/squid/errors/Serbian/ERR_INVALID_URL -etc/squid/errors/Serbian/ERR_LIFETIME_EXP -etc/squid/errors/Serbian/ERR_NO_RELAY -etc/squid/errors/Serbian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Serbian/ERR_READ_ERROR -etc/squid/errors/Serbian/ERR_READ_TIMEOUT -etc/squid/errors/Serbian/ERR_SHUTTING_DOWN -etc/squid/errors/Serbian/ERR_SOCKET_FAILURE -etc/squid/errors/Serbian/ERR_TOO_BIG -etc/squid/errors/Serbian/ERR_UNSUP_REQ -etc/squid/errors/Serbian/ERR_URN_RESOLVE -etc/squid/errors/Serbian/ERR_WRITE_ERROR -etc/squid/errors/Serbian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Simplify_Chinese/ERR_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CANNOT_FORWARD -etc/squid/errors/Simplify_Chinese/ERR_CONNECT_FAIL -etc/squid/errors/Simplify_Chinese/ERR_DNS_FAIL -etc/squid/errors/Simplify_Chinese/ERR_FORWARDING_DENIED -etc/squid/errors/Simplify_Chinese/ERR_FTP_DISABLED -etc/squid/errors/Simplify_Chinese/ERR_FTP_FAILURE -etc/squid/errors/Simplify_Chinese/ERR_FTP_FORBIDDEN -etc/squid/errors/Simplify_Chinese/ERR_FTP_NOT_FOUND -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_CREATED -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_ERROR -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Simplify_Chinese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Simplify_Chinese/ERR_INVALID_REQ -etc/squid/errors/Simplify_Chinese/ERR_INVALID_URL -etc/squid/errors/Simplify_Chinese/ERR_LIFETIME_EXP -etc/squid/errors/Simplify_Chinese/ERR_NO_RELAY -etc/squid/errors/Simplify_Chinese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Simplify_Chinese/ERR_READ_ERROR -etc/squid/errors/Simplify_Chinese/ERR_READ_TIMEOUT -etc/squid/errors/Simplify_Chinese/ERR_SHUTTING_DOWN -etc/squid/errors/Simplify_Chinese/ERR_SOCKET_FAILURE -etc/squid/errors/Simplify_Chinese/ERR_TOO_BIG -etc/squid/errors/Simplify_Chinese/ERR_UNSUP_REQ -etc/squid/errors/Simplify_Chinese/ERR_URN_RESOLVE -etc/squid/errors/Simplify_Chinese/ERR_WRITE_ERROR -etc/squid/errors/Simplify_Chinese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Slovak/ERR_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CANNOT_FORWARD -etc/squid/errors/Slovak/ERR_CONNECT_FAIL -etc/squid/errors/Slovak/ERR_DNS_FAIL -etc/squid/errors/Slovak/ERR_FORWARDING_DENIED -etc/squid/errors/Slovak/ERR_FTP_DISABLED -etc/squid/errors/Slovak/ERR_FTP_FAILURE -etc/squid/errors/Slovak/ERR_FTP_FORBIDDEN -etc/squid/errors/Slovak/ERR_FTP_NOT_FOUND -etc/squid/errors/Slovak/ERR_FTP_PUT_CREATED -etc/squid/errors/Slovak/ERR_FTP_PUT_ERROR -etc/squid/errors/Slovak/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Slovak/ERR_FTP_UNAVAILABLE -etc/squid/errors/Slovak/ERR_INVALID_REQ -etc/squid/errors/Slovak/ERR_INVALID_URL -etc/squid/errors/Slovak/ERR_LIFETIME_EXP -etc/squid/errors/Slovak/ERR_NO_RELAY -etc/squid/errors/Slovak/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Slovak/ERR_READ_ERROR -etc/squid/errors/Slovak/ERR_READ_TIMEOUT -etc/squid/errors/Slovak/ERR_SHUTTING_DOWN -etc/squid/errors/Slovak/ERR_SOCKET_FAILURE -etc/squid/errors/Slovak/ERR_TOO_BIG -etc/squid/errors/Slovak/ERR_UNSUP_REQ -etc/squid/errors/Slovak/ERR_URN_RESOLVE -etc/squid/errors/Slovak/ERR_WRITE_ERROR -etc/squid/errors/Slovak/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Spanish/ERR_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CANNOT_FORWARD -etc/squid/errors/Spanish/ERR_CONNECT_FAIL -etc/squid/errors/Spanish/ERR_DNS_FAIL -etc/squid/errors/Spanish/ERR_FORWARDING_DENIED -etc/squid/errors/Spanish/ERR_FTP_DISABLED -etc/squid/errors/Spanish/ERR_FTP_FAILURE -etc/squid/errors/Spanish/ERR_FTP_FORBIDDEN -etc/squid/errors/Spanish/ERR_FTP_NOT_FOUND -etc/squid/errors/Spanish/ERR_FTP_PUT_CREATED -etc/squid/errors/Spanish/ERR_FTP_PUT_ERROR -etc/squid/errors/Spanish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Spanish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Spanish/ERR_INVALID_REQ -etc/squid/errors/Spanish/ERR_INVALID_URL -etc/squid/errors/Spanish/ERR_LIFETIME_EXP -etc/squid/errors/Spanish/ERR_NO_RELAY -etc/squid/errors/Spanish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Spanish/ERR_READ_ERROR -etc/squid/errors/Spanish/ERR_READ_TIMEOUT -etc/squid/errors/Spanish/ERR_SHUTTING_DOWN -etc/squid/errors/Spanish/ERR_SOCKET_FAILURE -etc/squid/errors/Spanish/ERR_TOO_BIG -etc/squid/errors/Spanish/ERR_UNSUP_REQ -etc/squid/errors/Spanish/ERR_URN_RESOLVE -etc/squid/errors/Spanish/ERR_WRITE_ERROR -etc/squid/errors/Spanish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Swedish/ERR_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CANNOT_FORWARD -etc/squid/errors/Swedish/ERR_CONNECT_FAIL -etc/squid/errors/Swedish/ERR_DNS_FAIL -etc/squid/errors/Swedish/ERR_FORWARDING_DENIED -etc/squid/errors/Swedish/ERR_FTP_DISABLED -etc/squid/errors/Swedish/ERR_FTP_FAILURE -etc/squid/errors/Swedish/ERR_FTP_FORBIDDEN -etc/squid/errors/Swedish/ERR_FTP_NOT_FOUND -etc/squid/errors/Swedish/ERR_FTP_PUT_CREATED -etc/squid/errors/Swedish/ERR_FTP_PUT_ERROR -etc/squid/errors/Swedish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Swedish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Swedish/ERR_INVALID_REQ -etc/squid/errors/Swedish/ERR_INVALID_URL -etc/squid/errors/Swedish/ERR_LIFETIME_EXP -etc/squid/errors/Swedish/ERR_NO_RELAY -etc/squid/errors/Swedish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Swedish/ERR_READ_ERROR -etc/squid/errors/Swedish/ERR_READ_TIMEOUT -etc/squid/errors/Swedish/ERR_SHUTTING_DOWN -etc/squid/errors/Swedish/ERR_SOCKET_FAILURE -etc/squid/errors/Swedish/ERR_TOO_BIG -etc/squid/errors/Swedish/ERR_UNSUP_REQ -etc/squid/errors/Swedish/ERR_URN_RESOLVE -etc/squid/errors/Swedish/ERR_WRITE_ERROR -etc/squid/errors/Swedish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Traditional_Chinese/ERR_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CANNOT_FORWARD -etc/squid/errors/Traditional_Chinese/ERR_CONNECT_FAIL -etc/squid/errors/Traditional_Chinese/ERR_DNS_FAIL -etc/squid/errors/Traditional_Chinese/ERR_FORWARDING_DENIED -etc/squid/errors/Traditional_Chinese/ERR_FTP_DISABLED -etc/squid/errors/Traditional_Chinese/ERR_FTP_FAILURE -etc/squid/errors/Traditional_Chinese/ERR_FTP_FORBIDDEN -etc/squid/errors/Traditional_Chinese/ERR_FTP_NOT_FOUND -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_CREATED -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_ERROR -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Traditional_Chinese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Traditional_Chinese/ERR_INVALID_REQ -etc/squid/errors/Traditional_Chinese/ERR_INVALID_URL -etc/squid/errors/Traditional_Chinese/ERR_LIFETIME_EXP -etc/squid/errors/Traditional_Chinese/ERR_NO_RELAY -etc/squid/errors/Traditional_Chinese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Traditional_Chinese/ERR_READ_ERROR -etc/squid/errors/Traditional_Chinese/ERR_READ_TIMEOUT -etc/squid/errors/Traditional_Chinese/ERR_SHUTTING_DOWN -etc/squid/errors/Traditional_Chinese/ERR_SOCKET_FAILURE -etc/squid/errors/Traditional_Chinese/ERR_TOO_BIG -etc/squid/errors/Traditional_Chinese/ERR_UNSUP_REQ -etc/squid/errors/Traditional_Chinese/ERR_URN_RESOLVE -etc/squid/errors/Traditional_Chinese/ERR_WRITE_ERROR -etc/squid/errors/Traditional_Chinese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Turkish/ERR_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CANNOT_FORWARD -etc/squid/errors/Turkish/ERR_CONNECT_FAIL -etc/squid/errors/Turkish/ERR_DNS_FAIL -etc/squid/errors/Turkish/ERR_FORWARDING_DENIED -etc/squid/errors/Turkish/ERR_FTP_DISABLED -etc/squid/errors/Turkish/ERR_FTP_FAILURE -etc/squid/errors/Turkish/ERR_FTP_FORBIDDEN -etc/squid/errors/Turkish/ERR_FTP_NOT_FOUND -etc/squid/errors/Turkish/ERR_FTP_PUT_CREATED -etc/squid/errors/Turkish/ERR_FTP_PUT_ERROR -etc/squid/errors/Turkish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Turkish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Turkish/ERR_INVALID_REQ -etc/squid/errors/Turkish/ERR_INVALID_URL -etc/squid/errors/Turkish/ERR_LIFETIME_EXP -etc/squid/errors/Turkish/ERR_NO_RELAY -etc/squid/errors/Turkish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Turkish/ERR_READ_ERROR -etc/squid/errors/Turkish/ERR_READ_TIMEOUT -etc/squid/errors/Turkish/ERR_SHUTTING_DOWN -etc/squid/errors/Turkish/ERR_SOCKET_FAILURE -etc/squid/errors/Turkish/ERR_TOO_BIG -etc/squid/errors/Turkish/ERR_UNSUP_REQ -etc/squid/errors/Turkish/ERR_URN_RESOLVE -etc/squid/errors/Turkish/ERR_WRITE_ERROR -etc/squid/errors/Turkish/ERR_ZERO_SIZE_OBJECT -etc/squid/mib.txt -@unexec if cmp -s %D/etc/squid/mime.conf %D/etc/squid/mime.conf.default; then rm -f %D/etc/squid/mime.conf; fi -etc/squid/mime.conf.default -@exec [ -f %B/mime.conf ] || cp %B/%f %B/mime.conf -@unexec if cmp -s %D/etc/squid/squid.conf %D/etc/squid/squid.conf.default; then rm -f %D/etc/squid/squid.conf; fi -etc/squid/squid.conf.default -@exec [ -f %B/squid.conf ] || cp %B/%f %B/squid.conf -libexec/cachemgr.cgi -libexec/diskd -libexec/unlinkd -libexec/ip_user_check -libexec/yp_auth -libexec/pam_auth -man/man8/pam_auth.8 -libexec/ncsa_auth -libexec/squid_unix_group -man/man8/squid_unix_group.8 -sbin/RunAccel -sbin/RunCache -sbin/squidclient -sbin/squid -man/man8/squid.8 -@exec mkdir -p %D/squid/cache -@exec chown nobody:nogroup %D/squid/cache -@exec mkdir -p %D/squid/logs -@exec chown nobody:nogroup %D/squid/logs -@dirrm etc/squid/errors/Bulgarian -@dirrm etc/squid/errors/Catalan -@dirrm etc/squid/errors/Czech -@dirrm etc/squid/errors/Danish -@dirrm etc/squid/errors/Dutch -@dirrm etc/squid/errors/English -@dirrm etc/squid/errors/Estonian -@dirrm etc/squid/errors/Finnish -@dirrm etc/squid/errors/French -@dirrm etc/squid/errors/German -@dirrm etc/squid/errors/Hebrew -@dirrm etc/squid/errors/Hungarian -@dirrm etc/squid/errors/Italian -@dirrm etc/squid/errors/Japanese -@dirrm etc/squid/errors/Korean -@dirrm etc/squid/errors/Polish -@dirrm etc/squid/errors/Portuguese -@dirrm etc/squid/errors/Romanian -@dirrm etc/squid/errors/Russian-1251 -@dirrm etc/squid/errors/Russian-koi8-r -@dirrm etc/squid/errors/Serbian -@dirrm etc/squid/errors/Simplify_Chinese -@dirrm etc/squid/errors/Slovak -@dirrm etc/squid/errors/Spanish -@dirrm etc/squid/errors/Swedish -@dirrm etc/squid/errors/Traditional_Chinese -@dirrm etc/squid/errors/Turkish -@dirrm etc/squid/icons -@dirrm etc/squid/errors -@dirrm etc/squid -@dirrm squid/logs -@dirrm squid/cache -@dirrm squid diff --git a/www/squid26/Makefile b/www/squid26/Makefile deleted file mode 100644 index 2f9196bd71db..000000000000 --- a/www/squid26/Makefile +++ /dev/null @@ -1,205 +0,0 @@ -# New ports collection makefile for: squid24 -# Date created: Tue Mar 27 14:56:08 CEST 2001 -# Whom: Adrian Chadd <adrian@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.5 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= \ - ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ - ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} -MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.5.STABLE1 -EXTRACT_SUFX= .tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE1-disable-ident-lookups.patch \ - squid-2.5.STABLE1-disable-http-violations.patch \ - squid-2.5.STABLE1-proxy_auth.patch \ - squid-2.5.STABLE1-max_user_ip.patch \ - squid-2.5.STABLE1-cache_dir_docs.patch \ - squid-2.5.STABLE1-load_icons.patch \ - squid-2.5.STABLE1-referer_log.patch \ - squid-2.5.STABLE1-ldap_auth.patch \ - squid-2.5.STABLE1-addlang.patch \ - squid-2.5.STABLE1-pthreads.patch \ - squid-2.5.STABLE1-strwordtok.patch \ - squid-2.5.STABLE1-wccp.patch \ - squid-2.5.STABLE1-memstat.patch \ - squid-2.5.STABLE1-aufs.patch \ - squid-2.5.STABLE1-acl_leak.patch \ - squid-2.5.STABLE1-ext_acl_comma.patch \ - squid-2.5.STABLE1-request_entity.patch \ - squid-2.5.STABLE1-ext_acl_exit.patch \ - squid-2.5.STABLE1-uninstall.patch \ - squid-2.5.STABLE1-cachemgr.patch \ - squid-2.5.STABLE1-auth-proxy.patch \ - squid-2.5.STABLE1-dnsserver.patch \ - squid-2.5.STABLE1-spaces.patch \ - squid-2.5.STABLE1-flags_open.patch \ - squid-2.5.STABLE1-ldap_group-compile.patch \ - squid-2.5.STABLE1-aufs_performance.patch \ - squid-2.5.STABLE1-RunCache.patch \ - squid-2.5.STABLE1-rebuild_assert.patch \ - squid-2.5.STABLE1-offline_mode.patch \ - squid-2.5.STABLE1-S.patch \ - squid-2.5.STABLE1-chroot.patch \ - squid-2.5.STABLE1-aufs_reentrant.patch\ - squid-2.5.STABLE1-relnote11.patch \ - squid-2.5.STABLE1-ldap_group.patch \ - squid-2.5.STABLE1-offline_toggle.patch \ - squid-2.5.STABLE1-failure_ratio.patch \ - squid-2.5.STABLE1-hostnames.patch \ - squid-2.5.STABLE1-sbrk.patch \ - squid-2.5.STABLE1-log_mime_hdrs.patch \ - squid-2.5.STABLE1-peer_select_alg.patch \ - squid-2.5.STABLE1-mempoolstat.patch \ - squid-2.5.STABLE1-copy_offset.patch \ - squid-2.5.STABLE1-select_fds_hist.patch \ - squid-2.5.STABLE1-select_stat.patch \ - squid-2.5.STABLE1-pidfile.patch \ - squid-2.5.STABLE1-http_reply_max_size.patch \ - squid-2.5.STABLE1-cachemgr_non_get.patch \ - squid-2.5.STABLE1-authsheme_realloc.patch \ - squid-2.5.STABLE1-ftp_abort.patch \ - squid-2.5.STABLE1-helper_stats.patch \ - squid-2.5.STABLE1-delay_pools_docs.patch \ - squid-2.5.STABLE1-auth_connection.patch \ - squid-2.5.STABLE1-authenticate_program_docs.patch \ - squid-2.5.STABLE1-with_aufs_threads_trap.patch \ - squid-2.5.STABLE1-shutdown_assert.patch \ - squid-2.5.STABLE1-cachemgr_passwd.patch \ - squid-2.5.STABLE1-etc_hosts_fdleak.patch \ - squid-2.5.STABLE1-openssl097.patch \ - squid-2.5.STABLE1-HEAD_bad_headers.patch \ - squid-2.5.STABLE1-time_acl_list.patch \ - squid-2.5.STABLE1-CONNECT_pipeline.patch \ - squid-2.5.STABLE1-winbind.patch \ - squid-2.5.STABLE1-mib.patch \ - squid-2.5.STABLE1-error-http-ident.patch \ - squid-2.5.STABLE1-distclean_icons.patch \ - squid-2.5.STABLE1-external_acl_auth_segfault.patch \ - squid-2.5.STABLE1-auth_digest.patch \ - squid-2.5.STABLE1-external_acl_user.patch - -MAINTAINER= adrian@freebsd.org -COMMENT= The successful WWW proxy cache and accelerator - -DIST_SUBDIR= squid2.5 -PATCH_DIST_STRIP= -p1 -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_REINPLACE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --datadir=${PREFIX}/etc/squid/ \ - --localstatedir=${PREFIX}/squid \ - --enable-storeio="ufs diskd null" \ - --enable-removal-policies="lru heap" \ - --enable-auth=basic --enable-basic-auth-helpers="NCSA PAM YP" \ - --enable-external-acl-helpers="ip_user unix_group" \ - --enable-underscores - -STRIP= # won't install scripts correctly otherwise. -MAKEFILE= Makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE_ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Turn on SSL server support for reverse proxies -#CONFIGURE_ARGS+= --enable-ssl -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -post-install: -# I don't think many people use the pinger nowadays, and if you -# do you'll want squid in its own group so as to restrict access -# to it. -# 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 - @if [ ! -d ${PREFIX}/squid/logs ]; then \ - ${MKDIR} ${PREFIX}/squid/logs; \ - ${CHOWN} nobody:nogroup ${PREFIX}/squid/logs; \ - fi - @if [ ! -d ${PREFIX}/squid/cache ]; then \ - ${MKDIR} ${PREFIX}/squid/cache; \ - ${CHOWN} nobody:nogroup ${PREFIX}/squid/cache; \ - fi - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/squid.sh ${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 37f1e24c31e1..000000000000 --- a/www/squid26/distinfo +++ /dev/null @@ -1,69 +0,0 @@ -MD5 (squid2.5/squid-2.5.STABLE1.tar.gz) = cd26774cd917842a689fee5f76c8d752 -MD5 (squid2.5/squid-2.5.STABLE1-CONNECT_pipeline.patch) = ca83a0cec8b3fd3b01ac5bc04f68dbac -MD5 (squid2.5/squid-2.5.STABLE1-HEAD_bad_headers.patch) = 2b9577757d49f30f7d654303afdf6d53 -MD5 (squid2.5/squid-2.5.STABLE1-RunCache.patch) = 398e65c2ba646955c8da85b78094b5df -MD5 (squid2.5/squid-2.5.STABLE1-S.patch) = 169f0893ed7a4dc6565400f2e2c1ce59 -MD5 (squid2.5/squid-2.5.STABLE1-acl_leak.patch) = 4560a1f09fec829e1c76bce436d464f3 -MD5 (squid2.5/squid-2.5.STABLE1-addlang.patch) = bbc7a67e9ebfe80e3c2e3d1cb487fa8e -MD5 (squid2.5/squid-2.5.STABLE1-aufs.patch) = 6fcc60011da9e4cc52edde8570567360 -MD5 (squid2.5/squid-2.5.STABLE1-aufs_performance.patch) = 2e31a2decf450aeeb47e3d41386c00c4 -MD5 (squid2.5/squid-2.5.STABLE1-aufs_reentrant.patch) = d1f81faa3bed2eae8296f977dff22d94 -MD5 (squid2.5/squid-2.5.STABLE1-auth-proxy.patch) = 2257795597d0efb514ae93b32f4c05b4 -MD5 (squid2.5/squid-2.5.STABLE1-auth_connection.patch) = 91d5dea19cb440c8546d44f4c37e8612 -MD5 (squid2.5/squid-2.5.STABLE1-auth_digest.patch) = 3e4a18cb9700982a0f0eed6256a335f6 -MD5 (squid2.5/squid-2.5.STABLE1-authenticate_program_docs.patch) = 8ad129869c83de654d1e060da1b0c3fd -MD5 (squid2.5/squid-2.5.STABLE1-authsheme_realloc.patch) = 459972ade51eb84a613ab91eabdcb98a -MD5 (squid2.5/squid-2.5.STABLE1-cache_dir_docs.patch) = 8b566c98a39b0abda2d02c0f84e647ee -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr.patch) = bd23aedd830ee640214deca512a20f02 -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr_non_get.patch) = 824b8c217eacfd39130bdf12c986616e -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr_passwd.patch) = e5d2415965b2488cd2a8f20a05b4dcbc -MD5 (squid2.5/squid-2.5.STABLE1-chroot.patch) = 2194c0654750ba2ae40d69915219c101 -MD5 (squid2.5/squid-2.5.STABLE1-copy_offset.patch) = 6db1e444d8c689454afca1588758d62f -MD5 (squid2.5/squid-2.5.STABLE1-delay_pools_docs.patch) = 7f3a5ce77fe88147973b9507dbe90ffe -MD5 (squid2.5/squid-2.5.STABLE1-disable-http-violations.patch) = 4bfd3394c230251142c9e71f4b0e3cd3 -MD5 (squid2.5/squid-2.5.STABLE1-disable-ident-lookups.patch) = 20ca75a8e4f54b23f7b545b1cf718725 -MD5 (squid2.5/squid-2.5.STABLE1-distclean_icons.patch) = 24f8441eee716306b2a2cc39df9a3da9 -MD5 (squid2.5/squid-2.5.STABLE1-dnsserver.patch) = cb59578ca314d02416e0d003c3ce1392 -MD5 (squid2.5/squid-2.5.STABLE1-error-http-ident.patch) = b7a830caaea83d1180987b266fefa21b -MD5 (squid2.5/squid-2.5.STABLE1-etc_hosts_fdleak.patch) = 19589dbe950da368d82731fd9a60a1b7 -MD5 (squid2.5/squid-2.5.STABLE1-ext_acl_comma.patch) = b4ffef406d12c46e04758b68ffb488d0 -MD5 (squid2.5/squid-2.5.STABLE1-ext_acl_exit.patch) = ad21c15264fc04bfdd71d55139f65873 -MD5 (squid2.5/squid-2.5.STABLE1-external_acl_auth_segfault.patch) = d7c5351561d2043e33efb4166b117c21 -MD5 (squid2.5/squid-2.5.STABLE1-external_acl_user.patch) = 43471b9bb938f39830ef88b874e1606b -MD5 (squid2.5/squid-2.5.STABLE1-failure_ratio.patch) = c1d3cb32fb7c98188739f713cc56d293 -MD5 (squid2.5/squid-2.5.STABLE1-flags_open.patch) = 1244c407e18214c9bcce2850d1e3017e -MD5 (squid2.5/squid-2.5.STABLE1-ftp_abort.patch) = 7bfff3692a1fc2f63e4f8d321739afe3 -MD5 (squid2.5/squid-2.5.STABLE1-helper_stats.patch) = 1766a70f3ea668cfd1b8805a7bb9658d -MD5 (squid2.5/squid-2.5.STABLE1-hostnames.patch) = 6b6131ee4e4338777fad5fb3de36def6 -MD5 (squid2.5/squid-2.5.STABLE1-http_reply_max_size.patch) = ea43808f8ae5c3152d07f25165642d6c -MD5 (squid2.5/squid-2.5.STABLE1-ldap_auth.patch) = 91a4409f13bad84ae652c805321a5c59 -MD5 (squid2.5/squid-2.5.STABLE1-ldap_group-compile.patch) = b2f4521b2db281606ce4b029cfcb44ca -MD5 (squid2.5/squid-2.5.STABLE1-ldap_group.patch) = 334816023b46b549eb3f91bee8489632 -MD5 (squid2.5/squid-2.5.STABLE1-load_icons.patch) = 384b266ee4c26a2adaa3f498c52c4b34 -MD5 (squid2.5/squid-2.5.STABLE1-log_mime_hdrs.patch) = 7b644e4a5bd5019d23e5b4a272ff2218 -MD5 (squid2.5/squid-2.5.STABLE1-max_user_ip.patch) = 93530cfd9522bbf37321bc6f451179f5 -MD5 (squid2.5/squid-2.5.STABLE1-mempoolstat.patch) = f70a939e15dbe603eaacc2c2fdf828f1 -MD5 (squid2.5/squid-2.5.STABLE1-memstat.patch) = 108bf9f57424147ac408451476d5ba2f -MD5 (squid2.5/squid-2.5.STABLE1-mib.patch) = a8303ef80e36be85e6eca5c4d4812b1f -MD5 (squid2.5/squid-2.5.STABLE1-offline_mode.patch) = 056611c14992fca7b19b0770c5cbe847 -MD5 (squid2.5/squid-2.5.STABLE1-offline_toggle.patch) = 82c557be22c2137e4cc655d9608c8be6 -MD5 (squid2.5/squid-2.5.STABLE1-openssl097.patch) = 1a985987c5c483a746d2210118cdfc10 -MD5 (squid2.5/squid-2.5.STABLE1-peer_select_alg.patch) = 653477b8452e71ed9cc520bff091e050 -MD5 (squid2.5/squid-2.5.STABLE1-pidfile.patch) = 4c1054de8084536366e7d76cbc02f0c3 -MD5 (squid2.5/squid-2.5.STABLE1-proxy_auth.patch) = 9a1b998e289969ffe2a6e6ad2c8d1c84 -MD5 (squid2.5/squid-2.5.STABLE1-pthreads.patch) = 2edfea9977fc28deca9fef64ea801b75 -MD5 (squid2.5/squid-2.5.STABLE1-rebuild_assert.patch) = ec7ccb2dddb988833535f3f435f3c031 -MD5 (squid2.5/squid-2.5.STABLE1-referer_log.patch) = 23609e99750fd9776b0917a4a2e17bec -MD5 (squid2.5/squid-2.5.STABLE1-relnote11.patch) = a6fb9274e7ff481e4bfba2710f0bc5b9 -MD5 (squid2.5/squid-2.5.STABLE1-request_entity.patch) = 102363b0e9e3839affde7d5d18ed5861 -MD5 (squid2.5/squid-2.5.STABLE1-sbrk.patch) = b30196b75ad99c0bb3a04969b781783e -MD5 (squid2.5/squid-2.5.STABLE1-select_fds_hist.patch) = 9bc8a9fdb24c489a30e8fb89da225aae -MD5 (squid2.5/squid-2.5.STABLE1-select_stat.patch) = b22ca68a607c2d2886608a2403aa7330 -MD5 (squid2.5/squid-2.5.STABLE1-shutdown_assert.patch) = 4d9780df39841711d2ef15fe545d4094 -MD5 (squid2.5/squid-2.5.STABLE1-spaces.patch) = 127806aba2c83a5247b7da9c921fa86e -MD5 (squid2.5/squid-2.5.STABLE1-strwordtok.patch) = 0bee5a5b7bbebfde2130c4d588ce6b5f -MD5 (squid2.5/squid-2.5.STABLE1-time_acl_list.patch) = a98e25cb3af1f0e1186a4604ebadfd96 -MD5 (squid2.5/squid-2.5.STABLE1-uninstall.patch) = 453ad78fd4a9297546f0ac78c43982d5 -MD5 (squid2.5/squid-2.5.STABLE1-wccp.patch) = a6fce0040ddecad6316131ddedd462cc -MD5 (squid2.5/squid-2.5.STABLE1-winbind.patch) = b5ebcecc27559d5909ca7fa19275bcdf -MD5 (squid2.5/squid-2.5.STABLE1-with_aufs_threads_trap.patch) = 2b49b62af3bcf911260948eb3cabf768 diff --git a/www/squid26/files/squid.sh b/www/squid26/files/squid.sh deleted file mode 100644 index 40f655b04f27..000000000000 --- a/www/squid26/files/squid.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' - fi - ;; -stop) - ${PREFIX}/sbin/squid -k shutdown 2>&1 - # Uncomment this if you'd like the system to (attempt to - # wait for) squid to shut down cleanly - #echo "Sleeping for 45 seconds to allow squid to shutdown.." - #sleep 45 - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/squid26/pkg-descr b/www/squid26/pkg-descr deleted file mode 100644 index a030d6c271b8..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@squid-cache.org>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://www.squid-cache.org/ diff --git a/www/squid26/pkg-install b/www/squid26/pkg-install deleted file mode 100644 index 82f6605be3a2..000000000000 --- a/www/squid26/pkg-install +++ /dev/null @@ -1,45 +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 " o Note that before you can run ${PKGNAME} you will" - echo " need to initialise the cache directory." - echo " You can do this by typing \"squid -z\"." - 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 bf5ed94f3782..000000000000 --- a/www/squid26/pkg-plist +++ /dev/null @@ -1,870 +0,0 @@ -etc/rc.d/squid.sh -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/errors/Bulgarian/ERR_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CANNOT_FORWARD -etc/squid/errors/Bulgarian/ERR_CONNECT_FAIL -etc/squid/errors/Bulgarian/ERR_DNS_FAIL -etc/squid/errors/Bulgarian/ERR_FORWARDING_DENIED -etc/squid/errors/Bulgarian/ERR_FTP_DISABLED -etc/squid/errors/Bulgarian/ERR_FTP_FAILURE -etc/squid/errors/Bulgarian/ERR_FTP_FORBIDDEN -etc/squid/errors/Bulgarian/ERR_FTP_NOT_FOUND -etc/squid/errors/Bulgarian/ERR_FTP_PUT_CREATED -etc/squid/errors/Bulgarian/ERR_FTP_PUT_ERROR -etc/squid/errors/Bulgarian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Bulgarian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Bulgarian/ERR_INVALID_REQ -etc/squid/errors/Bulgarian/ERR_INVALID_URL -etc/squid/errors/Bulgarian/ERR_LIFETIME_EXP -etc/squid/errors/Bulgarian/ERR_NO_RELAY -etc/squid/errors/Bulgarian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Bulgarian/ERR_READ_ERROR -etc/squid/errors/Bulgarian/ERR_READ_TIMEOUT -etc/squid/errors/Bulgarian/ERR_SHUTTING_DOWN -etc/squid/errors/Bulgarian/ERR_SOCKET_FAILURE -etc/squid/errors/Bulgarian/ERR_TOO_BIG -etc/squid/errors/Bulgarian/ERR_UNSUP_REQ -etc/squid/errors/Bulgarian/ERR_URN_RESOLVE -etc/squid/errors/Bulgarian/ERR_WRITE_ERROR -etc/squid/errors/Bulgarian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Catalan/ERR_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CANNOT_FORWARD -etc/squid/errors/Catalan/ERR_CONNECT_FAIL -etc/squid/errors/Catalan/ERR_DNS_FAIL -etc/squid/errors/Catalan/ERR_FORWARDING_DENIED -etc/squid/errors/Catalan/ERR_FTP_DISABLED -etc/squid/errors/Catalan/ERR_FTP_FAILURE -etc/squid/errors/Catalan/ERR_FTP_FORBIDDEN -etc/squid/errors/Catalan/ERR_FTP_NOT_FOUND -etc/squid/errors/Catalan/ERR_FTP_PUT_CREATED -etc/squid/errors/Catalan/ERR_FTP_PUT_ERROR -etc/squid/errors/Catalan/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Catalan/ERR_FTP_UNAVAILABLE -etc/squid/errors/Catalan/ERR_INVALID_REQ -etc/squid/errors/Catalan/ERR_INVALID_URL -etc/squid/errors/Catalan/ERR_LIFETIME_EXP -etc/squid/errors/Catalan/ERR_NO_RELAY -etc/squid/errors/Catalan/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Catalan/ERR_READ_ERROR -etc/squid/errors/Catalan/ERR_READ_TIMEOUT -etc/squid/errors/Catalan/ERR_SHUTTING_DOWN -etc/squid/errors/Catalan/ERR_SOCKET_FAILURE -etc/squid/errors/Catalan/ERR_TOO_BIG -etc/squid/errors/Catalan/ERR_UNSUP_REQ -etc/squid/errors/Catalan/ERR_URN_RESOLVE -etc/squid/errors/Catalan/ERR_WRITE_ERROR -etc/squid/errors/Catalan/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Czech/ERR_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CANNOT_FORWARD -etc/squid/errors/Czech/ERR_CONNECT_FAIL -etc/squid/errors/Czech/ERR_DNS_FAIL -etc/squid/errors/Czech/ERR_FORWARDING_DENIED -etc/squid/errors/Czech/ERR_FTP_DISABLED -etc/squid/errors/Czech/ERR_FTP_FAILURE -etc/squid/errors/Czech/ERR_FTP_FORBIDDEN -etc/squid/errors/Czech/ERR_FTP_NOT_FOUND -etc/squid/errors/Czech/ERR_FTP_PUT_CREATED -etc/squid/errors/Czech/ERR_FTP_PUT_ERROR -etc/squid/errors/Czech/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Czech/ERR_FTP_UNAVAILABLE -etc/squid/errors/Czech/ERR_INVALID_REQ -etc/squid/errors/Czech/ERR_INVALID_URL -etc/squid/errors/Czech/ERR_LIFETIME_EXP -etc/squid/errors/Czech/ERR_NO_RELAY -etc/squid/errors/Czech/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Czech/ERR_READ_ERROR -etc/squid/errors/Czech/ERR_READ_TIMEOUT -etc/squid/errors/Czech/ERR_SHUTTING_DOWN -etc/squid/errors/Czech/ERR_SOCKET_FAILURE -etc/squid/errors/Czech/ERR_TOO_BIG -etc/squid/errors/Czech/ERR_UNSUP_REQ -etc/squid/errors/Czech/ERR_URN_RESOLVE -etc/squid/errors/Czech/ERR_WRITE_ERROR -etc/squid/errors/Czech/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Danish/ERR_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CANNOT_FORWARD -etc/squid/errors/Danish/ERR_CONNECT_FAIL -etc/squid/errors/Danish/ERR_DNS_FAIL -etc/squid/errors/Danish/ERR_FORWARDING_DENIED -etc/squid/errors/Danish/ERR_FTP_DISABLED -etc/squid/errors/Danish/ERR_FTP_FAILURE -etc/squid/errors/Danish/ERR_FTP_FORBIDDEN -etc/squid/errors/Danish/ERR_FTP_NOT_FOUND -etc/squid/errors/Danish/ERR_FTP_PUT_CREATED -etc/squid/errors/Danish/ERR_FTP_PUT_ERROR -etc/squid/errors/Danish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Danish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Danish/ERR_INVALID_REQ -etc/squid/errors/Danish/ERR_INVALID_URL -etc/squid/errors/Danish/ERR_LIFETIME_EXP -etc/squid/errors/Danish/ERR_NO_RELAY -etc/squid/errors/Danish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Danish/ERR_READ_ERROR -etc/squid/errors/Danish/ERR_READ_TIMEOUT -etc/squid/errors/Danish/ERR_SHUTTING_DOWN -etc/squid/errors/Danish/ERR_SOCKET_FAILURE -etc/squid/errors/Danish/ERR_TOO_BIG -etc/squid/errors/Danish/ERR_UNSUP_REQ -etc/squid/errors/Danish/ERR_URN_RESOLVE -etc/squid/errors/Danish/ERR_WRITE_ERROR -etc/squid/errors/Danish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Dutch/ERR_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CANNOT_FORWARD -etc/squid/errors/Dutch/ERR_CONNECT_FAIL -etc/squid/errors/Dutch/ERR_DNS_FAIL -etc/squid/errors/Dutch/ERR_FORWARDING_DENIED -etc/squid/errors/Dutch/ERR_FTP_DISABLED -etc/squid/errors/Dutch/ERR_FTP_FAILURE -etc/squid/errors/Dutch/ERR_FTP_FORBIDDEN -etc/squid/errors/Dutch/ERR_FTP_NOT_FOUND -etc/squid/errors/Dutch/ERR_FTP_PUT_CREATED -etc/squid/errors/Dutch/ERR_FTP_PUT_ERROR -etc/squid/errors/Dutch/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Dutch/ERR_FTP_UNAVAILABLE -etc/squid/errors/Dutch/ERR_INVALID_REQ -etc/squid/errors/Dutch/ERR_INVALID_URL -etc/squid/errors/Dutch/ERR_LIFETIME_EXP -etc/squid/errors/Dutch/ERR_NO_RELAY -etc/squid/errors/Dutch/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Dutch/ERR_READ_ERROR -etc/squid/errors/Dutch/ERR_READ_TIMEOUT -etc/squid/errors/Dutch/ERR_SHUTTING_DOWN -etc/squid/errors/Dutch/ERR_SOCKET_FAILURE -etc/squid/errors/Dutch/ERR_TOO_BIG -etc/squid/errors/Dutch/ERR_UNSUP_REQ -etc/squid/errors/Dutch/ERR_URN_RESOLVE -etc/squid/errors/Dutch/ERR_WRITE_ERROR -etc/squid/errors/Dutch/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/English/ERR_ACCESS_DENIED -etc/squid/errors/English/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/English/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/English/ERR_CANNOT_FORWARD -etc/squid/errors/English/ERR_CONNECT_FAIL -etc/squid/errors/English/ERR_DNS_FAIL -etc/squid/errors/English/ERR_FORWARDING_DENIED -etc/squid/errors/English/ERR_FTP_DISABLED -etc/squid/errors/English/ERR_FTP_FAILURE -etc/squid/errors/English/ERR_FTP_FORBIDDEN -etc/squid/errors/English/ERR_FTP_NOT_FOUND -etc/squid/errors/English/ERR_FTP_PUT_CREATED -etc/squid/errors/English/ERR_FTP_PUT_ERROR -etc/squid/errors/English/ERR_FTP_PUT_MODIFIED -etc/squid/errors/English/ERR_FTP_UNAVAILABLE -etc/squid/errors/English/ERR_INVALID_REQ -etc/squid/errors/English/ERR_INVALID_URL -etc/squid/errors/English/ERR_LIFETIME_EXP -etc/squid/errors/English/ERR_NO_RELAY -etc/squid/errors/English/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/English/ERR_READ_ERROR -etc/squid/errors/English/ERR_READ_TIMEOUT -etc/squid/errors/English/ERR_SHUTTING_DOWN -etc/squid/errors/English/ERR_SOCKET_FAILURE -etc/squid/errors/English/ERR_TOO_BIG -etc/squid/errors/English/ERR_UNSUP_REQ -etc/squid/errors/English/ERR_URN_RESOLVE -etc/squid/errors/English/ERR_WRITE_ERROR -etc/squid/errors/English/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Estonian/ERR_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CANNOT_FORWARD -etc/squid/errors/Estonian/ERR_CONNECT_FAIL -etc/squid/errors/Estonian/ERR_DNS_FAIL -etc/squid/errors/Estonian/ERR_FORWARDING_DENIED -etc/squid/errors/Estonian/ERR_FTP_DISABLED -etc/squid/errors/Estonian/ERR_FTP_FAILURE -etc/squid/errors/Estonian/ERR_FTP_FORBIDDEN -etc/squid/errors/Estonian/ERR_FTP_NOT_FOUND -etc/squid/errors/Estonian/ERR_FTP_PUT_CREATED -etc/squid/errors/Estonian/ERR_FTP_PUT_ERROR -etc/squid/errors/Estonian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Estonian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Estonian/ERR_INVALID_REQ -etc/squid/errors/Estonian/ERR_INVALID_URL -etc/squid/errors/Estonian/ERR_LIFETIME_EXP -etc/squid/errors/Estonian/ERR_NO_RELAY -etc/squid/errors/Estonian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Estonian/ERR_READ_ERROR -etc/squid/errors/Estonian/ERR_READ_TIMEOUT -etc/squid/errors/Estonian/ERR_SHUTTING_DOWN -etc/squid/errors/Estonian/ERR_SOCKET_FAILURE -etc/squid/errors/Estonian/ERR_TOO_BIG -etc/squid/errors/Estonian/ERR_UNSUP_REQ -etc/squid/errors/Estonian/ERR_URN_RESOLVE -etc/squid/errors/Estonian/ERR_WRITE_ERROR -etc/squid/errors/Estonian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Finnish/ERR_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CANNOT_FORWARD -etc/squid/errors/Finnish/ERR_CONNECT_FAIL -etc/squid/errors/Finnish/ERR_DNS_FAIL -etc/squid/errors/Finnish/ERR_FORWARDING_DENIED -etc/squid/errors/Finnish/ERR_FTP_DISABLED -etc/squid/errors/Finnish/ERR_FTP_FAILURE -etc/squid/errors/Finnish/ERR_FTP_FORBIDDEN -etc/squid/errors/Finnish/ERR_FTP_NOT_FOUND -etc/squid/errors/Finnish/ERR_FTP_PUT_CREATED -etc/squid/errors/Finnish/ERR_FTP_PUT_ERROR -etc/squid/errors/Finnish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Finnish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Finnish/ERR_INVALID_REQ -etc/squid/errors/Finnish/ERR_INVALID_URL -etc/squid/errors/Finnish/ERR_LIFETIME_EXP -etc/squid/errors/Finnish/ERR_NO_RELAY -etc/squid/errors/Finnish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Finnish/ERR_READ_ERROR -etc/squid/errors/Finnish/ERR_READ_TIMEOUT -etc/squid/errors/Finnish/ERR_SHUTTING_DOWN -etc/squid/errors/Finnish/ERR_SOCKET_FAILURE -etc/squid/errors/Finnish/ERR_TOO_BIG -etc/squid/errors/Finnish/ERR_UNSUP_REQ -etc/squid/errors/Finnish/ERR_URN_RESOLVE -etc/squid/errors/Finnish/ERR_WRITE_ERROR -etc/squid/errors/Finnish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/French/ERR_ACCESS_DENIED -etc/squid/errors/French/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/French/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/French/ERR_CANNOT_FORWARD -etc/squid/errors/French/ERR_CONNECT_FAIL -etc/squid/errors/French/ERR_DNS_FAIL -etc/squid/errors/French/ERR_FORWARDING_DENIED -etc/squid/errors/French/ERR_FTP_DISABLED -etc/squid/errors/French/ERR_FTP_FAILURE -etc/squid/errors/French/ERR_FTP_FORBIDDEN -etc/squid/errors/French/ERR_FTP_NOT_FOUND -etc/squid/errors/French/ERR_FTP_PUT_CREATED -etc/squid/errors/French/ERR_FTP_PUT_ERROR -etc/squid/errors/French/ERR_FTP_PUT_MODIFIED -etc/squid/errors/French/ERR_FTP_UNAVAILABLE -etc/squid/errors/French/ERR_INVALID_REQ -etc/squid/errors/French/ERR_INVALID_URL -etc/squid/errors/French/ERR_LIFETIME_EXP -etc/squid/errors/French/ERR_NO_RELAY -etc/squid/errors/French/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/French/ERR_READ_ERROR -etc/squid/errors/French/ERR_READ_TIMEOUT -etc/squid/errors/French/ERR_SHUTTING_DOWN -etc/squid/errors/French/ERR_SOCKET_FAILURE -etc/squid/errors/French/ERR_TOO_BIG -etc/squid/errors/French/ERR_UNSUP_REQ -etc/squid/errors/French/ERR_URN_RESOLVE -etc/squid/errors/French/ERR_WRITE_ERROR -etc/squid/errors/French/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/German/ERR_ACCESS_DENIED -etc/squid/errors/German/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/German/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/German/ERR_CANNOT_FORWARD -etc/squid/errors/German/ERR_CONNECT_FAIL -etc/squid/errors/German/ERR_DNS_FAIL -etc/squid/errors/German/ERR_FORWARDING_DENIED -etc/squid/errors/German/ERR_FTP_DISABLED -etc/squid/errors/German/ERR_FTP_FAILURE -etc/squid/errors/German/ERR_FTP_FORBIDDEN -etc/squid/errors/German/ERR_FTP_NOT_FOUND -etc/squid/errors/German/ERR_FTP_PUT_CREATED -etc/squid/errors/German/ERR_FTP_PUT_ERROR -etc/squid/errors/German/ERR_FTP_PUT_MODIFIED -etc/squid/errors/German/ERR_FTP_UNAVAILABLE -etc/squid/errors/German/ERR_INVALID_REQ -etc/squid/errors/German/ERR_INVALID_URL -etc/squid/errors/German/ERR_LIFETIME_EXP -etc/squid/errors/German/ERR_NO_RELAY -etc/squid/errors/German/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/German/ERR_READ_ERROR -etc/squid/errors/German/ERR_READ_TIMEOUT -etc/squid/errors/German/ERR_SHUTTING_DOWN -etc/squid/errors/German/ERR_SOCKET_FAILURE -etc/squid/errors/German/ERR_TOO_BIG -etc/squid/errors/German/ERR_UNSUP_REQ -etc/squid/errors/German/ERR_URN_RESOLVE -etc/squid/errors/German/ERR_WRITE_ERROR -etc/squid/errors/German/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Hebrew/ERR_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CANNOT_FORWARD -etc/squid/errors/Hebrew/ERR_CONNECT_FAIL -etc/squid/errors/Hebrew/ERR_DNS_FAIL -etc/squid/errors/Hebrew/ERR_FORWARDING_DENIED -etc/squid/errors/Hebrew/ERR_FTP_DISABLED -etc/squid/errors/Hebrew/ERR_FTP_FAILURE -etc/squid/errors/Hebrew/ERR_FTP_FORBIDDEN -etc/squid/errors/Hebrew/ERR_FTP_NOT_FOUND -etc/squid/errors/Hebrew/ERR_FTP_PUT_CREATED -etc/squid/errors/Hebrew/ERR_FTP_PUT_ERROR -etc/squid/errors/Hebrew/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Hebrew/ERR_FTP_UNAVAILABLE -etc/squid/errors/Hebrew/ERR_INVALID_REQ -etc/squid/errors/Hebrew/ERR_INVALID_URL -etc/squid/errors/Hebrew/ERR_LIFETIME_EXP -etc/squid/errors/Hebrew/ERR_NO_RELAY -etc/squid/errors/Hebrew/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Hebrew/ERR_READ_ERROR -etc/squid/errors/Hebrew/ERR_READ_TIMEOUT -etc/squid/errors/Hebrew/ERR_SHUTTING_DOWN -etc/squid/errors/Hebrew/ERR_SOCKET_FAILURE -etc/squid/errors/Hebrew/ERR_TOO_BIG -etc/squid/errors/Hebrew/ERR_UNSUP_REQ -etc/squid/errors/Hebrew/ERR_URN_RESOLVE -etc/squid/errors/Hebrew/ERR_WRITE_ERROR -etc/squid/errors/Hebrew/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Hungarian/ERR_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CANNOT_FORWARD -etc/squid/errors/Hungarian/ERR_CONNECT_FAIL -etc/squid/errors/Hungarian/ERR_DNS_FAIL -etc/squid/errors/Hungarian/ERR_FORWARDING_DENIED -etc/squid/errors/Hungarian/ERR_FTP_DISABLED -etc/squid/errors/Hungarian/ERR_FTP_FAILURE -etc/squid/errors/Hungarian/ERR_FTP_FORBIDDEN -etc/squid/errors/Hungarian/ERR_FTP_NOT_FOUND -etc/squid/errors/Hungarian/ERR_FTP_PUT_CREATED -etc/squid/errors/Hungarian/ERR_FTP_PUT_ERROR -etc/squid/errors/Hungarian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Hungarian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Hungarian/ERR_INVALID_REQ -etc/squid/errors/Hungarian/ERR_INVALID_URL -etc/squid/errors/Hungarian/ERR_LIFETIME_EXP -etc/squid/errors/Hungarian/ERR_NO_RELAY -etc/squid/errors/Hungarian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Hungarian/ERR_READ_ERROR -etc/squid/errors/Hungarian/ERR_READ_TIMEOUT -etc/squid/errors/Hungarian/ERR_SHUTTING_DOWN -etc/squid/errors/Hungarian/ERR_SOCKET_FAILURE -etc/squid/errors/Hungarian/ERR_TOO_BIG -etc/squid/errors/Hungarian/ERR_UNSUP_REQ -etc/squid/errors/Hungarian/ERR_URN_RESOLVE -etc/squid/errors/Hungarian/ERR_WRITE_ERROR -etc/squid/errors/Hungarian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Italian/ERR_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CANNOT_FORWARD -etc/squid/errors/Italian/ERR_CONNECT_FAIL -etc/squid/errors/Italian/ERR_DNS_FAIL -etc/squid/errors/Italian/ERR_FORWARDING_DENIED -etc/squid/errors/Italian/ERR_FTP_DISABLED -etc/squid/errors/Italian/ERR_FTP_FAILURE -etc/squid/errors/Italian/ERR_FTP_FORBIDDEN -etc/squid/errors/Italian/ERR_FTP_NOT_FOUND -etc/squid/errors/Italian/ERR_FTP_PUT_CREATED -etc/squid/errors/Italian/ERR_FTP_PUT_ERROR -etc/squid/errors/Italian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Italian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Italian/ERR_INVALID_REQ -etc/squid/errors/Italian/ERR_INVALID_URL -etc/squid/errors/Italian/ERR_LIFETIME_EXP -etc/squid/errors/Italian/ERR_NO_RELAY -etc/squid/errors/Italian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Italian/ERR_READ_ERROR -etc/squid/errors/Italian/ERR_READ_TIMEOUT -etc/squid/errors/Italian/ERR_SHUTTING_DOWN -etc/squid/errors/Italian/ERR_SOCKET_FAILURE -etc/squid/errors/Italian/ERR_TOO_BIG -etc/squid/errors/Italian/ERR_UNSUP_REQ -etc/squid/errors/Italian/ERR_URN_RESOLVE -etc/squid/errors/Italian/ERR_WRITE_ERROR -etc/squid/errors/Italian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Japanese/ERR_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CANNOT_FORWARD -etc/squid/errors/Japanese/ERR_CONNECT_FAIL -etc/squid/errors/Japanese/ERR_DNS_FAIL -etc/squid/errors/Japanese/ERR_FORWARDING_DENIED -etc/squid/errors/Japanese/ERR_FTP_DISABLED -etc/squid/errors/Japanese/ERR_FTP_FAILURE -etc/squid/errors/Japanese/ERR_FTP_FORBIDDEN -etc/squid/errors/Japanese/ERR_FTP_NOT_FOUND -etc/squid/errors/Japanese/ERR_FTP_PUT_CREATED -etc/squid/errors/Japanese/ERR_FTP_PUT_ERROR -etc/squid/errors/Japanese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Japanese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Japanese/ERR_INVALID_REQ -etc/squid/errors/Japanese/ERR_INVALID_URL -etc/squid/errors/Japanese/ERR_LIFETIME_EXP -etc/squid/errors/Japanese/ERR_NO_RELAY -etc/squid/errors/Japanese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Japanese/ERR_READ_ERROR -etc/squid/errors/Japanese/ERR_READ_TIMEOUT -etc/squid/errors/Japanese/ERR_SHUTTING_DOWN -etc/squid/errors/Japanese/ERR_SOCKET_FAILURE -etc/squid/errors/Japanese/ERR_TOO_BIG -etc/squid/errors/Japanese/ERR_UNSUP_REQ -etc/squid/errors/Japanese/ERR_URN_RESOLVE -etc/squid/errors/Japanese/ERR_WRITE_ERROR -etc/squid/errors/Japanese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Korean/ERR_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CANNOT_FORWARD -etc/squid/errors/Korean/ERR_CONNECT_FAIL -etc/squid/errors/Korean/ERR_DNS_FAIL -etc/squid/errors/Korean/ERR_FORWARDING_DENIED -etc/squid/errors/Korean/ERR_FTP_DISABLED -etc/squid/errors/Korean/ERR_FTP_FAILURE -etc/squid/errors/Korean/ERR_FTP_FORBIDDEN -etc/squid/errors/Korean/ERR_FTP_NOT_FOUND -etc/squid/errors/Korean/ERR_FTP_PUT_CREATED -etc/squid/errors/Korean/ERR_FTP_PUT_ERROR -etc/squid/errors/Korean/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Korean/ERR_FTP_UNAVAILABLE -etc/squid/errors/Korean/ERR_INVALID_REQ -etc/squid/errors/Korean/ERR_INVALID_URL -etc/squid/errors/Korean/ERR_LIFETIME_EXP -etc/squid/errors/Korean/ERR_NO_RELAY -etc/squid/errors/Korean/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Korean/ERR_READ_ERROR -etc/squid/errors/Korean/ERR_READ_TIMEOUT -etc/squid/errors/Korean/ERR_SHUTTING_DOWN -etc/squid/errors/Korean/ERR_SOCKET_FAILURE -etc/squid/errors/Korean/ERR_TOO_BIG -etc/squid/errors/Korean/ERR_UNSUP_REQ -etc/squid/errors/Korean/ERR_URN_RESOLVE -etc/squid/errors/Korean/ERR_WRITE_ERROR -etc/squid/errors/Korean/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Polish/ERR_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CANNOT_FORWARD -etc/squid/errors/Polish/ERR_CONNECT_FAIL -etc/squid/errors/Polish/ERR_DNS_FAIL -etc/squid/errors/Polish/ERR_FORWARDING_DENIED -etc/squid/errors/Polish/ERR_FTP_DISABLED -etc/squid/errors/Polish/ERR_FTP_FAILURE -etc/squid/errors/Polish/ERR_FTP_FORBIDDEN -etc/squid/errors/Polish/ERR_FTP_NOT_FOUND -etc/squid/errors/Polish/ERR_FTP_PUT_CREATED -etc/squid/errors/Polish/ERR_FTP_PUT_ERROR -etc/squid/errors/Polish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Polish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Polish/ERR_INVALID_REQ -etc/squid/errors/Polish/ERR_INVALID_URL -etc/squid/errors/Polish/ERR_LIFETIME_EXP -etc/squid/errors/Polish/ERR_NO_RELAY -etc/squid/errors/Polish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Polish/ERR_READ_ERROR -etc/squid/errors/Polish/ERR_READ_TIMEOUT -etc/squid/errors/Polish/ERR_SHUTTING_DOWN -etc/squid/errors/Polish/ERR_SOCKET_FAILURE -etc/squid/errors/Polish/ERR_TOO_BIG -etc/squid/errors/Polish/ERR_UNSUP_REQ -etc/squid/errors/Polish/ERR_URN_RESOLVE -etc/squid/errors/Polish/ERR_WRITE_ERROR -etc/squid/errors/Polish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Portuguese/ERR_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CANNOT_FORWARD -etc/squid/errors/Portuguese/ERR_CONNECT_FAIL -etc/squid/errors/Portuguese/ERR_DNS_FAIL -etc/squid/errors/Portuguese/ERR_FORWARDING_DENIED -etc/squid/errors/Portuguese/ERR_FTP_DISABLED -etc/squid/errors/Portuguese/ERR_FTP_FAILURE -etc/squid/errors/Portuguese/ERR_FTP_FORBIDDEN -etc/squid/errors/Portuguese/ERR_FTP_NOT_FOUND -etc/squid/errors/Portuguese/ERR_FTP_PUT_CREATED -etc/squid/errors/Portuguese/ERR_FTP_PUT_ERROR -etc/squid/errors/Portuguese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Portuguese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Portuguese/ERR_INVALID_REQ -etc/squid/errors/Portuguese/ERR_INVALID_URL -etc/squid/errors/Portuguese/ERR_LIFETIME_EXP -etc/squid/errors/Portuguese/ERR_NO_RELAY -etc/squid/errors/Portuguese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Portuguese/ERR_READ_ERROR -etc/squid/errors/Portuguese/ERR_READ_TIMEOUT -etc/squid/errors/Portuguese/ERR_SHUTTING_DOWN -etc/squid/errors/Portuguese/ERR_SOCKET_FAILURE -etc/squid/errors/Portuguese/ERR_TOO_BIG -etc/squid/errors/Portuguese/ERR_UNSUP_REQ -etc/squid/errors/Portuguese/ERR_URN_RESOLVE -etc/squid/errors/Portuguese/ERR_WRITE_ERROR -etc/squid/errors/Portuguese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Romanian/ERR_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CANNOT_FORWARD -etc/squid/errors/Romanian/ERR_CONNECT_FAIL -etc/squid/errors/Romanian/ERR_DNS_FAIL -etc/squid/errors/Romanian/ERR_FORWARDING_DENIED -etc/squid/errors/Romanian/ERR_FTP_DISABLED -etc/squid/errors/Romanian/ERR_FTP_FAILURE -etc/squid/errors/Romanian/ERR_FTP_FORBIDDEN -etc/squid/errors/Romanian/ERR_FTP_NOT_FOUND -etc/squid/errors/Romanian/ERR_FTP_PUT_CREATED -etc/squid/errors/Romanian/ERR_FTP_PUT_ERROR -etc/squid/errors/Romanian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Romanian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Romanian/ERR_INVALID_REQ -etc/squid/errors/Romanian/ERR_INVALID_URL -etc/squid/errors/Romanian/ERR_LIFETIME_EXP -etc/squid/errors/Romanian/ERR_NO_RELAY -etc/squid/errors/Romanian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Romanian/ERR_READ_ERROR -etc/squid/errors/Romanian/ERR_READ_TIMEOUT -etc/squid/errors/Romanian/ERR_SHUTTING_DOWN -etc/squid/errors/Romanian/ERR_SOCKET_FAILURE -etc/squid/errors/Romanian/ERR_TOO_BIG -etc/squid/errors/Romanian/ERR_UNSUP_REQ -etc/squid/errors/Romanian/ERR_URN_RESOLVE -etc/squid/errors/Romanian/ERR_WRITE_ERROR -etc/squid/errors/Romanian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Russian-1251/ERR_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CANNOT_FORWARD -etc/squid/errors/Russian-1251/ERR_CONNECT_FAIL -etc/squid/errors/Russian-1251/ERR_DNS_FAIL -etc/squid/errors/Russian-1251/ERR_FORWARDING_DENIED -etc/squid/errors/Russian-1251/ERR_FTP_DISABLED -etc/squid/errors/Russian-1251/ERR_FTP_FAILURE -etc/squid/errors/Russian-1251/ERR_FTP_FORBIDDEN -etc/squid/errors/Russian-1251/ERR_FTP_NOT_FOUND -etc/squid/errors/Russian-1251/ERR_FTP_PUT_CREATED -etc/squid/errors/Russian-1251/ERR_FTP_PUT_ERROR -etc/squid/errors/Russian-1251/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Russian-1251/ERR_FTP_UNAVAILABLE -etc/squid/errors/Russian-1251/ERR_INVALID_REQ -etc/squid/errors/Russian-1251/ERR_INVALID_URL -etc/squid/errors/Russian-1251/ERR_LIFETIME_EXP -etc/squid/errors/Russian-1251/ERR_NO_RELAY -etc/squid/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Russian-1251/ERR_READ_ERROR -etc/squid/errors/Russian-1251/ERR_READ_TIMEOUT -etc/squid/errors/Russian-1251/ERR_SHUTTING_DOWN -etc/squid/errors/Russian-1251/ERR_SOCKET_FAILURE -etc/squid/errors/Russian-1251/ERR_TOO_BIG -etc/squid/errors/Russian-1251/ERR_UNSUP_REQ -etc/squid/errors/Russian-1251/ERR_URN_RESOLVE -etc/squid/errors/Russian-1251/ERR_WRITE_ERROR -etc/squid/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Russian-koi8-r/ERR_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CANNOT_FORWARD -etc/squid/errors/Russian-koi8-r/ERR_CONNECT_FAIL -etc/squid/errors/Russian-koi8-r/ERR_DNS_FAIL -etc/squid/errors/Russian-koi8-r/ERR_FORWARDING_DENIED -etc/squid/errors/Russian-koi8-r/ERR_FTP_DISABLED -etc/squid/errors/Russian-koi8-r/ERR_FTP_FAILURE -etc/squid/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN -etc/squid/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE -etc/squid/errors/Russian-koi8-r/ERR_INVALID_REQ -etc/squid/errors/Russian-koi8-r/ERR_INVALID_URL -etc/squid/errors/Russian-koi8-r/ERR_LIFETIME_EXP -etc/squid/errors/Russian-koi8-r/ERR_NO_RELAY -etc/squid/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Russian-koi8-r/ERR_READ_ERROR -etc/squid/errors/Russian-koi8-r/ERR_READ_TIMEOUT -etc/squid/errors/Russian-koi8-r/ERR_SHUTTING_DOWN -etc/squid/errors/Russian-koi8-r/ERR_SOCKET_FAILURE -etc/squid/errors/Russian-koi8-r/ERR_TOO_BIG -etc/squid/errors/Russian-koi8-r/ERR_UNSUP_REQ -etc/squid/errors/Russian-koi8-r/ERR_URN_RESOLVE -etc/squid/errors/Russian-koi8-r/ERR_WRITE_ERROR -etc/squid/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Serbian/ERR_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CANNOT_FORWARD -etc/squid/errors/Serbian/ERR_CONNECT_FAIL -etc/squid/errors/Serbian/ERR_DNS_FAIL -etc/squid/errors/Serbian/ERR_FORWARDING_DENIED -etc/squid/errors/Serbian/ERR_FTP_DISABLED -etc/squid/errors/Serbian/ERR_FTP_FAILURE -etc/squid/errors/Serbian/ERR_FTP_FORBIDDEN -etc/squid/errors/Serbian/ERR_FTP_NOT_FOUND -etc/squid/errors/Serbian/ERR_FTP_PUT_CREATED -etc/squid/errors/Serbian/ERR_FTP_PUT_ERROR -etc/squid/errors/Serbian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Serbian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Serbian/ERR_INVALID_REQ -etc/squid/errors/Serbian/ERR_INVALID_URL -etc/squid/errors/Serbian/ERR_LIFETIME_EXP -etc/squid/errors/Serbian/ERR_NO_RELAY -etc/squid/errors/Serbian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Serbian/ERR_READ_ERROR -etc/squid/errors/Serbian/ERR_READ_TIMEOUT -etc/squid/errors/Serbian/ERR_SHUTTING_DOWN -etc/squid/errors/Serbian/ERR_SOCKET_FAILURE -etc/squid/errors/Serbian/ERR_TOO_BIG -etc/squid/errors/Serbian/ERR_UNSUP_REQ -etc/squid/errors/Serbian/ERR_URN_RESOLVE -etc/squid/errors/Serbian/ERR_WRITE_ERROR -etc/squid/errors/Serbian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Simplify_Chinese/ERR_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CANNOT_FORWARD -etc/squid/errors/Simplify_Chinese/ERR_CONNECT_FAIL -etc/squid/errors/Simplify_Chinese/ERR_DNS_FAIL -etc/squid/errors/Simplify_Chinese/ERR_FORWARDING_DENIED -etc/squid/errors/Simplify_Chinese/ERR_FTP_DISABLED -etc/squid/errors/Simplify_Chinese/ERR_FTP_FAILURE -etc/squid/errors/Simplify_Chinese/ERR_FTP_FORBIDDEN -etc/squid/errors/Simplify_Chinese/ERR_FTP_NOT_FOUND -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_CREATED -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_ERROR -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Simplify_Chinese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Simplify_Chinese/ERR_INVALID_REQ -etc/squid/errors/Simplify_Chinese/ERR_INVALID_URL -etc/squid/errors/Simplify_Chinese/ERR_LIFETIME_EXP -etc/squid/errors/Simplify_Chinese/ERR_NO_RELAY -etc/squid/errors/Simplify_Chinese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Simplify_Chinese/ERR_READ_ERROR -etc/squid/errors/Simplify_Chinese/ERR_READ_TIMEOUT -etc/squid/errors/Simplify_Chinese/ERR_SHUTTING_DOWN -etc/squid/errors/Simplify_Chinese/ERR_SOCKET_FAILURE -etc/squid/errors/Simplify_Chinese/ERR_TOO_BIG -etc/squid/errors/Simplify_Chinese/ERR_UNSUP_REQ -etc/squid/errors/Simplify_Chinese/ERR_URN_RESOLVE -etc/squid/errors/Simplify_Chinese/ERR_WRITE_ERROR -etc/squid/errors/Simplify_Chinese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Slovak/ERR_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CANNOT_FORWARD -etc/squid/errors/Slovak/ERR_CONNECT_FAIL -etc/squid/errors/Slovak/ERR_DNS_FAIL -etc/squid/errors/Slovak/ERR_FORWARDING_DENIED -etc/squid/errors/Slovak/ERR_FTP_DISABLED -etc/squid/errors/Slovak/ERR_FTP_FAILURE -etc/squid/errors/Slovak/ERR_FTP_FORBIDDEN -etc/squid/errors/Slovak/ERR_FTP_NOT_FOUND -etc/squid/errors/Slovak/ERR_FTP_PUT_CREATED -etc/squid/errors/Slovak/ERR_FTP_PUT_ERROR -etc/squid/errors/Slovak/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Slovak/ERR_FTP_UNAVAILABLE -etc/squid/errors/Slovak/ERR_INVALID_REQ -etc/squid/errors/Slovak/ERR_INVALID_URL -etc/squid/errors/Slovak/ERR_LIFETIME_EXP -etc/squid/errors/Slovak/ERR_NO_RELAY -etc/squid/errors/Slovak/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Slovak/ERR_READ_ERROR -etc/squid/errors/Slovak/ERR_READ_TIMEOUT -etc/squid/errors/Slovak/ERR_SHUTTING_DOWN -etc/squid/errors/Slovak/ERR_SOCKET_FAILURE -etc/squid/errors/Slovak/ERR_TOO_BIG -etc/squid/errors/Slovak/ERR_UNSUP_REQ -etc/squid/errors/Slovak/ERR_URN_RESOLVE -etc/squid/errors/Slovak/ERR_WRITE_ERROR -etc/squid/errors/Slovak/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Spanish/ERR_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CANNOT_FORWARD -etc/squid/errors/Spanish/ERR_CONNECT_FAIL -etc/squid/errors/Spanish/ERR_DNS_FAIL -etc/squid/errors/Spanish/ERR_FORWARDING_DENIED -etc/squid/errors/Spanish/ERR_FTP_DISABLED -etc/squid/errors/Spanish/ERR_FTP_FAILURE -etc/squid/errors/Spanish/ERR_FTP_FORBIDDEN -etc/squid/errors/Spanish/ERR_FTP_NOT_FOUND -etc/squid/errors/Spanish/ERR_FTP_PUT_CREATED -etc/squid/errors/Spanish/ERR_FTP_PUT_ERROR -etc/squid/errors/Spanish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Spanish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Spanish/ERR_INVALID_REQ -etc/squid/errors/Spanish/ERR_INVALID_URL -etc/squid/errors/Spanish/ERR_LIFETIME_EXP -etc/squid/errors/Spanish/ERR_NO_RELAY -etc/squid/errors/Spanish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Spanish/ERR_READ_ERROR -etc/squid/errors/Spanish/ERR_READ_TIMEOUT -etc/squid/errors/Spanish/ERR_SHUTTING_DOWN -etc/squid/errors/Spanish/ERR_SOCKET_FAILURE -etc/squid/errors/Spanish/ERR_TOO_BIG -etc/squid/errors/Spanish/ERR_UNSUP_REQ -etc/squid/errors/Spanish/ERR_URN_RESOLVE -etc/squid/errors/Spanish/ERR_WRITE_ERROR -etc/squid/errors/Spanish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Swedish/ERR_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CANNOT_FORWARD -etc/squid/errors/Swedish/ERR_CONNECT_FAIL -etc/squid/errors/Swedish/ERR_DNS_FAIL -etc/squid/errors/Swedish/ERR_FORWARDING_DENIED -etc/squid/errors/Swedish/ERR_FTP_DISABLED -etc/squid/errors/Swedish/ERR_FTP_FAILURE -etc/squid/errors/Swedish/ERR_FTP_FORBIDDEN -etc/squid/errors/Swedish/ERR_FTP_NOT_FOUND -etc/squid/errors/Swedish/ERR_FTP_PUT_CREATED -etc/squid/errors/Swedish/ERR_FTP_PUT_ERROR -etc/squid/errors/Swedish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Swedish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Swedish/ERR_INVALID_REQ -etc/squid/errors/Swedish/ERR_INVALID_URL -etc/squid/errors/Swedish/ERR_LIFETIME_EXP -etc/squid/errors/Swedish/ERR_NO_RELAY -etc/squid/errors/Swedish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Swedish/ERR_READ_ERROR -etc/squid/errors/Swedish/ERR_READ_TIMEOUT -etc/squid/errors/Swedish/ERR_SHUTTING_DOWN -etc/squid/errors/Swedish/ERR_SOCKET_FAILURE -etc/squid/errors/Swedish/ERR_TOO_BIG -etc/squid/errors/Swedish/ERR_UNSUP_REQ -etc/squid/errors/Swedish/ERR_URN_RESOLVE -etc/squid/errors/Swedish/ERR_WRITE_ERROR -etc/squid/errors/Swedish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Traditional_Chinese/ERR_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CANNOT_FORWARD -etc/squid/errors/Traditional_Chinese/ERR_CONNECT_FAIL -etc/squid/errors/Traditional_Chinese/ERR_DNS_FAIL -etc/squid/errors/Traditional_Chinese/ERR_FORWARDING_DENIED -etc/squid/errors/Traditional_Chinese/ERR_FTP_DISABLED -etc/squid/errors/Traditional_Chinese/ERR_FTP_FAILURE -etc/squid/errors/Traditional_Chinese/ERR_FTP_FORBIDDEN -etc/squid/errors/Traditional_Chinese/ERR_FTP_NOT_FOUND -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_CREATED -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_ERROR -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Traditional_Chinese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Traditional_Chinese/ERR_INVALID_REQ -etc/squid/errors/Traditional_Chinese/ERR_INVALID_URL -etc/squid/errors/Traditional_Chinese/ERR_LIFETIME_EXP -etc/squid/errors/Traditional_Chinese/ERR_NO_RELAY -etc/squid/errors/Traditional_Chinese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Traditional_Chinese/ERR_READ_ERROR -etc/squid/errors/Traditional_Chinese/ERR_READ_TIMEOUT -etc/squid/errors/Traditional_Chinese/ERR_SHUTTING_DOWN -etc/squid/errors/Traditional_Chinese/ERR_SOCKET_FAILURE -etc/squid/errors/Traditional_Chinese/ERR_TOO_BIG -etc/squid/errors/Traditional_Chinese/ERR_UNSUP_REQ -etc/squid/errors/Traditional_Chinese/ERR_URN_RESOLVE -etc/squid/errors/Traditional_Chinese/ERR_WRITE_ERROR -etc/squid/errors/Traditional_Chinese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Turkish/ERR_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CANNOT_FORWARD -etc/squid/errors/Turkish/ERR_CONNECT_FAIL -etc/squid/errors/Turkish/ERR_DNS_FAIL -etc/squid/errors/Turkish/ERR_FORWARDING_DENIED -etc/squid/errors/Turkish/ERR_FTP_DISABLED -etc/squid/errors/Turkish/ERR_FTP_FAILURE -etc/squid/errors/Turkish/ERR_FTP_FORBIDDEN -etc/squid/errors/Turkish/ERR_FTP_NOT_FOUND -etc/squid/errors/Turkish/ERR_FTP_PUT_CREATED -etc/squid/errors/Turkish/ERR_FTP_PUT_ERROR -etc/squid/errors/Turkish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Turkish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Turkish/ERR_INVALID_REQ -etc/squid/errors/Turkish/ERR_INVALID_URL -etc/squid/errors/Turkish/ERR_LIFETIME_EXP -etc/squid/errors/Turkish/ERR_NO_RELAY -etc/squid/errors/Turkish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Turkish/ERR_READ_ERROR -etc/squid/errors/Turkish/ERR_READ_TIMEOUT -etc/squid/errors/Turkish/ERR_SHUTTING_DOWN -etc/squid/errors/Turkish/ERR_SOCKET_FAILURE -etc/squid/errors/Turkish/ERR_TOO_BIG -etc/squid/errors/Turkish/ERR_UNSUP_REQ -etc/squid/errors/Turkish/ERR_URN_RESOLVE -etc/squid/errors/Turkish/ERR_WRITE_ERROR -etc/squid/errors/Turkish/ERR_ZERO_SIZE_OBJECT -etc/squid/mib.txt -@unexec if cmp -s %D/etc/squid/mime.conf %D/etc/squid/mime.conf.default; then rm -f %D/etc/squid/mime.conf; fi -etc/squid/mime.conf.default -@exec [ -f %B/mime.conf ] || cp %B/%f %B/mime.conf -@unexec if cmp -s %D/etc/squid/squid.conf %D/etc/squid/squid.conf.default; then rm -f %D/etc/squid/squid.conf; fi -etc/squid/squid.conf.default -@exec [ -f %B/squid.conf ] || cp %B/%f %B/squid.conf -libexec/cachemgr.cgi -libexec/diskd -libexec/unlinkd -libexec/ip_user_check -libexec/yp_auth -libexec/pam_auth -man/man8/pam_auth.8 -libexec/ncsa_auth -libexec/squid_unix_group -man/man8/squid_unix_group.8 -sbin/RunAccel -sbin/RunCache -sbin/squidclient -sbin/squid -man/man8/squid.8 -@exec mkdir -p %D/squid/cache -@exec chown nobody:nogroup %D/squid/cache -@exec mkdir -p %D/squid/logs -@exec chown nobody:nogroup %D/squid/logs -@dirrm etc/squid/errors/Bulgarian -@dirrm etc/squid/errors/Catalan -@dirrm etc/squid/errors/Czech -@dirrm etc/squid/errors/Danish -@dirrm etc/squid/errors/Dutch -@dirrm etc/squid/errors/English -@dirrm etc/squid/errors/Estonian -@dirrm etc/squid/errors/Finnish -@dirrm etc/squid/errors/French -@dirrm etc/squid/errors/German -@dirrm etc/squid/errors/Hebrew -@dirrm etc/squid/errors/Hungarian -@dirrm etc/squid/errors/Italian -@dirrm etc/squid/errors/Japanese -@dirrm etc/squid/errors/Korean -@dirrm etc/squid/errors/Polish -@dirrm etc/squid/errors/Portuguese -@dirrm etc/squid/errors/Romanian -@dirrm etc/squid/errors/Russian-1251 -@dirrm etc/squid/errors/Russian-koi8-r -@dirrm etc/squid/errors/Serbian -@dirrm etc/squid/errors/Simplify_Chinese -@dirrm etc/squid/errors/Slovak -@dirrm etc/squid/errors/Spanish -@dirrm etc/squid/errors/Swedish -@dirrm etc/squid/errors/Traditional_Chinese -@dirrm etc/squid/errors/Turkish -@dirrm etc/squid/icons -@dirrm etc/squid/errors -@dirrm etc/squid -@dirrm squid/logs -@dirrm squid/cache -@dirrm squid diff --git a/www/squid27/Makefile b/www/squid27/Makefile deleted file mode 100644 index 2f9196bd71db..000000000000 --- a/www/squid27/Makefile +++ /dev/null @@ -1,205 +0,0 @@ -# New ports collection makefile for: squid24 -# Date created: Tue Mar 27 14:56:08 CEST 2001 -# Whom: Adrian Chadd <adrian@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.5 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= \ - ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ - ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} -MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.5.STABLE1 -EXTRACT_SUFX= .tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE1-disable-ident-lookups.patch \ - squid-2.5.STABLE1-disable-http-violations.patch \ - squid-2.5.STABLE1-proxy_auth.patch \ - squid-2.5.STABLE1-max_user_ip.patch \ - squid-2.5.STABLE1-cache_dir_docs.patch \ - squid-2.5.STABLE1-load_icons.patch \ - squid-2.5.STABLE1-referer_log.patch \ - squid-2.5.STABLE1-ldap_auth.patch \ - squid-2.5.STABLE1-addlang.patch \ - squid-2.5.STABLE1-pthreads.patch \ - squid-2.5.STABLE1-strwordtok.patch \ - squid-2.5.STABLE1-wccp.patch \ - squid-2.5.STABLE1-memstat.patch \ - squid-2.5.STABLE1-aufs.patch \ - squid-2.5.STABLE1-acl_leak.patch \ - squid-2.5.STABLE1-ext_acl_comma.patch \ - squid-2.5.STABLE1-request_entity.patch \ - squid-2.5.STABLE1-ext_acl_exit.patch \ - squid-2.5.STABLE1-uninstall.patch \ - squid-2.5.STABLE1-cachemgr.patch \ - squid-2.5.STABLE1-auth-proxy.patch \ - squid-2.5.STABLE1-dnsserver.patch \ - squid-2.5.STABLE1-spaces.patch \ - squid-2.5.STABLE1-flags_open.patch \ - squid-2.5.STABLE1-ldap_group-compile.patch \ - squid-2.5.STABLE1-aufs_performance.patch \ - squid-2.5.STABLE1-RunCache.patch \ - squid-2.5.STABLE1-rebuild_assert.patch \ - squid-2.5.STABLE1-offline_mode.patch \ - squid-2.5.STABLE1-S.patch \ - squid-2.5.STABLE1-chroot.patch \ - squid-2.5.STABLE1-aufs_reentrant.patch\ - squid-2.5.STABLE1-relnote11.patch \ - squid-2.5.STABLE1-ldap_group.patch \ - squid-2.5.STABLE1-offline_toggle.patch \ - squid-2.5.STABLE1-failure_ratio.patch \ - squid-2.5.STABLE1-hostnames.patch \ - squid-2.5.STABLE1-sbrk.patch \ - squid-2.5.STABLE1-log_mime_hdrs.patch \ - squid-2.5.STABLE1-peer_select_alg.patch \ - squid-2.5.STABLE1-mempoolstat.patch \ - squid-2.5.STABLE1-copy_offset.patch \ - squid-2.5.STABLE1-select_fds_hist.patch \ - squid-2.5.STABLE1-select_stat.patch \ - squid-2.5.STABLE1-pidfile.patch \ - squid-2.5.STABLE1-http_reply_max_size.patch \ - squid-2.5.STABLE1-cachemgr_non_get.patch \ - squid-2.5.STABLE1-authsheme_realloc.patch \ - squid-2.5.STABLE1-ftp_abort.patch \ - squid-2.5.STABLE1-helper_stats.patch \ - squid-2.5.STABLE1-delay_pools_docs.patch \ - squid-2.5.STABLE1-auth_connection.patch \ - squid-2.5.STABLE1-authenticate_program_docs.patch \ - squid-2.5.STABLE1-with_aufs_threads_trap.patch \ - squid-2.5.STABLE1-shutdown_assert.patch \ - squid-2.5.STABLE1-cachemgr_passwd.patch \ - squid-2.5.STABLE1-etc_hosts_fdleak.patch \ - squid-2.5.STABLE1-openssl097.patch \ - squid-2.5.STABLE1-HEAD_bad_headers.patch \ - squid-2.5.STABLE1-time_acl_list.patch \ - squid-2.5.STABLE1-CONNECT_pipeline.patch \ - squid-2.5.STABLE1-winbind.patch \ - squid-2.5.STABLE1-mib.patch \ - squid-2.5.STABLE1-error-http-ident.patch \ - squid-2.5.STABLE1-distclean_icons.patch \ - squid-2.5.STABLE1-external_acl_auth_segfault.patch \ - squid-2.5.STABLE1-auth_digest.patch \ - squid-2.5.STABLE1-external_acl_user.patch - -MAINTAINER= adrian@freebsd.org -COMMENT= The successful WWW proxy cache and accelerator - -DIST_SUBDIR= squid2.5 -PATCH_DIST_STRIP= -p1 -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_REINPLACE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --datadir=${PREFIX}/etc/squid/ \ - --localstatedir=${PREFIX}/squid \ - --enable-storeio="ufs diskd null" \ - --enable-removal-policies="lru heap" \ - --enable-auth=basic --enable-basic-auth-helpers="NCSA PAM YP" \ - --enable-external-acl-helpers="ip_user unix_group" \ - --enable-underscores - -STRIP= # won't install scripts correctly otherwise. -MAKEFILE= Makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE_ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Turn on SSL server support for reverse proxies -#CONFIGURE_ARGS+= --enable-ssl -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -post-install: -# I don't think many people use the pinger nowadays, and if you -# do you'll want squid in its own group so as to restrict access -# to it. -# 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 - @if [ ! -d ${PREFIX}/squid/logs ]; then \ - ${MKDIR} ${PREFIX}/squid/logs; \ - ${CHOWN} nobody:nogroup ${PREFIX}/squid/logs; \ - fi - @if [ ! -d ${PREFIX}/squid/cache ]; then \ - ${MKDIR} ${PREFIX}/squid/cache; \ - ${CHOWN} nobody:nogroup ${PREFIX}/squid/cache; \ - fi - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/squid.sh ${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 37f1e24c31e1..000000000000 --- a/www/squid27/distinfo +++ /dev/null @@ -1,69 +0,0 @@ -MD5 (squid2.5/squid-2.5.STABLE1.tar.gz) = cd26774cd917842a689fee5f76c8d752 -MD5 (squid2.5/squid-2.5.STABLE1-CONNECT_pipeline.patch) = ca83a0cec8b3fd3b01ac5bc04f68dbac -MD5 (squid2.5/squid-2.5.STABLE1-HEAD_bad_headers.patch) = 2b9577757d49f30f7d654303afdf6d53 -MD5 (squid2.5/squid-2.5.STABLE1-RunCache.patch) = 398e65c2ba646955c8da85b78094b5df -MD5 (squid2.5/squid-2.5.STABLE1-S.patch) = 169f0893ed7a4dc6565400f2e2c1ce59 -MD5 (squid2.5/squid-2.5.STABLE1-acl_leak.patch) = 4560a1f09fec829e1c76bce436d464f3 -MD5 (squid2.5/squid-2.5.STABLE1-addlang.patch) = bbc7a67e9ebfe80e3c2e3d1cb487fa8e -MD5 (squid2.5/squid-2.5.STABLE1-aufs.patch) = 6fcc60011da9e4cc52edde8570567360 -MD5 (squid2.5/squid-2.5.STABLE1-aufs_performance.patch) = 2e31a2decf450aeeb47e3d41386c00c4 -MD5 (squid2.5/squid-2.5.STABLE1-aufs_reentrant.patch) = d1f81faa3bed2eae8296f977dff22d94 -MD5 (squid2.5/squid-2.5.STABLE1-auth-proxy.patch) = 2257795597d0efb514ae93b32f4c05b4 -MD5 (squid2.5/squid-2.5.STABLE1-auth_connection.patch) = 91d5dea19cb440c8546d44f4c37e8612 -MD5 (squid2.5/squid-2.5.STABLE1-auth_digest.patch) = 3e4a18cb9700982a0f0eed6256a335f6 -MD5 (squid2.5/squid-2.5.STABLE1-authenticate_program_docs.patch) = 8ad129869c83de654d1e060da1b0c3fd -MD5 (squid2.5/squid-2.5.STABLE1-authsheme_realloc.patch) = 459972ade51eb84a613ab91eabdcb98a -MD5 (squid2.5/squid-2.5.STABLE1-cache_dir_docs.patch) = 8b566c98a39b0abda2d02c0f84e647ee -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr.patch) = bd23aedd830ee640214deca512a20f02 -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr_non_get.patch) = 824b8c217eacfd39130bdf12c986616e -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr_passwd.patch) = e5d2415965b2488cd2a8f20a05b4dcbc -MD5 (squid2.5/squid-2.5.STABLE1-chroot.patch) = 2194c0654750ba2ae40d69915219c101 -MD5 (squid2.5/squid-2.5.STABLE1-copy_offset.patch) = 6db1e444d8c689454afca1588758d62f -MD5 (squid2.5/squid-2.5.STABLE1-delay_pools_docs.patch) = 7f3a5ce77fe88147973b9507dbe90ffe -MD5 (squid2.5/squid-2.5.STABLE1-disable-http-violations.patch) = 4bfd3394c230251142c9e71f4b0e3cd3 -MD5 (squid2.5/squid-2.5.STABLE1-disable-ident-lookups.patch) = 20ca75a8e4f54b23f7b545b1cf718725 -MD5 (squid2.5/squid-2.5.STABLE1-distclean_icons.patch) = 24f8441eee716306b2a2cc39df9a3da9 -MD5 (squid2.5/squid-2.5.STABLE1-dnsserver.patch) = cb59578ca314d02416e0d003c3ce1392 -MD5 (squid2.5/squid-2.5.STABLE1-error-http-ident.patch) = b7a830caaea83d1180987b266fefa21b -MD5 (squid2.5/squid-2.5.STABLE1-etc_hosts_fdleak.patch) = 19589dbe950da368d82731fd9a60a1b7 -MD5 (squid2.5/squid-2.5.STABLE1-ext_acl_comma.patch) = b4ffef406d12c46e04758b68ffb488d0 -MD5 (squid2.5/squid-2.5.STABLE1-ext_acl_exit.patch) = ad21c15264fc04bfdd71d55139f65873 -MD5 (squid2.5/squid-2.5.STABLE1-external_acl_auth_segfault.patch) = d7c5351561d2043e33efb4166b117c21 -MD5 (squid2.5/squid-2.5.STABLE1-external_acl_user.patch) = 43471b9bb938f39830ef88b874e1606b -MD5 (squid2.5/squid-2.5.STABLE1-failure_ratio.patch) = c1d3cb32fb7c98188739f713cc56d293 -MD5 (squid2.5/squid-2.5.STABLE1-flags_open.patch) = 1244c407e18214c9bcce2850d1e3017e -MD5 (squid2.5/squid-2.5.STABLE1-ftp_abort.patch) = 7bfff3692a1fc2f63e4f8d321739afe3 -MD5 (squid2.5/squid-2.5.STABLE1-helper_stats.patch) = 1766a70f3ea668cfd1b8805a7bb9658d -MD5 (squid2.5/squid-2.5.STABLE1-hostnames.patch) = 6b6131ee4e4338777fad5fb3de36def6 -MD5 (squid2.5/squid-2.5.STABLE1-http_reply_max_size.patch) = ea43808f8ae5c3152d07f25165642d6c -MD5 (squid2.5/squid-2.5.STABLE1-ldap_auth.patch) = 91a4409f13bad84ae652c805321a5c59 -MD5 (squid2.5/squid-2.5.STABLE1-ldap_group-compile.patch) = b2f4521b2db281606ce4b029cfcb44ca -MD5 (squid2.5/squid-2.5.STABLE1-ldap_group.patch) = 334816023b46b549eb3f91bee8489632 -MD5 (squid2.5/squid-2.5.STABLE1-load_icons.patch) = 384b266ee4c26a2adaa3f498c52c4b34 -MD5 (squid2.5/squid-2.5.STABLE1-log_mime_hdrs.patch) = 7b644e4a5bd5019d23e5b4a272ff2218 -MD5 (squid2.5/squid-2.5.STABLE1-max_user_ip.patch) = 93530cfd9522bbf37321bc6f451179f5 -MD5 (squid2.5/squid-2.5.STABLE1-mempoolstat.patch) = f70a939e15dbe603eaacc2c2fdf828f1 -MD5 (squid2.5/squid-2.5.STABLE1-memstat.patch) = 108bf9f57424147ac408451476d5ba2f -MD5 (squid2.5/squid-2.5.STABLE1-mib.patch) = a8303ef80e36be85e6eca5c4d4812b1f -MD5 (squid2.5/squid-2.5.STABLE1-offline_mode.patch) = 056611c14992fca7b19b0770c5cbe847 -MD5 (squid2.5/squid-2.5.STABLE1-offline_toggle.patch) = 82c557be22c2137e4cc655d9608c8be6 -MD5 (squid2.5/squid-2.5.STABLE1-openssl097.patch) = 1a985987c5c483a746d2210118cdfc10 -MD5 (squid2.5/squid-2.5.STABLE1-peer_select_alg.patch) = 653477b8452e71ed9cc520bff091e050 -MD5 (squid2.5/squid-2.5.STABLE1-pidfile.patch) = 4c1054de8084536366e7d76cbc02f0c3 -MD5 (squid2.5/squid-2.5.STABLE1-proxy_auth.patch) = 9a1b998e289969ffe2a6e6ad2c8d1c84 -MD5 (squid2.5/squid-2.5.STABLE1-pthreads.patch) = 2edfea9977fc28deca9fef64ea801b75 -MD5 (squid2.5/squid-2.5.STABLE1-rebuild_assert.patch) = ec7ccb2dddb988833535f3f435f3c031 -MD5 (squid2.5/squid-2.5.STABLE1-referer_log.patch) = 23609e99750fd9776b0917a4a2e17bec -MD5 (squid2.5/squid-2.5.STABLE1-relnote11.patch) = a6fb9274e7ff481e4bfba2710f0bc5b9 -MD5 (squid2.5/squid-2.5.STABLE1-request_entity.patch) = 102363b0e9e3839affde7d5d18ed5861 -MD5 (squid2.5/squid-2.5.STABLE1-sbrk.patch) = b30196b75ad99c0bb3a04969b781783e -MD5 (squid2.5/squid-2.5.STABLE1-select_fds_hist.patch) = 9bc8a9fdb24c489a30e8fb89da225aae -MD5 (squid2.5/squid-2.5.STABLE1-select_stat.patch) = b22ca68a607c2d2886608a2403aa7330 -MD5 (squid2.5/squid-2.5.STABLE1-shutdown_assert.patch) = 4d9780df39841711d2ef15fe545d4094 -MD5 (squid2.5/squid-2.5.STABLE1-spaces.patch) = 127806aba2c83a5247b7da9c921fa86e -MD5 (squid2.5/squid-2.5.STABLE1-strwordtok.patch) = 0bee5a5b7bbebfde2130c4d588ce6b5f -MD5 (squid2.5/squid-2.5.STABLE1-time_acl_list.patch) = a98e25cb3af1f0e1186a4604ebadfd96 -MD5 (squid2.5/squid-2.5.STABLE1-uninstall.patch) = 453ad78fd4a9297546f0ac78c43982d5 -MD5 (squid2.5/squid-2.5.STABLE1-wccp.patch) = a6fce0040ddecad6316131ddedd462cc -MD5 (squid2.5/squid-2.5.STABLE1-winbind.patch) = b5ebcecc27559d5909ca7fa19275bcdf -MD5 (squid2.5/squid-2.5.STABLE1-with_aufs_threads_trap.patch) = 2b49b62af3bcf911260948eb3cabf768 diff --git a/www/squid27/files/squid.sh b/www/squid27/files/squid.sh deleted file mode 100644 index 40f655b04f27..000000000000 --- a/www/squid27/files/squid.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' - fi - ;; -stop) - ${PREFIX}/sbin/squid -k shutdown 2>&1 - # Uncomment this if you'd like the system to (attempt to - # wait for) squid to shut down cleanly - #echo "Sleeping for 45 seconds to allow squid to shutdown.." - #sleep 45 - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/squid27/pkg-descr b/www/squid27/pkg-descr deleted file mode 100644 index a030d6c271b8..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@squid-cache.org>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://www.squid-cache.org/ diff --git a/www/squid27/pkg-install b/www/squid27/pkg-install deleted file mode 100644 index 82f6605be3a2..000000000000 --- a/www/squid27/pkg-install +++ /dev/null @@ -1,45 +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 " o Note that before you can run ${PKGNAME} you will" - echo " need to initialise the cache directory." - echo " You can do this by typing \"squid -z\"." - 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 bf5ed94f3782..000000000000 --- a/www/squid27/pkg-plist +++ /dev/null @@ -1,870 +0,0 @@ -etc/rc.d/squid.sh -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/errors/Bulgarian/ERR_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CANNOT_FORWARD -etc/squid/errors/Bulgarian/ERR_CONNECT_FAIL -etc/squid/errors/Bulgarian/ERR_DNS_FAIL -etc/squid/errors/Bulgarian/ERR_FORWARDING_DENIED -etc/squid/errors/Bulgarian/ERR_FTP_DISABLED -etc/squid/errors/Bulgarian/ERR_FTP_FAILURE -etc/squid/errors/Bulgarian/ERR_FTP_FORBIDDEN -etc/squid/errors/Bulgarian/ERR_FTP_NOT_FOUND -etc/squid/errors/Bulgarian/ERR_FTP_PUT_CREATED -etc/squid/errors/Bulgarian/ERR_FTP_PUT_ERROR -etc/squid/errors/Bulgarian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Bulgarian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Bulgarian/ERR_INVALID_REQ -etc/squid/errors/Bulgarian/ERR_INVALID_URL -etc/squid/errors/Bulgarian/ERR_LIFETIME_EXP -etc/squid/errors/Bulgarian/ERR_NO_RELAY -etc/squid/errors/Bulgarian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Bulgarian/ERR_READ_ERROR -etc/squid/errors/Bulgarian/ERR_READ_TIMEOUT -etc/squid/errors/Bulgarian/ERR_SHUTTING_DOWN -etc/squid/errors/Bulgarian/ERR_SOCKET_FAILURE -etc/squid/errors/Bulgarian/ERR_TOO_BIG -etc/squid/errors/Bulgarian/ERR_UNSUP_REQ -etc/squid/errors/Bulgarian/ERR_URN_RESOLVE -etc/squid/errors/Bulgarian/ERR_WRITE_ERROR -etc/squid/errors/Bulgarian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Catalan/ERR_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CANNOT_FORWARD -etc/squid/errors/Catalan/ERR_CONNECT_FAIL -etc/squid/errors/Catalan/ERR_DNS_FAIL -etc/squid/errors/Catalan/ERR_FORWARDING_DENIED -etc/squid/errors/Catalan/ERR_FTP_DISABLED -etc/squid/errors/Catalan/ERR_FTP_FAILURE -etc/squid/errors/Catalan/ERR_FTP_FORBIDDEN -etc/squid/errors/Catalan/ERR_FTP_NOT_FOUND -etc/squid/errors/Catalan/ERR_FTP_PUT_CREATED -etc/squid/errors/Catalan/ERR_FTP_PUT_ERROR -etc/squid/errors/Catalan/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Catalan/ERR_FTP_UNAVAILABLE -etc/squid/errors/Catalan/ERR_INVALID_REQ -etc/squid/errors/Catalan/ERR_INVALID_URL -etc/squid/errors/Catalan/ERR_LIFETIME_EXP -etc/squid/errors/Catalan/ERR_NO_RELAY -etc/squid/errors/Catalan/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Catalan/ERR_READ_ERROR -etc/squid/errors/Catalan/ERR_READ_TIMEOUT -etc/squid/errors/Catalan/ERR_SHUTTING_DOWN -etc/squid/errors/Catalan/ERR_SOCKET_FAILURE -etc/squid/errors/Catalan/ERR_TOO_BIG -etc/squid/errors/Catalan/ERR_UNSUP_REQ -etc/squid/errors/Catalan/ERR_URN_RESOLVE -etc/squid/errors/Catalan/ERR_WRITE_ERROR -etc/squid/errors/Catalan/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Czech/ERR_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CANNOT_FORWARD -etc/squid/errors/Czech/ERR_CONNECT_FAIL -etc/squid/errors/Czech/ERR_DNS_FAIL -etc/squid/errors/Czech/ERR_FORWARDING_DENIED -etc/squid/errors/Czech/ERR_FTP_DISABLED -etc/squid/errors/Czech/ERR_FTP_FAILURE -etc/squid/errors/Czech/ERR_FTP_FORBIDDEN -etc/squid/errors/Czech/ERR_FTP_NOT_FOUND -etc/squid/errors/Czech/ERR_FTP_PUT_CREATED -etc/squid/errors/Czech/ERR_FTP_PUT_ERROR -etc/squid/errors/Czech/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Czech/ERR_FTP_UNAVAILABLE -etc/squid/errors/Czech/ERR_INVALID_REQ -etc/squid/errors/Czech/ERR_INVALID_URL -etc/squid/errors/Czech/ERR_LIFETIME_EXP -etc/squid/errors/Czech/ERR_NO_RELAY -etc/squid/errors/Czech/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Czech/ERR_READ_ERROR -etc/squid/errors/Czech/ERR_READ_TIMEOUT -etc/squid/errors/Czech/ERR_SHUTTING_DOWN -etc/squid/errors/Czech/ERR_SOCKET_FAILURE -etc/squid/errors/Czech/ERR_TOO_BIG -etc/squid/errors/Czech/ERR_UNSUP_REQ -etc/squid/errors/Czech/ERR_URN_RESOLVE -etc/squid/errors/Czech/ERR_WRITE_ERROR -etc/squid/errors/Czech/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Danish/ERR_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CANNOT_FORWARD -etc/squid/errors/Danish/ERR_CONNECT_FAIL -etc/squid/errors/Danish/ERR_DNS_FAIL -etc/squid/errors/Danish/ERR_FORWARDING_DENIED -etc/squid/errors/Danish/ERR_FTP_DISABLED -etc/squid/errors/Danish/ERR_FTP_FAILURE -etc/squid/errors/Danish/ERR_FTP_FORBIDDEN -etc/squid/errors/Danish/ERR_FTP_NOT_FOUND -etc/squid/errors/Danish/ERR_FTP_PUT_CREATED -etc/squid/errors/Danish/ERR_FTP_PUT_ERROR -etc/squid/errors/Danish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Danish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Danish/ERR_INVALID_REQ -etc/squid/errors/Danish/ERR_INVALID_URL -etc/squid/errors/Danish/ERR_LIFETIME_EXP -etc/squid/errors/Danish/ERR_NO_RELAY -etc/squid/errors/Danish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Danish/ERR_READ_ERROR -etc/squid/errors/Danish/ERR_READ_TIMEOUT -etc/squid/errors/Danish/ERR_SHUTTING_DOWN -etc/squid/errors/Danish/ERR_SOCKET_FAILURE -etc/squid/errors/Danish/ERR_TOO_BIG -etc/squid/errors/Danish/ERR_UNSUP_REQ -etc/squid/errors/Danish/ERR_URN_RESOLVE -etc/squid/errors/Danish/ERR_WRITE_ERROR -etc/squid/errors/Danish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Dutch/ERR_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CANNOT_FORWARD -etc/squid/errors/Dutch/ERR_CONNECT_FAIL -etc/squid/errors/Dutch/ERR_DNS_FAIL -etc/squid/errors/Dutch/ERR_FORWARDING_DENIED -etc/squid/errors/Dutch/ERR_FTP_DISABLED -etc/squid/errors/Dutch/ERR_FTP_FAILURE -etc/squid/errors/Dutch/ERR_FTP_FORBIDDEN -etc/squid/errors/Dutch/ERR_FTP_NOT_FOUND -etc/squid/errors/Dutch/ERR_FTP_PUT_CREATED -etc/squid/errors/Dutch/ERR_FTP_PUT_ERROR -etc/squid/errors/Dutch/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Dutch/ERR_FTP_UNAVAILABLE -etc/squid/errors/Dutch/ERR_INVALID_REQ -etc/squid/errors/Dutch/ERR_INVALID_URL -etc/squid/errors/Dutch/ERR_LIFETIME_EXP -etc/squid/errors/Dutch/ERR_NO_RELAY -etc/squid/errors/Dutch/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Dutch/ERR_READ_ERROR -etc/squid/errors/Dutch/ERR_READ_TIMEOUT -etc/squid/errors/Dutch/ERR_SHUTTING_DOWN -etc/squid/errors/Dutch/ERR_SOCKET_FAILURE -etc/squid/errors/Dutch/ERR_TOO_BIG -etc/squid/errors/Dutch/ERR_UNSUP_REQ -etc/squid/errors/Dutch/ERR_URN_RESOLVE -etc/squid/errors/Dutch/ERR_WRITE_ERROR -etc/squid/errors/Dutch/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/English/ERR_ACCESS_DENIED -etc/squid/errors/English/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/English/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/English/ERR_CANNOT_FORWARD -etc/squid/errors/English/ERR_CONNECT_FAIL -etc/squid/errors/English/ERR_DNS_FAIL -etc/squid/errors/English/ERR_FORWARDING_DENIED -etc/squid/errors/English/ERR_FTP_DISABLED -etc/squid/errors/English/ERR_FTP_FAILURE -etc/squid/errors/English/ERR_FTP_FORBIDDEN -etc/squid/errors/English/ERR_FTP_NOT_FOUND -etc/squid/errors/English/ERR_FTP_PUT_CREATED -etc/squid/errors/English/ERR_FTP_PUT_ERROR -etc/squid/errors/English/ERR_FTP_PUT_MODIFIED -etc/squid/errors/English/ERR_FTP_UNAVAILABLE -etc/squid/errors/English/ERR_INVALID_REQ -etc/squid/errors/English/ERR_INVALID_URL -etc/squid/errors/English/ERR_LIFETIME_EXP -etc/squid/errors/English/ERR_NO_RELAY -etc/squid/errors/English/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/English/ERR_READ_ERROR -etc/squid/errors/English/ERR_READ_TIMEOUT -etc/squid/errors/English/ERR_SHUTTING_DOWN -etc/squid/errors/English/ERR_SOCKET_FAILURE -etc/squid/errors/English/ERR_TOO_BIG -etc/squid/errors/English/ERR_UNSUP_REQ -etc/squid/errors/English/ERR_URN_RESOLVE -etc/squid/errors/English/ERR_WRITE_ERROR -etc/squid/errors/English/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Estonian/ERR_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CANNOT_FORWARD -etc/squid/errors/Estonian/ERR_CONNECT_FAIL -etc/squid/errors/Estonian/ERR_DNS_FAIL -etc/squid/errors/Estonian/ERR_FORWARDING_DENIED -etc/squid/errors/Estonian/ERR_FTP_DISABLED -etc/squid/errors/Estonian/ERR_FTP_FAILURE -etc/squid/errors/Estonian/ERR_FTP_FORBIDDEN -etc/squid/errors/Estonian/ERR_FTP_NOT_FOUND -etc/squid/errors/Estonian/ERR_FTP_PUT_CREATED -etc/squid/errors/Estonian/ERR_FTP_PUT_ERROR -etc/squid/errors/Estonian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Estonian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Estonian/ERR_INVALID_REQ -etc/squid/errors/Estonian/ERR_INVALID_URL -etc/squid/errors/Estonian/ERR_LIFETIME_EXP -etc/squid/errors/Estonian/ERR_NO_RELAY -etc/squid/errors/Estonian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Estonian/ERR_READ_ERROR -etc/squid/errors/Estonian/ERR_READ_TIMEOUT -etc/squid/errors/Estonian/ERR_SHUTTING_DOWN -etc/squid/errors/Estonian/ERR_SOCKET_FAILURE -etc/squid/errors/Estonian/ERR_TOO_BIG -etc/squid/errors/Estonian/ERR_UNSUP_REQ -etc/squid/errors/Estonian/ERR_URN_RESOLVE -etc/squid/errors/Estonian/ERR_WRITE_ERROR -etc/squid/errors/Estonian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Finnish/ERR_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CANNOT_FORWARD -etc/squid/errors/Finnish/ERR_CONNECT_FAIL -etc/squid/errors/Finnish/ERR_DNS_FAIL -etc/squid/errors/Finnish/ERR_FORWARDING_DENIED -etc/squid/errors/Finnish/ERR_FTP_DISABLED -etc/squid/errors/Finnish/ERR_FTP_FAILURE -etc/squid/errors/Finnish/ERR_FTP_FORBIDDEN -etc/squid/errors/Finnish/ERR_FTP_NOT_FOUND -etc/squid/errors/Finnish/ERR_FTP_PUT_CREATED -etc/squid/errors/Finnish/ERR_FTP_PUT_ERROR -etc/squid/errors/Finnish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Finnish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Finnish/ERR_INVALID_REQ -etc/squid/errors/Finnish/ERR_INVALID_URL -etc/squid/errors/Finnish/ERR_LIFETIME_EXP -etc/squid/errors/Finnish/ERR_NO_RELAY -etc/squid/errors/Finnish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Finnish/ERR_READ_ERROR -etc/squid/errors/Finnish/ERR_READ_TIMEOUT -etc/squid/errors/Finnish/ERR_SHUTTING_DOWN -etc/squid/errors/Finnish/ERR_SOCKET_FAILURE -etc/squid/errors/Finnish/ERR_TOO_BIG -etc/squid/errors/Finnish/ERR_UNSUP_REQ -etc/squid/errors/Finnish/ERR_URN_RESOLVE -etc/squid/errors/Finnish/ERR_WRITE_ERROR -etc/squid/errors/Finnish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/French/ERR_ACCESS_DENIED -etc/squid/errors/French/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/French/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/French/ERR_CANNOT_FORWARD -etc/squid/errors/French/ERR_CONNECT_FAIL -etc/squid/errors/French/ERR_DNS_FAIL -etc/squid/errors/French/ERR_FORWARDING_DENIED -etc/squid/errors/French/ERR_FTP_DISABLED -etc/squid/errors/French/ERR_FTP_FAILURE -etc/squid/errors/French/ERR_FTP_FORBIDDEN -etc/squid/errors/French/ERR_FTP_NOT_FOUND -etc/squid/errors/French/ERR_FTP_PUT_CREATED -etc/squid/errors/French/ERR_FTP_PUT_ERROR -etc/squid/errors/French/ERR_FTP_PUT_MODIFIED -etc/squid/errors/French/ERR_FTP_UNAVAILABLE -etc/squid/errors/French/ERR_INVALID_REQ -etc/squid/errors/French/ERR_INVALID_URL -etc/squid/errors/French/ERR_LIFETIME_EXP -etc/squid/errors/French/ERR_NO_RELAY -etc/squid/errors/French/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/French/ERR_READ_ERROR -etc/squid/errors/French/ERR_READ_TIMEOUT -etc/squid/errors/French/ERR_SHUTTING_DOWN -etc/squid/errors/French/ERR_SOCKET_FAILURE -etc/squid/errors/French/ERR_TOO_BIG -etc/squid/errors/French/ERR_UNSUP_REQ -etc/squid/errors/French/ERR_URN_RESOLVE -etc/squid/errors/French/ERR_WRITE_ERROR -etc/squid/errors/French/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/German/ERR_ACCESS_DENIED -etc/squid/errors/German/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/German/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/German/ERR_CANNOT_FORWARD -etc/squid/errors/German/ERR_CONNECT_FAIL -etc/squid/errors/German/ERR_DNS_FAIL -etc/squid/errors/German/ERR_FORWARDING_DENIED -etc/squid/errors/German/ERR_FTP_DISABLED -etc/squid/errors/German/ERR_FTP_FAILURE -etc/squid/errors/German/ERR_FTP_FORBIDDEN -etc/squid/errors/German/ERR_FTP_NOT_FOUND -etc/squid/errors/German/ERR_FTP_PUT_CREATED -etc/squid/errors/German/ERR_FTP_PUT_ERROR -etc/squid/errors/German/ERR_FTP_PUT_MODIFIED -etc/squid/errors/German/ERR_FTP_UNAVAILABLE -etc/squid/errors/German/ERR_INVALID_REQ -etc/squid/errors/German/ERR_INVALID_URL -etc/squid/errors/German/ERR_LIFETIME_EXP -etc/squid/errors/German/ERR_NO_RELAY -etc/squid/errors/German/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/German/ERR_READ_ERROR -etc/squid/errors/German/ERR_READ_TIMEOUT -etc/squid/errors/German/ERR_SHUTTING_DOWN -etc/squid/errors/German/ERR_SOCKET_FAILURE -etc/squid/errors/German/ERR_TOO_BIG -etc/squid/errors/German/ERR_UNSUP_REQ -etc/squid/errors/German/ERR_URN_RESOLVE -etc/squid/errors/German/ERR_WRITE_ERROR -etc/squid/errors/German/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Hebrew/ERR_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CANNOT_FORWARD -etc/squid/errors/Hebrew/ERR_CONNECT_FAIL -etc/squid/errors/Hebrew/ERR_DNS_FAIL -etc/squid/errors/Hebrew/ERR_FORWARDING_DENIED -etc/squid/errors/Hebrew/ERR_FTP_DISABLED -etc/squid/errors/Hebrew/ERR_FTP_FAILURE -etc/squid/errors/Hebrew/ERR_FTP_FORBIDDEN -etc/squid/errors/Hebrew/ERR_FTP_NOT_FOUND -etc/squid/errors/Hebrew/ERR_FTP_PUT_CREATED -etc/squid/errors/Hebrew/ERR_FTP_PUT_ERROR -etc/squid/errors/Hebrew/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Hebrew/ERR_FTP_UNAVAILABLE -etc/squid/errors/Hebrew/ERR_INVALID_REQ -etc/squid/errors/Hebrew/ERR_INVALID_URL -etc/squid/errors/Hebrew/ERR_LIFETIME_EXP -etc/squid/errors/Hebrew/ERR_NO_RELAY -etc/squid/errors/Hebrew/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Hebrew/ERR_READ_ERROR -etc/squid/errors/Hebrew/ERR_READ_TIMEOUT -etc/squid/errors/Hebrew/ERR_SHUTTING_DOWN -etc/squid/errors/Hebrew/ERR_SOCKET_FAILURE -etc/squid/errors/Hebrew/ERR_TOO_BIG -etc/squid/errors/Hebrew/ERR_UNSUP_REQ -etc/squid/errors/Hebrew/ERR_URN_RESOLVE -etc/squid/errors/Hebrew/ERR_WRITE_ERROR -etc/squid/errors/Hebrew/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Hungarian/ERR_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CANNOT_FORWARD -etc/squid/errors/Hungarian/ERR_CONNECT_FAIL -etc/squid/errors/Hungarian/ERR_DNS_FAIL -etc/squid/errors/Hungarian/ERR_FORWARDING_DENIED -etc/squid/errors/Hungarian/ERR_FTP_DISABLED -etc/squid/errors/Hungarian/ERR_FTP_FAILURE -etc/squid/errors/Hungarian/ERR_FTP_FORBIDDEN -etc/squid/errors/Hungarian/ERR_FTP_NOT_FOUND -etc/squid/errors/Hungarian/ERR_FTP_PUT_CREATED -etc/squid/errors/Hungarian/ERR_FTP_PUT_ERROR -etc/squid/errors/Hungarian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Hungarian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Hungarian/ERR_INVALID_REQ -etc/squid/errors/Hungarian/ERR_INVALID_URL -etc/squid/errors/Hungarian/ERR_LIFETIME_EXP -etc/squid/errors/Hungarian/ERR_NO_RELAY -etc/squid/errors/Hungarian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Hungarian/ERR_READ_ERROR -etc/squid/errors/Hungarian/ERR_READ_TIMEOUT -etc/squid/errors/Hungarian/ERR_SHUTTING_DOWN -etc/squid/errors/Hungarian/ERR_SOCKET_FAILURE -etc/squid/errors/Hungarian/ERR_TOO_BIG -etc/squid/errors/Hungarian/ERR_UNSUP_REQ -etc/squid/errors/Hungarian/ERR_URN_RESOLVE -etc/squid/errors/Hungarian/ERR_WRITE_ERROR -etc/squid/errors/Hungarian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Italian/ERR_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CANNOT_FORWARD -etc/squid/errors/Italian/ERR_CONNECT_FAIL -etc/squid/errors/Italian/ERR_DNS_FAIL -etc/squid/errors/Italian/ERR_FORWARDING_DENIED -etc/squid/errors/Italian/ERR_FTP_DISABLED -etc/squid/errors/Italian/ERR_FTP_FAILURE -etc/squid/errors/Italian/ERR_FTP_FORBIDDEN -etc/squid/errors/Italian/ERR_FTP_NOT_FOUND -etc/squid/errors/Italian/ERR_FTP_PUT_CREATED -etc/squid/errors/Italian/ERR_FTP_PUT_ERROR -etc/squid/errors/Italian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Italian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Italian/ERR_INVALID_REQ -etc/squid/errors/Italian/ERR_INVALID_URL -etc/squid/errors/Italian/ERR_LIFETIME_EXP -etc/squid/errors/Italian/ERR_NO_RELAY -etc/squid/errors/Italian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Italian/ERR_READ_ERROR -etc/squid/errors/Italian/ERR_READ_TIMEOUT -etc/squid/errors/Italian/ERR_SHUTTING_DOWN -etc/squid/errors/Italian/ERR_SOCKET_FAILURE -etc/squid/errors/Italian/ERR_TOO_BIG -etc/squid/errors/Italian/ERR_UNSUP_REQ -etc/squid/errors/Italian/ERR_URN_RESOLVE -etc/squid/errors/Italian/ERR_WRITE_ERROR -etc/squid/errors/Italian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Japanese/ERR_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CANNOT_FORWARD -etc/squid/errors/Japanese/ERR_CONNECT_FAIL -etc/squid/errors/Japanese/ERR_DNS_FAIL -etc/squid/errors/Japanese/ERR_FORWARDING_DENIED -etc/squid/errors/Japanese/ERR_FTP_DISABLED -etc/squid/errors/Japanese/ERR_FTP_FAILURE -etc/squid/errors/Japanese/ERR_FTP_FORBIDDEN -etc/squid/errors/Japanese/ERR_FTP_NOT_FOUND -etc/squid/errors/Japanese/ERR_FTP_PUT_CREATED -etc/squid/errors/Japanese/ERR_FTP_PUT_ERROR -etc/squid/errors/Japanese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Japanese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Japanese/ERR_INVALID_REQ -etc/squid/errors/Japanese/ERR_INVALID_URL -etc/squid/errors/Japanese/ERR_LIFETIME_EXP -etc/squid/errors/Japanese/ERR_NO_RELAY -etc/squid/errors/Japanese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Japanese/ERR_READ_ERROR -etc/squid/errors/Japanese/ERR_READ_TIMEOUT -etc/squid/errors/Japanese/ERR_SHUTTING_DOWN -etc/squid/errors/Japanese/ERR_SOCKET_FAILURE -etc/squid/errors/Japanese/ERR_TOO_BIG -etc/squid/errors/Japanese/ERR_UNSUP_REQ -etc/squid/errors/Japanese/ERR_URN_RESOLVE -etc/squid/errors/Japanese/ERR_WRITE_ERROR -etc/squid/errors/Japanese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Korean/ERR_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CANNOT_FORWARD -etc/squid/errors/Korean/ERR_CONNECT_FAIL -etc/squid/errors/Korean/ERR_DNS_FAIL -etc/squid/errors/Korean/ERR_FORWARDING_DENIED -etc/squid/errors/Korean/ERR_FTP_DISABLED -etc/squid/errors/Korean/ERR_FTP_FAILURE -etc/squid/errors/Korean/ERR_FTP_FORBIDDEN -etc/squid/errors/Korean/ERR_FTP_NOT_FOUND -etc/squid/errors/Korean/ERR_FTP_PUT_CREATED -etc/squid/errors/Korean/ERR_FTP_PUT_ERROR -etc/squid/errors/Korean/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Korean/ERR_FTP_UNAVAILABLE -etc/squid/errors/Korean/ERR_INVALID_REQ -etc/squid/errors/Korean/ERR_INVALID_URL -etc/squid/errors/Korean/ERR_LIFETIME_EXP -etc/squid/errors/Korean/ERR_NO_RELAY -etc/squid/errors/Korean/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Korean/ERR_READ_ERROR -etc/squid/errors/Korean/ERR_READ_TIMEOUT -etc/squid/errors/Korean/ERR_SHUTTING_DOWN -etc/squid/errors/Korean/ERR_SOCKET_FAILURE -etc/squid/errors/Korean/ERR_TOO_BIG -etc/squid/errors/Korean/ERR_UNSUP_REQ -etc/squid/errors/Korean/ERR_URN_RESOLVE -etc/squid/errors/Korean/ERR_WRITE_ERROR -etc/squid/errors/Korean/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Polish/ERR_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CANNOT_FORWARD -etc/squid/errors/Polish/ERR_CONNECT_FAIL -etc/squid/errors/Polish/ERR_DNS_FAIL -etc/squid/errors/Polish/ERR_FORWARDING_DENIED -etc/squid/errors/Polish/ERR_FTP_DISABLED -etc/squid/errors/Polish/ERR_FTP_FAILURE -etc/squid/errors/Polish/ERR_FTP_FORBIDDEN -etc/squid/errors/Polish/ERR_FTP_NOT_FOUND -etc/squid/errors/Polish/ERR_FTP_PUT_CREATED -etc/squid/errors/Polish/ERR_FTP_PUT_ERROR -etc/squid/errors/Polish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Polish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Polish/ERR_INVALID_REQ -etc/squid/errors/Polish/ERR_INVALID_URL -etc/squid/errors/Polish/ERR_LIFETIME_EXP -etc/squid/errors/Polish/ERR_NO_RELAY -etc/squid/errors/Polish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Polish/ERR_READ_ERROR -etc/squid/errors/Polish/ERR_READ_TIMEOUT -etc/squid/errors/Polish/ERR_SHUTTING_DOWN -etc/squid/errors/Polish/ERR_SOCKET_FAILURE -etc/squid/errors/Polish/ERR_TOO_BIG -etc/squid/errors/Polish/ERR_UNSUP_REQ -etc/squid/errors/Polish/ERR_URN_RESOLVE -etc/squid/errors/Polish/ERR_WRITE_ERROR -etc/squid/errors/Polish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Portuguese/ERR_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CANNOT_FORWARD -etc/squid/errors/Portuguese/ERR_CONNECT_FAIL -etc/squid/errors/Portuguese/ERR_DNS_FAIL -etc/squid/errors/Portuguese/ERR_FORWARDING_DENIED -etc/squid/errors/Portuguese/ERR_FTP_DISABLED -etc/squid/errors/Portuguese/ERR_FTP_FAILURE -etc/squid/errors/Portuguese/ERR_FTP_FORBIDDEN -etc/squid/errors/Portuguese/ERR_FTP_NOT_FOUND -etc/squid/errors/Portuguese/ERR_FTP_PUT_CREATED -etc/squid/errors/Portuguese/ERR_FTP_PUT_ERROR -etc/squid/errors/Portuguese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Portuguese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Portuguese/ERR_INVALID_REQ -etc/squid/errors/Portuguese/ERR_INVALID_URL -etc/squid/errors/Portuguese/ERR_LIFETIME_EXP -etc/squid/errors/Portuguese/ERR_NO_RELAY -etc/squid/errors/Portuguese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Portuguese/ERR_READ_ERROR -etc/squid/errors/Portuguese/ERR_READ_TIMEOUT -etc/squid/errors/Portuguese/ERR_SHUTTING_DOWN -etc/squid/errors/Portuguese/ERR_SOCKET_FAILURE -etc/squid/errors/Portuguese/ERR_TOO_BIG -etc/squid/errors/Portuguese/ERR_UNSUP_REQ -etc/squid/errors/Portuguese/ERR_URN_RESOLVE -etc/squid/errors/Portuguese/ERR_WRITE_ERROR -etc/squid/errors/Portuguese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Romanian/ERR_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CANNOT_FORWARD -etc/squid/errors/Romanian/ERR_CONNECT_FAIL -etc/squid/errors/Romanian/ERR_DNS_FAIL -etc/squid/errors/Romanian/ERR_FORWARDING_DENIED -etc/squid/errors/Romanian/ERR_FTP_DISABLED -etc/squid/errors/Romanian/ERR_FTP_FAILURE -etc/squid/errors/Romanian/ERR_FTP_FORBIDDEN -etc/squid/errors/Romanian/ERR_FTP_NOT_FOUND -etc/squid/errors/Romanian/ERR_FTP_PUT_CREATED -etc/squid/errors/Romanian/ERR_FTP_PUT_ERROR -etc/squid/errors/Romanian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Romanian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Romanian/ERR_INVALID_REQ -etc/squid/errors/Romanian/ERR_INVALID_URL -etc/squid/errors/Romanian/ERR_LIFETIME_EXP -etc/squid/errors/Romanian/ERR_NO_RELAY -etc/squid/errors/Romanian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Romanian/ERR_READ_ERROR -etc/squid/errors/Romanian/ERR_READ_TIMEOUT -etc/squid/errors/Romanian/ERR_SHUTTING_DOWN -etc/squid/errors/Romanian/ERR_SOCKET_FAILURE -etc/squid/errors/Romanian/ERR_TOO_BIG -etc/squid/errors/Romanian/ERR_UNSUP_REQ -etc/squid/errors/Romanian/ERR_URN_RESOLVE -etc/squid/errors/Romanian/ERR_WRITE_ERROR -etc/squid/errors/Romanian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Russian-1251/ERR_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CANNOT_FORWARD -etc/squid/errors/Russian-1251/ERR_CONNECT_FAIL -etc/squid/errors/Russian-1251/ERR_DNS_FAIL -etc/squid/errors/Russian-1251/ERR_FORWARDING_DENIED -etc/squid/errors/Russian-1251/ERR_FTP_DISABLED -etc/squid/errors/Russian-1251/ERR_FTP_FAILURE -etc/squid/errors/Russian-1251/ERR_FTP_FORBIDDEN -etc/squid/errors/Russian-1251/ERR_FTP_NOT_FOUND -etc/squid/errors/Russian-1251/ERR_FTP_PUT_CREATED -etc/squid/errors/Russian-1251/ERR_FTP_PUT_ERROR -etc/squid/errors/Russian-1251/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Russian-1251/ERR_FTP_UNAVAILABLE -etc/squid/errors/Russian-1251/ERR_INVALID_REQ -etc/squid/errors/Russian-1251/ERR_INVALID_URL -etc/squid/errors/Russian-1251/ERR_LIFETIME_EXP -etc/squid/errors/Russian-1251/ERR_NO_RELAY -etc/squid/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Russian-1251/ERR_READ_ERROR -etc/squid/errors/Russian-1251/ERR_READ_TIMEOUT -etc/squid/errors/Russian-1251/ERR_SHUTTING_DOWN -etc/squid/errors/Russian-1251/ERR_SOCKET_FAILURE -etc/squid/errors/Russian-1251/ERR_TOO_BIG -etc/squid/errors/Russian-1251/ERR_UNSUP_REQ -etc/squid/errors/Russian-1251/ERR_URN_RESOLVE -etc/squid/errors/Russian-1251/ERR_WRITE_ERROR -etc/squid/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Russian-koi8-r/ERR_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CANNOT_FORWARD -etc/squid/errors/Russian-koi8-r/ERR_CONNECT_FAIL -etc/squid/errors/Russian-koi8-r/ERR_DNS_FAIL -etc/squid/errors/Russian-koi8-r/ERR_FORWARDING_DENIED -etc/squid/errors/Russian-koi8-r/ERR_FTP_DISABLED -etc/squid/errors/Russian-koi8-r/ERR_FTP_FAILURE -etc/squid/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN -etc/squid/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE -etc/squid/errors/Russian-koi8-r/ERR_INVALID_REQ -etc/squid/errors/Russian-koi8-r/ERR_INVALID_URL -etc/squid/errors/Russian-koi8-r/ERR_LIFETIME_EXP -etc/squid/errors/Russian-koi8-r/ERR_NO_RELAY -etc/squid/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Russian-koi8-r/ERR_READ_ERROR -etc/squid/errors/Russian-koi8-r/ERR_READ_TIMEOUT -etc/squid/errors/Russian-koi8-r/ERR_SHUTTING_DOWN -etc/squid/errors/Russian-koi8-r/ERR_SOCKET_FAILURE -etc/squid/errors/Russian-koi8-r/ERR_TOO_BIG -etc/squid/errors/Russian-koi8-r/ERR_UNSUP_REQ -etc/squid/errors/Russian-koi8-r/ERR_URN_RESOLVE -etc/squid/errors/Russian-koi8-r/ERR_WRITE_ERROR -etc/squid/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Serbian/ERR_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CANNOT_FORWARD -etc/squid/errors/Serbian/ERR_CONNECT_FAIL -etc/squid/errors/Serbian/ERR_DNS_FAIL -etc/squid/errors/Serbian/ERR_FORWARDING_DENIED -etc/squid/errors/Serbian/ERR_FTP_DISABLED -etc/squid/errors/Serbian/ERR_FTP_FAILURE -etc/squid/errors/Serbian/ERR_FTP_FORBIDDEN -etc/squid/errors/Serbian/ERR_FTP_NOT_FOUND -etc/squid/errors/Serbian/ERR_FTP_PUT_CREATED -etc/squid/errors/Serbian/ERR_FTP_PUT_ERROR -etc/squid/errors/Serbian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Serbian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Serbian/ERR_INVALID_REQ -etc/squid/errors/Serbian/ERR_INVALID_URL -etc/squid/errors/Serbian/ERR_LIFETIME_EXP -etc/squid/errors/Serbian/ERR_NO_RELAY -etc/squid/errors/Serbian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Serbian/ERR_READ_ERROR -etc/squid/errors/Serbian/ERR_READ_TIMEOUT -etc/squid/errors/Serbian/ERR_SHUTTING_DOWN -etc/squid/errors/Serbian/ERR_SOCKET_FAILURE -etc/squid/errors/Serbian/ERR_TOO_BIG -etc/squid/errors/Serbian/ERR_UNSUP_REQ -etc/squid/errors/Serbian/ERR_URN_RESOLVE -etc/squid/errors/Serbian/ERR_WRITE_ERROR -etc/squid/errors/Serbian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Simplify_Chinese/ERR_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CANNOT_FORWARD -etc/squid/errors/Simplify_Chinese/ERR_CONNECT_FAIL -etc/squid/errors/Simplify_Chinese/ERR_DNS_FAIL -etc/squid/errors/Simplify_Chinese/ERR_FORWARDING_DENIED -etc/squid/errors/Simplify_Chinese/ERR_FTP_DISABLED -etc/squid/errors/Simplify_Chinese/ERR_FTP_FAILURE -etc/squid/errors/Simplify_Chinese/ERR_FTP_FORBIDDEN -etc/squid/errors/Simplify_Chinese/ERR_FTP_NOT_FOUND -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_CREATED -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_ERROR -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Simplify_Chinese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Simplify_Chinese/ERR_INVALID_REQ -etc/squid/errors/Simplify_Chinese/ERR_INVALID_URL -etc/squid/errors/Simplify_Chinese/ERR_LIFETIME_EXP -etc/squid/errors/Simplify_Chinese/ERR_NO_RELAY -etc/squid/errors/Simplify_Chinese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Simplify_Chinese/ERR_READ_ERROR -etc/squid/errors/Simplify_Chinese/ERR_READ_TIMEOUT -etc/squid/errors/Simplify_Chinese/ERR_SHUTTING_DOWN -etc/squid/errors/Simplify_Chinese/ERR_SOCKET_FAILURE -etc/squid/errors/Simplify_Chinese/ERR_TOO_BIG -etc/squid/errors/Simplify_Chinese/ERR_UNSUP_REQ -etc/squid/errors/Simplify_Chinese/ERR_URN_RESOLVE -etc/squid/errors/Simplify_Chinese/ERR_WRITE_ERROR -etc/squid/errors/Simplify_Chinese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Slovak/ERR_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CANNOT_FORWARD -etc/squid/errors/Slovak/ERR_CONNECT_FAIL -etc/squid/errors/Slovak/ERR_DNS_FAIL -etc/squid/errors/Slovak/ERR_FORWARDING_DENIED -etc/squid/errors/Slovak/ERR_FTP_DISABLED -etc/squid/errors/Slovak/ERR_FTP_FAILURE -etc/squid/errors/Slovak/ERR_FTP_FORBIDDEN -etc/squid/errors/Slovak/ERR_FTP_NOT_FOUND -etc/squid/errors/Slovak/ERR_FTP_PUT_CREATED -etc/squid/errors/Slovak/ERR_FTP_PUT_ERROR -etc/squid/errors/Slovak/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Slovak/ERR_FTP_UNAVAILABLE -etc/squid/errors/Slovak/ERR_INVALID_REQ -etc/squid/errors/Slovak/ERR_INVALID_URL -etc/squid/errors/Slovak/ERR_LIFETIME_EXP -etc/squid/errors/Slovak/ERR_NO_RELAY -etc/squid/errors/Slovak/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Slovak/ERR_READ_ERROR -etc/squid/errors/Slovak/ERR_READ_TIMEOUT -etc/squid/errors/Slovak/ERR_SHUTTING_DOWN -etc/squid/errors/Slovak/ERR_SOCKET_FAILURE -etc/squid/errors/Slovak/ERR_TOO_BIG -etc/squid/errors/Slovak/ERR_UNSUP_REQ -etc/squid/errors/Slovak/ERR_URN_RESOLVE -etc/squid/errors/Slovak/ERR_WRITE_ERROR -etc/squid/errors/Slovak/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Spanish/ERR_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CANNOT_FORWARD -etc/squid/errors/Spanish/ERR_CONNECT_FAIL -etc/squid/errors/Spanish/ERR_DNS_FAIL -etc/squid/errors/Spanish/ERR_FORWARDING_DENIED -etc/squid/errors/Spanish/ERR_FTP_DISABLED -etc/squid/errors/Spanish/ERR_FTP_FAILURE -etc/squid/errors/Spanish/ERR_FTP_FORBIDDEN -etc/squid/errors/Spanish/ERR_FTP_NOT_FOUND -etc/squid/errors/Spanish/ERR_FTP_PUT_CREATED -etc/squid/errors/Spanish/ERR_FTP_PUT_ERROR -etc/squid/errors/Spanish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Spanish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Spanish/ERR_INVALID_REQ -etc/squid/errors/Spanish/ERR_INVALID_URL -etc/squid/errors/Spanish/ERR_LIFETIME_EXP -etc/squid/errors/Spanish/ERR_NO_RELAY -etc/squid/errors/Spanish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Spanish/ERR_READ_ERROR -etc/squid/errors/Spanish/ERR_READ_TIMEOUT -etc/squid/errors/Spanish/ERR_SHUTTING_DOWN -etc/squid/errors/Spanish/ERR_SOCKET_FAILURE -etc/squid/errors/Spanish/ERR_TOO_BIG -etc/squid/errors/Spanish/ERR_UNSUP_REQ -etc/squid/errors/Spanish/ERR_URN_RESOLVE -etc/squid/errors/Spanish/ERR_WRITE_ERROR -etc/squid/errors/Spanish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Swedish/ERR_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CANNOT_FORWARD -etc/squid/errors/Swedish/ERR_CONNECT_FAIL -etc/squid/errors/Swedish/ERR_DNS_FAIL -etc/squid/errors/Swedish/ERR_FORWARDING_DENIED -etc/squid/errors/Swedish/ERR_FTP_DISABLED -etc/squid/errors/Swedish/ERR_FTP_FAILURE -etc/squid/errors/Swedish/ERR_FTP_FORBIDDEN -etc/squid/errors/Swedish/ERR_FTP_NOT_FOUND -etc/squid/errors/Swedish/ERR_FTP_PUT_CREATED -etc/squid/errors/Swedish/ERR_FTP_PUT_ERROR -etc/squid/errors/Swedish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Swedish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Swedish/ERR_INVALID_REQ -etc/squid/errors/Swedish/ERR_INVALID_URL -etc/squid/errors/Swedish/ERR_LIFETIME_EXP -etc/squid/errors/Swedish/ERR_NO_RELAY -etc/squid/errors/Swedish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Swedish/ERR_READ_ERROR -etc/squid/errors/Swedish/ERR_READ_TIMEOUT -etc/squid/errors/Swedish/ERR_SHUTTING_DOWN -etc/squid/errors/Swedish/ERR_SOCKET_FAILURE -etc/squid/errors/Swedish/ERR_TOO_BIG -etc/squid/errors/Swedish/ERR_UNSUP_REQ -etc/squid/errors/Swedish/ERR_URN_RESOLVE -etc/squid/errors/Swedish/ERR_WRITE_ERROR -etc/squid/errors/Swedish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Traditional_Chinese/ERR_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CANNOT_FORWARD -etc/squid/errors/Traditional_Chinese/ERR_CONNECT_FAIL -etc/squid/errors/Traditional_Chinese/ERR_DNS_FAIL -etc/squid/errors/Traditional_Chinese/ERR_FORWARDING_DENIED -etc/squid/errors/Traditional_Chinese/ERR_FTP_DISABLED -etc/squid/errors/Traditional_Chinese/ERR_FTP_FAILURE -etc/squid/errors/Traditional_Chinese/ERR_FTP_FORBIDDEN -etc/squid/errors/Traditional_Chinese/ERR_FTP_NOT_FOUND -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_CREATED -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_ERROR -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Traditional_Chinese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Traditional_Chinese/ERR_INVALID_REQ -etc/squid/errors/Traditional_Chinese/ERR_INVALID_URL -etc/squid/errors/Traditional_Chinese/ERR_LIFETIME_EXP -etc/squid/errors/Traditional_Chinese/ERR_NO_RELAY -etc/squid/errors/Traditional_Chinese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Traditional_Chinese/ERR_READ_ERROR -etc/squid/errors/Traditional_Chinese/ERR_READ_TIMEOUT -etc/squid/errors/Traditional_Chinese/ERR_SHUTTING_DOWN -etc/squid/errors/Traditional_Chinese/ERR_SOCKET_FAILURE -etc/squid/errors/Traditional_Chinese/ERR_TOO_BIG -etc/squid/errors/Traditional_Chinese/ERR_UNSUP_REQ -etc/squid/errors/Traditional_Chinese/ERR_URN_RESOLVE -etc/squid/errors/Traditional_Chinese/ERR_WRITE_ERROR -etc/squid/errors/Traditional_Chinese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Turkish/ERR_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CANNOT_FORWARD -etc/squid/errors/Turkish/ERR_CONNECT_FAIL -etc/squid/errors/Turkish/ERR_DNS_FAIL -etc/squid/errors/Turkish/ERR_FORWARDING_DENIED -etc/squid/errors/Turkish/ERR_FTP_DISABLED -etc/squid/errors/Turkish/ERR_FTP_FAILURE -etc/squid/errors/Turkish/ERR_FTP_FORBIDDEN -etc/squid/errors/Turkish/ERR_FTP_NOT_FOUND -etc/squid/errors/Turkish/ERR_FTP_PUT_CREATED -etc/squid/errors/Turkish/ERR_FTP_PUT_ERROR -etc/squid/errors/Turkish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Turkish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Turkish/ERR_INVALID_REQ -etc/squid/errors/Turkish/ERR_INVALID_URL -etc/squid/errors/Turkish/ERR_LIFETIME_EXP -etc/squid/errors/Turkish/ERR_NO_RELAY -etc/squid/errors/Turkish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Turkish/ERR_READ_ERROR -etc/squid/errors/Turkish/ERR_READ_TIMEOUT -etc/squid/errors/Turkish/ERR_SHUTTING_DOWN -etc/squid/errors/Turkish/ERR_SOCKET_FAILURE -etc/squid/errors/Turkish/ERR_TOO_BIG -etc/squid/errors/Turkish/ERR_UNSUP_REQ -etc/squid/errors/Turkish/ERR_URN_RESOLVE -etc/squid/errors/Turkish/ERR_WRITE_ERROR -etc/squid/errors/Turkish/ERR_ZERO_SIZE_OBJECT -etc/squid/mib.txt -@unexec if cmp -s %D/etc/squid/mime.conf %D/etc/squid/mime.conf.default; then rm -f %D/etc/squid/mime.conf; fi -etc/squid/mime.conf.default -@exec [ -f %B/mime.conf ] || cp %B/%f %B/mime.conf -@unexec if cmp -s %D/etc/squid/squid.conf %D/etc/squid/squid.conf.default; then rm -f %D/etc/squid/squid.conf; fi -etc/squid/squid.conf.default -@exec [ -f %B/squid.conf ] || cp %B/%f %B/squid.conf -libexec/cachemgr.cgi -libexec/diskd -libexec/unlinkd -libexec/ip_user_check -libexec/yp_auth -libexec/pam_auth -man/man8/pam_auth.8 -libexec/ncsa_auth -libexec/squid_unix_group -man/man8/squid_unix_group.8 -sbin/RunAccel -sbin/RunCache -sbin/squidclient -sbin/squid -man/man8/squid.8 -@exec mkdir -p %D/squid/cache -@exec chown nobody:nogroup %D/squid/cache -@exec mkdir -p %D/squid/logs -@exec chown nobody:nogroup %D/squid/logs -@dirrm etc/squid/errors/Bulgarian -@dirrm etc/squid/errors/Catalan -@dirrm etc/squid/errors/Czech -@dirrm etc/squid/errors/Danish -@dirrm etc/squid/errors/Dutch -@dirrm etc/squid/errors/English -@dirrm etc/squid/errors/Estonian -@dirrm etc/squid/errors/Finnish -@dirrm etc/squid/errors/French -@dirrm etc/squid/errors/German -@dirrm etc/squid/errors/Hebrew -@dirrm etc/squid/errors/Hungarian -@dirrm etc/squid/errors/Italian -@dirrm etc/squid/errors/Japanese -@dirrm etc/squid/errors/Korean -@dirrm etc/squid/errors/Polish -@dirrm etc/squid/errors/Portuguese -@dirrm etc/squid/errors/Romanian -@dirrm etc/squid/errors/Russian-1251 -@dirrm etc/squid/errors/Russian-koi8-r -@dirrm etc/squid/errors/Serbian -@dirrm etc/squid/errors/Simplify_Chinese -@dirrm etc/squid/errors/Slovak -@dirrm etc/squid/errors/Spanish -@dirrm etc/squid/errors/Swedish -@dirrm etc/squid/errors/Traditional_Chinese -@dirrm etc/squid/errors/Turkish -@dirrm etc/squid/icons -@dirrm etc/squid/errors -@dirrm etc/squid -@dirrm squid/logs -@dirrm squid/cache -@dirrm squid diff --git a/www/squid30/Makefile b/www/squid30/Makefile deleted file mode 100644 index 2f9196bd71db..000000000000 --- a/www/squid30/Makefile +++ /dev/null @@ -1,205 +0,0 @@ -# New ports collection makefile for: squid24 -# Date created: Tue Mar 27 14:56:08 CEST 2001 -# Whom: Adrian Chadd <adrian@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.5 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= \ - ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ - ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} -MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.5.STABLE1 -EXTRACT_SUFX= .tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE1-disable-ident-lookups.patch \ - squid-2.5.STABLE1-disable-http-violations.patch \ - squid-2.5.STABLE1-proxy_auth.patch \ - squid-2.5.STABLE1-max_user_ip.patch \ - squid-2.5.STABLE1-cache_dir_docs.patch \ - squid-2.5.STABLE1-load_icons.patch \ - squid-2.5.STABLE1-referer_log.patch \ - squid-2.5.STABLE1-ldap_auth.patch \ - squid-2.5.STABLE1-addlang.patch \ - squid-2.5.STABLE1-pthreads.patch \ - squid-2.5.STABLE1-strwordtok.patch \ - squid-2.5.STABLE1-wccp.patch \ - squid-2.5.STABLE1-memstat.patch \ - squid-2.5.STABLE1-aufs.patch \ - squid-2.5.STABLE1-acl_leak.patch \ - squid-2.5.STABLE1-ext_acl_comma.patch \ - squid-2.5.STABLE1-request_entity.patch \ - squid-2.5.STABLE1-ext_acl_exit.patch \ - squid-2.5.STABLE1-uninstall.patch \ - squid-2.5.STABLE1-cachemgr.patch \ - squid-2.5.STABLE1-auth-proxy.patch \ - squid-2.5.STABLE1-dnsserver.patch \ - squid-2.5.STABLE1-spaces.patch \ - squid-2.5.STABLE1-flags_open.patch \ - squid-2.5.STABLE1-ldap_group-compile.patch \ - squid-2.5.STABLE1-aufs_performance.patch \ - squid-2.5.STABLE1-RunCache.patch \ - squid-2.5.STABLE1-rebuild_assert.patch \ - squid-2.5.STABLE1-offline_mode.patch \ - squid-2.5.STABLE1-S.patch \ - squid-2.5.STABLE1-chroot.patch \ - squid-2.5.STABLE1-aufs_reentrant.patch\ - squid-2.5.STABLE1-relnote11.patch \ - squid-2.5.STABLE1-ldap_group.patch \ - squid-2.5.STABLE1-offline_toggle.patch \ - squid-2.5.STABLE1-failure_ratio.patch \ - squid-2.5.STABLE1-hostnames.patch \ - squid-2.5.STABLE1-sbrk.patch \ - squid-2.5.STABLE1-log_mime_hdrs.patch \ - squid-2.5.STABLE1-peer_select_alg.patch \ - squid-2.5.STABLE1-mempoolstat.patch \ - squid-2.5.STABLE1-copy_offset.patch \ - squid-2.5.STABLE1-select_fds_hist.patch \ - squid-2.5.STABLE1-select_stat.patch \ - squid-2.5.STABLE1-pidfile.patch \ - squid-2.5.STABLE1-http_reply_max_size.patch \ - squid-2.5.STABLE1-cachemgr_non_get.patch \ - squid-2.5.STABLE1-authsheme_realloc.patch \ - squid-2.5.STABLE1-ftp_abort.patch \ - squid-2.5.STABLE1-helper_stats.patch \ - squid-2.5.STABLE1-delay_pools_docs.patch \ - squid-2.5.STABLE1-auth_connection.patch \ - squid-2.5.STABLE1-authenticate_program_docs.patch \ - squid-2.5.STABLE1-with_aufs_threads_trap.patch \ - squid-2.5.STABLE1-shutdown_assert.patch \ - squid-2.5.STABLE1-cachemgr_passwd.patch \ - squid-2.5.STABLE1-etc_hosts_fdleak.patch \ - squid-2.5.STABLE1-openssl097.patch \ - squid-2.5.STABLE1-HEAD_bad_headers.patch \ - squid-2.5.STABLE1-time_acl_list.patch \ - squid-2.5.STABLE1-CONNECT_pipeline.patch \ - squid-2.5.STABLE1-winbind.patch \ - squid-2.5.STABLE1-mib.patch \ - squid-2.5.STABLE1-error-http-ident.patch \ - squid-2.5.STABLE1-distclean_icons.patch \ - squid-2.5.STABLE1-external_acl_auth_segfault.patch \ - squid-2.5.STABLE1-auth_digest.patch \ - squid-2.5.STABLE1-external_acl_user.patch - -MAINTAINER= adrian@freebsd.org -COMMENT= The successful WWW proxy cache and accelerator - -DIST_SUBDIR= squid2.5 -PATCH_DIST_STRIP= -p1 -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_REINPLACE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --datadir=${PREFIX}/etc/squid/ \ - --localstatedir=${PREFIX}/squid \ - --enable-storeio="ufs diskd null" \ - --enable-removal-policies="lru heap" \ - --enable-auth=basic --enable-basic-auth-helpers="NCSA PAM YP" \ - --enable-external-acl-helpers="ip_user unix_group" \ - --enable-underscores - -STRIP= # won't install scripts correctly otherwise. -MAKEFILE= Makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE_ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Turn on SSL server support for reverse proxies -#CONFIGURE_ARGS+= --enable-ssl -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -post-install: -# I don't think many people use the pinger nowadays, and if you -# do you'll want squid in its own group so as to restrict access -# to it. -# 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 - @if [ ! -d ${PREFIX}/squid/logs ]; then \ - ${MKDIR} ${PREFIX}/squid/logs; \ - ${CHOWN} nobody:nogroup ${PREFIX}/squid/logs; \ - fi - @if [ ! -d ${PREFIX}/squid/cache ]; then \ - ${MKDIR} ${PREFIX}/squid/cache; \ - ${CHOWN} nobody:nogroup ${PREFIX}/squid/cache; \ - fi - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/squid.sh ${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 37f1e24c31e1..000000000000 --- a/www/squid30/distinfo +++ /dev/null @@ -1,69 +0,0 @@ -MD5 (squid2.5/squid-2.5.STABLE1.tar.gz) = cd26774cd917842a689fee5f76c8d752 -MD5 (squid2.5/squid-2.5.STABLE1-CONNECT_pipeline.patch) = ca83a0cec8b3fd3b01ac5bc04f68dbac -MD5 (squid2.5/squid-2.5.STABLE1-HEAD_bad_headers.patch) = 2b9577757d49f30f7d654303afdf6d53 -MD5 (squid2.5/squid-2.5.STABLE1-RunCache.patch) = 398e65c2ba646955c8da85b78094b5df -MD5 (squid2.5/squid-2.5.STABLE1-S.patch) = 169f0893ed7a4dc6565400f2e2c1ce59 -MD5 (squid2.5/squid-2.5.STABLE1-acl_leak.patch) = 4560a1f09fec829e1c76bce436d464f3 -MD5 (squid2.5/squid-2.5.STABLE1-addlang.patch) = bbc7a67e9ebfe80e3c2e3d1cb487fa8e -MD5 (squid2.5/squid-2.5.STABLE1-aufs.patch) = 6fcc60011da9e4cc52edde8570567360 -MD5 (squid2.5/squid-2.5.STABLE1-aufs_performance.patch) = 2e31a2decf450aeeb47e3d41386c00c4 -MD5 (squid2.5/squid-2.5.STABLE1-aufs_reentrant.patch) = d1f81faa3bed2eae8296f977dff22d94 -MD5 (squid2.5/squid-2.5.STABLE1-auth-proxy.patch) = 2257795597d0efb514ae93b32f4c05b4 -MD5 (squid2.5/squid-2.5.STABLE1-auth_connection.patch) = 91d5dea19cb440c8546d44f4c37e8612 -MD5 (squid2.5/squid-2.5.STABLE1-auth_digest.patch) = 3e4a18cb9700982a0f0eed6256a335f6 -MD5 (squid2.5/squid-2.5.STABLE1-authenticate_program_docs.patch) = 8ad129869c83de654d1e060da1b0c3fd -MD5 (squid2.5/squid-2.5.STABLE1-authsheme_realloc.patch) = 459972ade51eb84a613ab91eabdcb98a -MD5 (squid2.5/squid-2.5.STABLE1-cache_dir_docs.patch) = 8b566c98a39b0abda2d02c0f84e647ee -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr.patch) = bd23aedd830ee640214deca512a20f02 -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr_non_get.patch) = 824b8c217eacfd39130bdf12c986616e -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr_passwd.patch) = e5d2415965b2488cd2a8f20a05b4dcbc -MD5 (squid2.5/squid-2.5.STABLE1-chroot.patch) = 2194c0654750ba2ae40d69915219c101 -MD5 (squid2.5/squid-2.5.STABLE1-copy_offset.patch) = 6db1e444d8c689454afca1588758d62f -MD5 (squid2.5/squid-2.5.STABLE1-delay_pools_docs.patch) = 7f3a5ce77fe88147973b9507dbe90ffe -MD5 (squid2.5/squid-2.5.STABLE1-disable-http-violations.patch) = 4bfd3394c230251142c9e71f4b0e3cd3 -MD5 (squid2.5/squid-2.5.STABLE1-disable-ident-lookups.patch) = 20ca75a8e4f54b23f7b545b1cf718725 -MD5 (squid2.5/squid-2.5.STABLE1-distclean_icons.patch) = 24f8441eee716306b2a2cc39df9a3da9 -MD5 (squid2.5/squid-2.5.STABLE1-dnsserver.patch) = cb59578ca314d02416e0d003c3ce1392 -MD5 (squid2.5/squid-2.5.STABLE1-error-http-ident.patch) = b7a830caaea83d1180987b266fefa21b -MD5 (squid2.5/squid-2.5.STABLE1-etc_hosts_fdleak.patch) = 19589dbe950da368d82731fd9a60a1b7 -MD5 (squid2.5/squid-2.5.STABLE1-ext_acl_comma.patch) = b4ffef406d12c46e04758b68ffb488d0 -MD5 (squid2.5/squid-2.5.STABLE1-ext_acl_exit.patch) = ad21c15264fc04bfdd71d55139f65873 -MD5 (squid2.5/squid-2.5.STABLE1-external_acl_auth_segfault.patch) = d7c5351561d2043e33efb4166b117c21 -MD5 (squid2.5/squid-2.5.STABLE1-external_acl_user.patch) = 43471b9bb938f39830ef88b874e1606b -MD5 (squid2.5/squid-2.5.STABLE1-failure_ratio.patch) = c1d3cb32fb7c98188739f713cc56d293 -MD5 (squid2.5/squid-2.5.STABLE1-flags_open.patch) = 1244c407e18214c9bcce2850d1e3017e -MD5 (squid2.5/squid-2.5.STABLE1-ftp_abort.patch) = 7bfff3692a1fc2f63e4f8d321739afe3 -MD5 (squid2.5/squid-2.5.STABLE1-helper_stats.patch) = 1766a70f3ea668cfd1b8805a7bb9658d -MD5 (squid2.5/squid-2.5.STABLE1-hostnames.patch) = 6b6131ee4e4338777fad5fb3de36def6 -MD5 (squid2.5/squid-2.5.STABLE1-http_reply_max_size.patch) = ea43808f8ae5c3152d07f25165642d6c -MD5 (squid2.5/squid-2.5.STABLE1-ldap_auth.patch) = 91a4409f13bad84ae652c805321a5c59 -MD5 (squid2.5/squid-2.5.STABLE1-ldap_group-compile.patch) = b2f4521b2db281606ce4b029cfcb44ca -MD5 (squid2.5/squid-2.5.STABLE1-ldap_group.patch) = 334816023b46b549eb3f91bee8489632 -MD5 (squid2.5/squid-2.5.STABLE1-load_icons.patch) = 384b266ee4c26a2adaa3f498c52c4b34 -MD5 (squid2.5/squid-2.5.STABLE1-log_mime_hdrs.patch) = 7b644e4a5bd5019d23e5b4a272ff2218 -MD5 (squid2.5/squid-2.5.STABLE1-max_user_ip.patch) = 93530cfd9522bbf37321bc6f451179f5 -MD5 (squid2.5/squid-2.5.STABLE1-mempoolstat.patch) = f70a939e15dbe603eaacc2c2fdf828f1 -MD5 (squid2.5/squid-2.5.STABLE1-memstat.patch) = 108bf9f57424147ac408451476d5ba2f -MD5 (squid2.5/squid-2.5.STABLE1-mib.patch) = a8303ef80e36be85e6eca5c4d4812b1f -MD5 (squid2.5/squid-2.5.STABLE1-offline_mode.patch) = 056611c14992fca7b19b0770c5cbe847 -MD5 (squid2.5/squid-2.5.STABLE1-offline_toggle.patch) = 82c557be22c2137e4cc655d9608c8be6 -MD5 (squid2.5/squid-2.5.STABLE1-openssl097.patch) = 1a985987c5c483a746d2210118cdfc10 -MD5 (squid2.5/squid-2.5.STABLE1-peer_select_alg.patch) = 653477b8452e71ed9cc520bff091e050 -MD5 (squid2.5/squid-2.5.STABLE1-pidfile.patch) = 4c1054de8084536366e7d76cbc02f0c3 -MD5 (squid2.5/squid-2.5.STABLE1-proxy_auth.patch) = 9a1b998e289969ffe2a6e6ad2c8d1c84 -MD5 (squid2.5/squid-2.5.STABLE1-pthreads.patch) = 2edfea9977fc28deca9fef64ea801b75 -MD5 (squid2.5/squid-2.5.STABLE1-rebuild_assert.patch) = ec7ccb2dddb988833535f3f435f3c031 -MD5 (squid2.5/squid-2.5.STABLE1-referer_log.patch) = 23609e99750fd9776b0917a4a2e17bec -MD5 (squid2.5/squid-2.5.STABLE1-relnote11.patch) = a6fb9274e7ff481e4bfba2710f0bc5b9 -MD5 (squid2.5/squid-2.5.STABLE1-request_entity.patch) = 102363b0e9e3839affde7d5d18ed5861 -MD5 (squid2.5/squid-2.5.STABLE1-sbrk.patch) = b30196b75ad99c0bb3a04969b781783e -MD5 (squid2.5/squid-2.5.STABLE1-select_fds_hist.patch) = 9bc8a9fdb24c489a30e8fb89da225aae -MD5 (squid2.5/squid-2.5.STABLE1-select_stat.patch) = b22ca68a607c2d2886608a2403aa7330 -MD5 (squid2.5/squid-2.5.STABLE1-shutdown_assert.patch) = 4d9780df39841711d2ef15fe545d4094 -MD5 (squid2.5/squid-2.5.STABLE1-spaces.patch) = 127806aba2c83a5247b7da9c921fa86e -MD5 (squid2.5/squid-2.5.STABLE1-strwordtok.patch) = 0bee5a5b7bbebfde2130c4d588ce6b5f -MD5 (squid2.5/squid-2.5.STABLE1-time_acl_list.patch) = a98e25cb3af1f0e1186a4604ebadfd96 -MD5 (squid2.5/squid-2.5.STABLE1-uninstall.patch) = 453ad78fd4a9297546f0ac78c43982d5 -MD5 (squid2.5/squid-2.5.STABLE1-wccp.patch) = a6fce0040ddecad6316131ddedd462cc -MD5 (squid2.5/squid-2.5.STABLE1-winbind.patch) = b5ebcecc27559d5909ca7fa19275bcdf -MD5 (squid2.5/squid-2.5.STABLE1-with_aufs_threads_trap.patch) = 2b49b62af3bcf911260948eb3cabf768 diff --git a/www/squid30/files/squid.sh b/www/squid30/files/squid.sh deleted file mode 100644 index 40f655b04f27..000000000000 --- a/www/squid30/files/squid.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' - fi - ;; -stop) - ${PREFIX}/sbin/squid -k shutdown 2>&1 - # Uncomment this if you'd like the system to (attempt to - # wait for) squid to shut down cleanly - #echo "Sleeping for 45 seconds to allow squid to shutdown.." - #sleep 45 - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/squid30/pkg-descr b/www/squid30/pkg-descr deleted file mode 100644 index a030d6c271b8..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@squid-cache.org>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://www.squid-cache.org/ diff --git a/www/squid30/pkg-install b/www/squid30/pkg-install deleted file mode 100644 index 82f6605be3a2..000000000000 --- a/www/squid30/pkg-install +++ /dev/null @@ -1,45 +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 " o Note that before you can run ${PKGNAME} you will" - echo " need to initialise the cache directory." - echo " You can do this by typing \"squid -z\"." - 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 bf5ed94f3782..000000000000 --- a/www/squid30/pkg-plist +++ /dev/null @@ -1,870 +0,0 @@ -etc/rc.d/squid.sh -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/errors/Bulgarian/ERR_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CANNOT_FORWARD -etc/squid/errors/Bulgarian/ERR_CONNECT_FAIL -etc/squid/errors/Bulgarian/ERR_DNS_FAIL -etc/squid/errors/Bulgarian/ERR_FORWARDING_DENIED -etc/squid/errors/Bulgarian/ERR_FTP_DISABLED -etc/squid/errors/Bulgarian/ERR_FTP_FAILURE -etc/squid/errors/Bulgarian/ERR_FTP_FORBIDDEN -etc/squid/errors/Bulgarian/ERR_FTP_NOT_FOUND -etc/squid/errors/Bulgarian/ERR_FTP_PUT_CREATED -etc/squid/errors/Bulgarian/ERR_FTP_PUT_ERROR -etc/squid/errors/Bulgarian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Bulgarian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Bulgarian/ERR_INVALID_REQ -etc/squid/errors/Bulgarian/ERR_INVALID_URL -etc/squid/errors/Bulgarian/ERR_LIFETIME_EXP -etc/squid/errors/Bulgarian/ERR_NO_RELAY -etc/squid/errors/Bulgarian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Bulgarian/ERR_READ_ERROR -etc/squid/errors/Bulgarian/ERR_READ_TIMEOUT -etc/squid/errors/Bulgarian/ERR_SHUTTING_DOWN -etc/squid/errors/Bulgarian/ERR_SOCKET_FAILURE -etc/squid/errors/Bulgarian/ERR_TOO_BIG -etc/squid/errors/Bulgarian/ERR_UNSUP_REQ -etc/squid/errors/Bulgarian/ERR_URN_RESOLVE -etc/squid/errors/Bulgarian/ERR_WRITE_ERROR -etc/squid/errors/Bulgarian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Catalan/ERR_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CANNOT_FORWARD -etc/squid/errors/Catalan/ERR_CONNECT_FAIL -etc/squid/errors/Catalan/ERR_DNS_FAIL -etc/squid/errors/Catalan/ERR_FORWARDING_DENIED -etc/squid/errors/Catalan/ERR_FTP_DISABLED -etc/squid/errors/Catalan/ERR_FTP_FAILURE -etc/squid/errors/Catalan/ERR_FTP_FORBIDDEN -etc/squid/errors/Catalan/ERR_FTP_NOT_FOUND -etc/squid/errors/Catalan/ERR_FTP_PUT_CREATED -etc/squid/errors/Catalan/ERR_FTP_PUT_ERROR -etc/squid/errors/Catalan/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Catalan/ERR_FTP_UNAVAILABLE -etc/squid/errors/Catalan/ERR_INVALID_REQ -etc/squid/errors/Catalan/ERR_INVALID_URL -etc/squid/errors/Catalan/ERR_LIFETIME_EXP -etc/squid/errors/Catalan/ERR_NO_RELAY -etc/squid/errors/Catalan/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Catalan/ERR_READ_ERROR -etc/squid/errors/Catalan/ERR_READ_TIMEOUT -etc/squid/errors/Catalan/ERR_SHUTTING_DOWN -etc/squid/errors/Catalan/ERR_SOCKET_FAILURE -etc/squid/errors/Catalan/ERR_TOO_BIG -etc/squid/errors/Catalan/ERR_UNSUP_REQ -etc/squid/errors/Catalan/ERR_URN_RESOLVE -etc/squid/errors/Catalan/ERR_WRITE_ERROR -etc/squid/errors/Catalan/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Czech/ERR_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CANNOT_FORWARD -etc/squid/errors/Czech/ERR_CONNECT_FAIL -etc/squid/errors/Czech/ERR_DNS_FAIL -etc/squid/errors/Czech/ERR_FORWARDING_DENIED -etc/squid/errors/Czech/ERR_FTP_DISABLED -etc/squid/errors/Czech/ERR_FTP_FAILURE -etc/squid/errors/Czech/ERR_FTP_FORBIDDEN -etc/squid/errors/Czech/ERR_FTP_NOT_FOUND -etc/squid/errors/Czech/ERR_FTP_PUT_CREATED -etc/squid/errors/Czech/ERR_FTP_PUT_ERROR -etc/squid/errors/Czech/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Czech/ERR_FTP_UNAVAILABLE -etc/squid/errors/Czech/ERR_INVALID_REQ -etc/squid/errors/Czech/ERR_INVALID_URL -etc/squid/errors/Czech/ERR_LIFETIME_EXP -etc/squid/errors/Czech/ERR_NO_RELAY -etc/squid/errors/Czech/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Czech/ERR_READ_ERROR -etc/squid/errors/Czech/ERR_READ_TIMEOUT -etc/squid/errors/Czech/ERR_SHUTTING_DOWN -etc/squid/errors/Czech/ERR_SOCKET_FAILURE -etc/squid/errors/Czech/ERR_TOO_BIG -etc/squid/errors/Czech/ERR_UNSUP_REQ -etc/squid/errors/Czech/ERR_URN_RESOLVE -etc/squid/errors/Czech/ERR_WRITE_ERROR -etc/squid/errors/Czech/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Danish/ERR_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CANNOT_FORWARD -etc/squid/errors/Danish/ERR_CONNECT_FAIL -etc/squid/errors/Danish/ERR_DNS_FAIL -etc/squid/errors/Danish/ERR_FORWARDING_DENIED -etc/squid/errors/Danish/ERR_FTP_DISABLED -etc/squid/errors/Danish/ERR_FTP_FAILURE -etc/squid/errors/Danish/ERR_FTP_FORBIDDEN -etc/squid/errors/Danish/ERR_FTP_NOT_FOUND -etc/squid/errors/Danish/ERR_FTP_PUT_CREATED -etc/squid/errors/Danish/ERR_FTP_PUT_ERROR -etc/squid/errors/Danish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Danish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Danish/ERR_INVALID_REQ -etc/squid/errors/Danish/ERR_INVALID_URL -etc/squid/errors/Danish/ERR_LIFETIME_EXP -etc/squid/errors/Danish/ERR_NO_RELAY -etc/squid/errors/Danish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Danish/ERR_READ_ERROR -etc/squid/errors/Danish/ERR_READ_TIMEOUT -etc/squid/errors/Danish/ERR_SHUTTING_DOWN -etc/squid/errors/Danish/ERR_SOCKET_FAILURE -etc/squid/errors/Danish/ERR_TOO_BIG -etc/squid/errors/Danish/ERR_UNSUP_REQ -etc/squid/errors/Danish/ERR_URN_RESOLVE -etc/squid/errors/Danish/ERR_WRITE_ERROR -etc/squid/errors/Danish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Dutch/ERR_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CANNOT_FORWARD -etc/squid/errors/Dutch/ERR_CONNECT_FAIL -etc/squid/errors/Dutch/ERR_DNS_FAIL -etc/squid/errors/Dutch/ERR_FORWARDING_DENIED -etc/squid/errors/Dutch/ERR_FTP_DISABLED -etc/squid/errors/Dutch/ERR_FTP_FAILURE -etc/squid/errors/Dutch/ERR_FTP_FORBIDDEN -etc/squid/errors/Dutch/ERR_FTP_NOT_FOUND -etc/squid/errors/Dutch/ERR_FTP_PUT_CREATED -etc/squid/errors/Dutch/ERR_FTP_PUT_ERROR -etc/squid/errors/Dutch/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Dutch/ERR_FTP_UNAVAILABLE -etc/squid/errors/Dutch/ERR_INVALID_REQ -etc/squid/errors/Dutch/ERR_INVALID_URL -etc/squid/errors/Dutch/ERR_LIFETIME_EXP -etc/squid/errors/Dutch/ERR_NO_RELAY -etc/squid/errors/Dutch/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Dutch/ERR_READ_ERROR -etc/squid/errors/Dutch/ERR_READ_TIMEOUT -etc/squid/errors/Dutch/ERR_SHUTTING_DOWN -etc/squid/errors/Dutch/ERR_SOCKET_FAILURE -etc/squid/errors/Dutch/ERR_TOO_BIG -etc/squid/errors/Dutch/ERR_UNSUP_REQ -etc/squid/errors/Dutch/ERR_URN_RESOLVE -etc/squid/errors/Dutch/ERR_WRITE_ERROR -etc/squid/errors/Dutch/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/English/ERR_ACCESS_DENIED -etc/squid/errors/English/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/English/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/English/ERR_CANNOT_FORWARD -etc/squid/errors/English/ERR_CONNECT_FAIL -etc/squid/errors/English/ERR_DNS_FAIL -etc/squid/errors/English/ERR_FORWARDING_DENIED -etc/squid/errors/English/ERR_FTP_DISABLED -etc/squid/errors/English/ERR_FTP_FAILURE -etc/squid/errors/English/ERR_FTP_FORBIDDEN -etc/squid/errors/English/ERR_FTP_NOT_FOUND -etc/squid/errors/English/ERR_FTP_PUT_CREATED -etc/squid/errors/English/ERR_FTP_PUT_ERROR -etc/squid/errors/English/ERR_FTP_PUT_MODIFIED -etc/squid/errors/English/ERR_FTP_UNAVAILABLE -etc/squid/errors/English/ERR_INVALID_REQ -etc/squid/errors/English/ERR_INVALID_URL -etc/squid/errors/English/ERR_LIFETIME_EXP -etc/squid/errors/English/ERR_NO_RELAY -etc/squid/errors/English/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/English/ERR_READ_ERROR -etc/squid/errors/English/ERR_READ_TIMEOUT -etc/squid/errors/English/ERR_SHUTTING_DOWN -etc/squid/errors/English/ERR_SOCKET_FAILURE -etc/squid/errors/English/ERR_TOO_BIG -etc/squid/errors/English/ERR_UNSUP_REQ -etc/squid/errors/English/ERR_URN_RESOLVE -etc/squid/errors/English/ERR_WRITE_ERROR -etc/squid/errors/English/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Estonian/ERR_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CANNOT_FORWARD -etc/squid/errors/Estonian/ERR_CONNECT_FAIL -etc/squid/errors/Estonian/ERR_DNS_FAIL -etc/squid/errors/Estonian/ERR_FORWARDING_DENIED -etc/squid/errors/Estonian/ERR_FTP_DISABLED -etc/squid/errors/Estonian/ERR_FTP_FAILURE -etc/squid/errors/Estonian/ERR_FTP_FORBIDDEN -etc/squid/errors/Estonian/ERR_FTP_NOT_FOUND -etc/squid/errors/Estonian/ERR_FTP_PUT_CREATED -etc/squid/errors/Estonian/ERR_FTP_PUT_ERROR -etc/squid/errors/Estonian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Estonian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Estonian/ERR_INVALID_REQ -etc/squid/errors/Estonian/ERR_INVALID_URL -etc/squid/errors/Estonian/ERR_LIFETIME_EXP -etc/squid/errors/Estonian/ERR_NO_RELAY -etc/squid/errors/Estonian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Estonian/ERR_READ_ERROR -etc/squid/errors/Estonian/ERR_READ_TIMEOUT -etc/squid/errors/Estonian/ERR_SHUTTING_DOWN -etc/squid/errors/Estonian/ERR_SOCKET_FAILURE -etc/squid/errors/Estonian/ERR_TOO_BIG -etc/squid/errors/Estonian/ERR_UNSUP_REQ -etc/squid/errors/Estonian/ERR_URN_RESOLVE -etc/squid/errors/Estonian/ERR_WRITE_ERROR -etc/squid/errors/Estonian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Finnish/ERR_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CANNOT_FORWARD -etc/squid/errors/Finnish/ERR_CONNECT_FAIL -etc/squid/errors/Finnish/ERR_DNS_FAIL -etc/squid/errors/Finnish/ERR_FORWARDING_DENIED -etc/squid/errors/Finnish/ERR_FTP_DISABLED -etc/squid/errors/Finnish/ERR_FTP_FAILURE -etc/squid/errors/Finnish/ERR_FTP_FORBIDDEN -etc/squid/errors/Finnish/ERR_FTP_NOT_FOUND -etc/squid/errors/Finnish/ERR_FTP_PUT_CREATED -etc/squid/errors/Finnish/ERR_FTP_PUT_ERROR -etc/squid/errors/Finnish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Finnish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Finnish/ERR_INVALID_REQ -etc/squid/errors/Finnish/ERR_INVALID_URL -etc/squid/errors/Finnish/ERR_LIFETIME_EXP -etc/squid/errors/Finnish/ERR_NO_RELAY -etc/squid/errors/Finnish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Finnish/ERR_READ_ERROR -etc/squid/errors/Finnish/ERR_READ_TIMEOUT -etc/squid/errors/Finnish/ERR_SHUTTING_DOWN -etc/squid/errors/Finnish/ERR_SOCKET_FAILURE -etc/squid/errors/Finnish/ERR_TOO_BIG -etc/squid/errors/Finnish/ERR_UNSUP_REQ -etc/squid/errors/Finnish/ERR_URN_RESOLVE -etc/squid/errors/Finnish/ERR_WRITE_ERROR -etc/squid/errors/Finnish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/French/ERR_ACCESS_DENIED -etc/squid/errors/French/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/French/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/French/ERR_CANNOT_FORWARD -etc/squid/errors/French/ERR_CONNECT_FAIL -etc/squid/errors/French/ERR_DNS_FAIL -etc/squid/errors/French/ERR_FORWARDING_DENIED -etc/squid/errors/French/ERR_FTP_DISABLED -etc/squid/errors/French/ERR_FTP_FAILURE -etc/squid/errors/French/ERR_FTP_FORBIDDEN -etc/squid/errors/French/ERR_FTP_NOT_FOUND -etc/squid/errors/French/ERR_FTP_PUT_CREATED -etc/squid/errors/French/ERR_FTP_PUT_ERROR -etc/squid/errors/French/ERR_FTP_PUT_MODIFIED -etc/squid/errors/French/ERR_FTP_UNAVAILABLE -etc/squid/errors/French/ERR_INVALID_REQ -etc/squid/errors/French/ERR_INVALID_URL -etc/squid/errors/French/ERR_LIFETIME_EXP -etc/squid/errors/French/ERR_NO_RELAY -etc/squid/errors/French/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/French/ERR_READ_ERROR -etc/squid/errors/French/ERR_READ_TIMEOUT -etc/squid/errors/French/ERR_SHUTTING_DOWN -etc/squid/errors/French/ERR_SOCKET_FAILURE -etc/squid/errors/French/ERR_TOO_BIG -etc/squid/errors/French/ERR_UNSUP_REQ -etc/squid/errors/French/ERR_URN_RESOLVE -etc/squid/errors/French/ERR_WRITE_ERROR -etc/squid/errors/French/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/German/ERR_ACCESS_DENIED -etc/squid/errors/German/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/German/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/German/ERR_CANNOT_FORWARD -etc/squid/errors/German/ERR_CONNECT_FAIL -etc/squid/errors/German/ERR_DNS_FAIL -etc/squid/errors/German/ERR_FORWARDING_DENIED -etc/squid/errors/German/ERR_FTP_DISABLED -etc/squid/errors/German/ERR_FTP_FAILURE -etc/squid/errors/German/ERR_FTP_FORBIDDEN -etc/squid/errors/German/ERR_FTP_NOT_FOUND -etc/squid/errors/German/ERR_FTP_PUT_CREATED -etc/squid/errors/German/ERR_FTP_PUT_ERROR -etc/squid/errors/German/ERR_FTP_PUT_MODIFIED -etc/squid/errors/German/ERR_FTP_UNAVAILABLE -etc/squid/errors/German/ERR_INVALID_REQ -etc/squid/errors/German/ERR_INVALID_URL -etc/squid/errors/German/ERR_LIFETIME_EXP -etc/squid/errors/German/ERR_NO_RELAY -etc/squid/errors/German/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/German/ERR_READ_ERROR -etc/squid/errors/German/ERR_READ_TIMEOUT -etc/squid/errors/German/ERR_SHUTTING_DOWN -etc/squid/errors/German/ERR_SOCKET_FAILURE -etc/squid/errors/German/ERR_TOO_BIG -etc/squid/errors/German/ERR_UNSUP_REQ -etc/squid/errors/German/ERR_URN_RESOLVE -etc/squid/errors/German/ERR_WRITE_ERROR -etc/squid/errors/German/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Hebrew/ERR_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CANNOT_FORWARD -etc/squid/errors/Hebrew/ERR_CONNECT_FAIL -etc/squid/errors/Hebrew/ERR_DNS_FAIL -etc/squid/errors/Hebrew/ERR_FORWARDING_DENIED -etc/squid/errors/Hebrew/ERR_FTP_DISABLED -etc/squid/errors/Hebrew/ERR_FTP_FAILURE -etc/squid/errors/Hebrew/ERR_FTP_FORBIDDEN -etc/squid/errors/Hebrew/ERR_FTP_NOT_FOUND -etc/squid/errors/Hebrew/ERR_FTP_PUT_CREATED -etc/squid/errors/Hebrew/ERR_FTP_PUT_ERROR -etc/squid/errors/Hebrew/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Hebrew/ERR_FTP_UNAVAILABLE -etc/squid/errors/Hebrew/ERR_INVALID_REQ -etc/squid/errors/Hebrew/ERR_INVALID_URL -etc/squid/errors/Hebrew/ERR_LIFETIME_EXP -etc/squid/errors/Hebrew/ERR_NO_RELAY -etc/squid/errors/Hebrew/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Hebrew/ERR_READ_ERROR -etc/squid/errors/Hebrew/ERR_READ_TIMEOUT -etc/squid/errors/Hebrew/ERR_SHUTTING_DOWN -etc/squid/errors/Hebrew/ERR_SOCKET_FAILURE -etc/squid/errors/Hebrew/ERR_TOO_BIG -etc/squid/errors/Hebrew/ERR_UNSUP_REQ -etc/squid/errors/Hebrew/ERR_URN_RESOLVE -etc/squid/errors/Hebrew/ERR_WRITE_ERROR -etc/squid/errors/Hebrew/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Hungarian/ERR_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CANNOT_FORWARD -etc/squid/errors/Hungarian/ERR_CONNECT_FAIL -etc/squid/errors/Hungarian/ERR_DNS_FAIL -etc/squid/errors/Hungarian/ERR_FORWARDING_DENIED -etc/squid/errors/Hungarian/ERR_FTP_DISABLED -etc/squid/errors/Hungarian/ERR_FTP_FAILURE -etc/squid/errors/Hungarian/ERR_FTP_FORBIDDEN -etc/squid/errors/Hungarian/ERR_FTP_NOT_FOUND -etc/squid/errors/Hungarian/ERR_FTP_PUT_CREATED -etc/squid/errors/Hungarian/ERR_FTP_PUT_ERROR -etc/squid/errors/Hungarian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Hungarian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Hungarian/ERR_INVALID_REQ -etc/squid/errors/Hungarian/ERR_INVALID_URL -etc/squid/errors/Hungarian/ERR_LIFETIME_EXP -etc/squid/errors/Hungarian/ERR_NO_RELAY -etc/squid/errors/Hungarian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Hungarian/ERR_READ_ERROR -etc/squid/errors/Hungarian/ERR_READ_TIMEOUT -etc/squid/errors/Hungarian/ERR_SHUTTING_DOWN -etc/squid/errors/Hungarian/ERR_SOCKET_FAILURE -etc/squid/errors/Hungarian/ERR_TOO_BIG -etc/squid/errors/Hungarian/ERR_UNSUP_REQ -etc/squid/errors/Hungarian/ERR_URN_RESOLVE -etc/squid/errors/Hungarian/ERR_WRITE_ERROR -etc/squid/errors/Hungarian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Italian/ERR_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CANNOT_FORWARD -etc/squid/errors/Italian/ERR_CONNECT_FAIL -etc/squid/errors/Italian/ERR_DNS_FAIL -etc/squid/errors/Italian/ERR_FORWARDING_DENIED -etc/squid/errors/Italian/ERR_FTP_DISABLED -etc/squid/errors/Italian/ERR_FTP_FAILURE -etc/squid/errors/Italian/ERR_FTP_FORBIDDEN -etc/squid/errors/Italian/ERR_FTP_NOT_FOUND -etc/squid/errors/Italian/ERR_FTP_PUT_CREATED -etc/squid/errors/Italian/ERR_FTP_PUT_ERROR -etc/squid/errors/Italian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Italian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Italian/ERR_INVALID_REQ -etc/squid/errors/Italian/ERR_INVALID_URL -etc/squid/errors/Italian/ERR_LIFETIME_EXP -etc/squid/errors/Italian/ERR_NO_RELAY -etc/squid/errors/Italian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Italian/ERR_READ_ERROR -etc/squid/errors/Italian/ERR_READ_TIMEOUT -etc/squid/errors/Italian/ERR_SHUTTING_DOWN -etc/squid/errors/Italian/ERR_SOCKET_FAILURE -etc/squid/errors/Italian/ERR_TOO_BIG -etc/squid/errors/Italian/ERR_UNSUP_REQ -etc/squid/errors/Italian/ERR_URN_RESOLVE -etc/squid/errors/Italian/ERR_WRITE_ERROR -etc/squid/errors/Italian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Japanese/ERR_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CANNOT_FORWARD -etc/squid/errors/Japanese/ERR_CONNECT_FAIL -etc/squid/errors/Japanese/ERR_DNS_FAIL -etc/squid/errors/Japanese/ERR_FORWARDING_DENIED -etc/squid/errors/Japanese/ERR_FTP_DISABLED -etc/squid/errors/Japanese/ERR_FTP_FAILURE -etc/squid/errors/Japanese/ERR_FTP_FORBIDDEN -etc/squid/errors/Japanese/ERR_FTP_NOT_FOUND -etc/squid/errors/Japanese/ERR_FTP_PUT_CREATED -etc/squid/errors/Japanese/ERR_FTP_PUT_ERROR -etc/squid/errors/Japanese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Japanese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Japanese/ERR_INVALID_REQ -etc/squid/errors/Japanese/ERR_INVALID_URL -etc/squid/errors/Japanese/ERR_LIFETIME_EXP -etc/squid/errors/Japanese/ERR_NO_RELAY -etc/squid/errors/Japanese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Japanese/ERR_READ_ERROR -etc/squid/errors/Japanese/ERR_READ_TIMEOUT -etc/squid/errors/Japanese/ERR_SHUTTING_DOWN -etc/squid/errors/Japanese/ERR_SOCKET_FAILURE -etc/squid/errors/Japanese/ERR_TOO_BIG -etc/squid/errors/Japanese/ERR_UNSUP_REQ -etc/squid/errors/Japanese/ERR_URN_RESOLVE -etc/squid/errors/Japanese/ERR_WRITE_ERROR -etc/squid/errors/Japanese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Korean/ERR_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CANNOT_FORWARD -etc/squid/errors/Korean/ERR_CONNECT_FAIL -etc/squid/errors/Korean/ERR_DNS_FAIL -etc/squid/errors/Korean/ERR_FORWARDING_DENIED -etc/squid/errors/Korean/ERR_FTP_DISABLED -etc/squid/errors/Korean/ERR_FTP_FAILURE -etc/squid/errors/Korean/ERR_FTP_FORBIDDEN -etc/squid/errors/Korean/ERR_FTP_NOT_FOUND -etc/squid/errors/Korean/ERR_FTP_PUT_CREATED -etc/squid/errors/Korean/ERR_FTP_PUT_ERROR -etc/squid/errors/Korean/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Korean/ERR_FTP_UNAVAILABLE -etc/squid/errors/Korean/ERR_INVALID_REQ -etc/squid/errors/Korean/ERR_INVALID_URL -etc/squid/errors/Korean/ERR_LIFETIME_EXP -etc/squid/errors/Korean/ERR_NO_RELAY -etc/squid/errors/Korean/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Korean/ERR_READ_ERROR -etc/squid/errors/Korean/ERR_READ_TIMEOUT -etc/squid/errors/Korean/ERR_SHUTTING_DOWN -etc/squid/errors/Korean/ERR_SOCKET_FAILURE -etc/squid/errors/Korean/ERR_TOO_BIG -etc/squid/errors/Korean/ERR_UNSUP_REQ -etc/squid/errors/Korean/ERR_URN_RESOLVE -etc/squid/errors/Korean/ERR_WRITE_ERROR -etc/squid/errors/Korean/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Polish/ERR_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CANNOT_FORWARD -etc/squid/errors/Polish/ERR_CONNECT_FAIL -etc/squid/errors/Polish/ERR_DNS_FAIL -etc/squid/errors/Polish/ERR_FORWARDING_DENIED -etc/squid/errors/Polish/ERR_FTP_DISABLED -etc/squid/errors/Polish/ERR_FTP_FAILURE -etc/squid/errors/Polish/ERR_FTP_FORBIDDEN -etc/squid/errors/Polish/ERR_FTP_NOT_FOUND -etc/squid/errors/Polish/ERR_FTP_PUT_CREATED -etc/squid/errors/Polish/ERR_FTP_PUT_ERROR -etc/squid/errors/Polish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Polish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Polish/ERR_INVALID_REQ -etc/squid/errors/Polish/ERR_INVALID_URL -etc/squid/errors/Polish/ERR_LIFETIME_EXP -etc/squid/errors/Polish/ERR_NO_RELAY -etc/squid/errors/Polish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Polish/ERR_READ_ERROR -etc/squid/errors/Polish/ERR_READ_TIMEOUT -etc/squid/errors/Polish/ERR_SHUTTING_DOWN -etc/squid/errors/Polish/ERR_SOCKET_FAILURE -etc/squid/errors/Polish/ERR_TOO_BIG -etc/squid/errors/Polish/ERR_UNSUP_REQ -etc/squid/errors/Polish/ERR_URN_RESOLVE -etc/squid/errors/Polish/ERR_WRITE_ERROR -etc/squid/errors/Polish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Portuguese/ERR_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CANNOT_FORWARD -etc/squid/errors/Portuguese/ERR_CONNECT_FAIL -etc/squid/errors/Portuguese/ERR_DNS_FAIL -etc/squid/errors/Portuguese/ERR_FORWARDING_DENIED -etc/squid/errors/Portuguese/ERR_FTP_DISABLED -etc/squid/errors/Portuguese/ERR_FTP_FAILURE -etc/squid/errors/Portuguese/ERR_FTP_FORBIDDEN -etc/squid/errors/Portuguese/ERR_FTP_NOT_FOUND -etc/squid/errors/Portuguese/ERR_FTP_PUT_CREATED -etc/squid/errors/Portuguese/ERR_FTP_PUT_ERROR -etc/squid/errors/Portuguese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Portuguese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Portuguese/ERR_INVALID_REQ -etc/squid/errors/Portuguese/ERR_INVALID_URL -etc/squid/errors/Portuguese/ERR_LIFETIME_EXP -etc/squid/errors/Portuguese/ERR_NO_RELAY -etc/squid/errors/Portuguese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Portuguese/ERR_READ_ERROR -etc/squid/errors/Portuguese/ERR_READ_TIMEOUT -etc/squid/errors/Portuguese/ERR_SHUTTING_DOWN -etc/squid/errors/Portuguese/ERR_SOCKET_FAILURE -etc/squid/errors/Portuguese/ERR_TOO_BIG -etc/squid/errors/Portuguese/ERR_UNSUP_REQ -etc/squid/errors/Portuguese/ERR_URN_RESOLVE -etc/squid/errors/Portuguese/ERR_WRITE_ERROR -etc/squid/errors/Portuguese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Romanian/ERR_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CANNOT_FORWARD -etc/squid/errors/Romanian/ERR_CONNECT_FAIL -etc/squid/errors/Romanian/ERR_DNS_FAIL -etc/squid/errors/Romanian/ERR_FORWARDING_DENIED -etc/squid/errors/Romanian/ERR_FTP_DISABLED -etc/squid/errors/Romanian/ERR_FTP_FAILURE -etc/squid/errors/Romanian/ERR_FTP_FORBIDDEN -etc/squid/errors/Romanian/ERR_FTP_NOT_FOUND -etc/squid/errors/Romanian/ERR_FTP_PUT_CREATED -etc/squid/errors/Romanian/ERR_FTP_PUT_ERROR -etc/squid/errors/Romanian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Romanian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Romanian/ERR_INVALID_REQ -etc/squid/errors/Romanian/ERR_INVALID_URL -etc/squid/errors/Romanian/ERR_LIFETIME_EXP -etc/squid/errors/Romanian/ERR_NO_RELAY -etc/squid/errors/Romanian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Romanian/ERR_READ_ERROR -etc/squid/errors/Romanian/ERR_READ_TIMEOUT -etc/squid/errors/Romanian/ERR_SHUTTING_DOWN -etc/squid/errors/Romanian/ERR_SOCKET_FAILURE -etc/squid/errors/Romanian/ERR_TOO_BIG -etc/squid/errors/Romanian/ERR_UNSUP_REQ -etc/squid/errors/Romanian/ERR_URN_RESOLVE -etc/squid/errors/Romanian/ERR_WRITE_ERROR -etc/squid/errors/Romanian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Russian-1251/ERR_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CANNOT_FORWARD -etc/squid/errors/Russian-1251/ERR_CONNECT_FAIL -etc/squid/errors/Russian-1251/ERR_DNS_FAIL -etc/squid/errors/Russian-1251/ERR_FORWARDING_DENIED -etc/squid/errors/Russian-1251/ERR_FTP_DISABLED -etc/squid/errors/Russian-1251/ERR_FTP_FAILURE -etc/squid/errors/Russian-1251/ERR_FTP_FORBIDDEN -etc/squid/errors/Russian-1251/ERR_FTP_NOT_FOUND -etc/squid/errors/Russian-1251/ERR_FTP_PUT_CREATED -etc/squid/errors/Russian-1251/ERR_FTP_PUT_ERROR -etc/squid/errors/Russian-1251/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Russian-1251/ERR_FTP_UNAVAILABLE -etc/squid/errors/Russian-1251/ERR_INVALID_REQ -etc/squid/errors/Russian-1251/ERR_INVALID_URL -etc/squid/errors/Russian-1251/ERR_LIFETIME_EXP -etc/squid/errors/Russian-1251/ERR_NO_RELAY -etc/squid/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Russian-1251/ERR_READ_ERROR -etc/squid/errors/Russian-1251/ERR_READ_TIMEOUT -etc/squid/errors/Russian-1251/ERR_SHUTTING_DOWN -etc/squid/errors/Russian-1251/ERR_SOCKET_FAILURE -etc/squid/errors/Russian-1251/ERR_TOO_BIG -etc/squid/errors/Russian-1251/ERR_UNSUP_REQ -etc/squid/errors/Russian-1251/ERR_URN_RESOLVE -etc/squid/errors/Russian-1251/ERR_WRITE_ERROR -etc/squid/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Russian-koi8-r/ERR_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CANNOT_FORWARD -etc/squid/errors/Russian-koi8-r/ERR_CONNECT_FAIL -etc/squid/errors/Russian-koi8-r/ERR_DNS_FAIL -etc/squid/errors/Russian-koi8-r/ERR_FORWARDING_DENIED -etc/squid/errors/Russian-koi8-r/ERR_FTP_DISABLED -etc/squid/errors/Russian-koi8-r/ERR_FTP_FAILURE -etc/squid/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN -etc/squid/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE -etc/squid/errors/Russian-koi8-r/ERR_INVALID_REQ -etc/squid/errors/Russian-koi8-r/ERR_INVALID_URL -etc/squid/errors/Russian-koi8-r/ERR_LIFETIME_EXP -etc/squid/errors/Russian-koi8-r/ERR_NO_RELAY -etc/squid/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Russian-koi8-r/ERR_READ_ERROR -etc/squid/errors/Russian-koi8-r/ERR_READ_TIMEOUT -etc/squid/errors/Russian-koi8-r/ERR_SHUTTING_DOWN -etc/squid/errors/Russian-koi8-r/ERR_SOCKET_FAILURE -etc/squid/errors/Russian-koi8-r/ERR_TOO_BIG -etc/squid/errors/Russian-koi8-r/ERR_UNSUP_REQ -etc/squid/errors/Russian-koi8-r/ERR_URN_RESOLVE -etc/squid/errors/Russian-koi8-r/ERR_WRITE_ERROR -etc/squid/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Serbian/ERR_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CANNOT_FORWARD -etc/squid/errors/Serbian/ERR_CONNECT_FAIL -etc/squid/errors/Serbian/ERR_DNS_FAIL -etc/squid/errors/Serbian/ERR_FORWARDING_DENIED -etc/squid/errors/Serbian/ERR_FTP_DISABLED -etc/squid/errors/Serbian/ERR_FTP_FAILURE -etc/squid/errors/Serbian/ERR_FTP_FORBIDDEN -etc/squid/errors/Serbian/ERR_FTP_NOT_FOUND -etc/squid/errors/Serbian/ERR_FTP_PUT_CREATED -etc/squid/errors/Serbian/ERR_FTP_PUT_ERROR -etc/squid/errors/Serbian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Serbian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Serbian/ERR_INVALID_REQ -etc/squid/errors/Serbian/ERR_INVALID_URL -etc/squid/errors/Serbian/ERR_LIFETIME_EXP -etc/squid/errors/Serbian/ERR_NO_RELAY -etc/squid/errors/Serbian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Serbian/ERR_READ_ERROR -etc/squid/errors/Serbian/ERR_READ_TIMEOUT -etc/squid/errors/Serbian/ERR_SHUTTING_DOWN -etc/squid/errors/Serbian/ERR_SOCKET_FAILURE -etc/squid/errors/Serbian/ERR_TOO_BIG -etc/squid/errors/Serbian/ERR_UNSUP_REQ -etc/squid/errors/Serbian/ERR_URN_RESOLVE -etc/squid/errors/Serbian/ERR_WRITE_ERROR -etc/squid/errors/Serbian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Simplify_Chinese/ERR_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CANNOT_FORWARD -etc/squid/errors/Simplify_Chinese/ERR_CONNECT_FAIL -etc/squid/errors/Simplify_Chinese/ERR_DNS_FAIL -etc/squid/errors/Simplify_Chinese/ERR_FORWARDING_DENIED -etc/squid/errors/Simplify_Chinese/ERR_FTP_DISABLED -etc/squid/errors/Simplify_Chinese/ERR_FTP_FAILURE -etc/squid/errors/Simplify_Chinese/ERR_FTP_FORBIDDEN -etc/squid/errors/Simplify_Chinese/ERR_FTP_NOT_FOUND -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_CREATED -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_ERROR -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Simplify_Chinese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Simplify_Chinese/ERR_INVALID_REQ -etc/squid/errors/Simplify_Chinese/ERR_INVALID_URL -etc/squid/errors/Simplify_Chinese/ERR_LIFETIME_EXP -etc/squid/errors/Simplify_Chinese/ERR_NO_RELAY -etc/squid/errors/Simplify_Chinese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Simplify_Chinese/ERR_READ_ERROR -etc/squid/errors/Simplify_Chinese/ERR_READ_TIMEOUT -etc/squid/errors/Simplify_Chinese/ERR_SHUTTING_DOWN -etc/squid/errors/Simplify_Chinese/ERR_SOCKET_FAILURE -etc/squid/errors/Simplify_Chinese/ERR_TOO_BIG -etc/squid/errors/Simplify_Chinese/ERR_UNSUP_REQ -etc/squid/errors/Simplify_Chinese/ERR_URN_RESOLVE -etc/squid/errors/Simplify_Chinese/ERR_WRITE_ERROR -etc/squid/errors/Simplify_Chinese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Slovak/ERR_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CANNOT_FORWARD -etc/squid/errors/Slovak/ERR_CONNECT_FAIL -etc/squid/errors/Slovak/ERR_DNS_FAIL -etc/squid/errors/Slovak/ERR_FORWARDING_DENIED -etc/squid/errors/Slovak/ERR_FTP_DISABLED -etc/squid/errors/Slovak/ERR_FTP_FAILURE -etc/squid/errors/Slovak/ERR_FTP_FORBIDDEN -etc/squid/errors/Slovak/ERR_FTP_NOT_FOUND -etc/squid/errors/Slovak/ERR_FTP_PUT_CREATED -etc/squid/errors/Slovak/ERR_FTP_PUT_ERROR -etc/squid/errors/Slovak/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Slovak/ERR_FTP_UNAVAILABLE -etc/squid/errors/Slovak/ERR_INVALID_REQ -etc/squid/errors/Slovak/ERR_INVALID_URL -etc/squid/errors/Slovak/ERR_LIFETIME_EXP -etc/squid/errors/Slovak/ERR_NO_RELAY -etc/squid/errors/Slovak/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Slovak/ERR_READ_ERROR -etc/squid/errors/Slovak/ERR_READ_TIMEOUT -etc/squid/errors/Slovak/ERR_SHUTTING_DOWN -etc/squid/errors/Slovak/ERR_SOCKET_FAILURE -etc/squid/errors/Slovak/ERR_TOO_BIG -etc/squid/errors/Slovak/ERR_UNSUP_REQ -etc/squid/errors/Slovak/ERR_URN_RESOLVE -etc/squid/errors/Slovak/ERR_WRITE_ERROR -etc/squid/errors/Slovak/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Spanish/ERR_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CANNOT_FORWARD -etc/squid/errors/Spanish/ERR_CONNECT_FAIL -etc/squid/errors/Spanish/ERR_DNS_FAIL -etc/squid/errors/Spanish/ERR_FORWARDING_DENIED -etc/squid/errors/Spanish/ERR_FTP_DISABLED -etc/squid/errors/Spanish/ERR_FTP_FAILURE -etc/squid/errors/Spanish/ERR_FTP_FORBIDDEN -etc/squid/errors/Spanish/ERR_FTP_NOT_FOUND -etc/squid/errors/Spanish/ERR_FTP_PUT_CREATED -etc/squid/errors/Spanish/ERR_FTP_PUT_ERROR -etc/squid/errors/Spanish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Spanish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Spanish/ERR_INVALID_REQ -etc/squid/errors/Spanish/ERR_INVALID_URL -etc/squid/errors/Spanish/ERR_LIFETIME_EXP -etc/squid/errors/Spanish/ERR_NO_RELAY -etc/squid/errors/Spanish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Spanish/ERR_READ_ERROR -etc/squid/errors/Spanish/ERR_READ_TIMEOUT -etc/squid/errors/Spanish/ERR_SHUTTING_DOWN -etc/squid/errors/Spanish/ERR_SOCKET_FAILURE -etc/squid/errors/Spanish/ERR_TOO_BIG -etc/squid/errors/Spanish/ERR_UNSUP_REQ -etc/squid/errors/Spanish/ERR_URN_RESOLVE -etc/squid/errors/Spanish/ERR_WRITE_ERROR -etc/squid/errors/Spanish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Swedish/ERR_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CANNOT_FORWARD -etc/squid/errors/Swedish/ERR_CONNECT_FAIL -etc/squid/errors/Swedish/ERR_DNS_FAIL -etc/squid/errors/Swedish/ERR_FORWARDING_DENIED -etc/squid/errors/Swedish/ERR_FTP_DISABLED -etc/squid/errors/Swedish/ERR_FTP_FAILURE -etc/squid/errors/Swedish/ERR_FTP_FORBIDDEN -etc/squid/errors/Swedish/ERR_FTP_NOT_FOUND -etc/squid/errors/Swedish/ERR_FTP_PUT_CREATED -etc/squid/errors/Swedish/ERR_FTP_PUT_ERROR -etc/squid/errors/Swedish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Swedish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Swedish/ERR_INVALID_REQ -etc/squid/errors/Swedish/ERR_INVALID_URL -etc/squid/errors/Swedish/ERR_LIFETIME_EXP -etc/squid/errors/Swedish/ERR_NO_RELAY -etc/squid/errors/Swedish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Swedish/ERR_READ_ERROR -etc/squid/errors/Swedish/ERR_READ_TIMEOUT -etc/squid/errors/Swedish/ERR_SHUTTING_DOWN -etc/squid/errors/Swedish/ERR_SOCKET_FAILURE -etc/squid/errors/Swedish/ERR_TOO_BIG -etc/squid/errors/Swedish/ERR_UNSUP_REQ -etc/squid/errors/Swedish/ERR_URN_RESOLVE -etc/squid/errors/Swedish/ERR_WRITE_ERROR -etc/squid/errors/Swedish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Traditional_Chinese/ERR_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CANNOT_FORWARD -etc/squid/errors/Traditional_Chinese/ERR_CONNECT_FAIL -etc/squid/errors/Traditional_Chinese/ERR_DNS_FAIL -etc/squid/errors/Traditional_Chinese/ERR_FORWARDING_DENIED -etc/squid/errors/Traditional_Chinese/ERR_FTP_DISABLED -etc/squid/errors/Traditional_Chinese/ERR_FTP_FAILURE -etc/squid/errors/Traditional_Chinese/ERR_FTP_FORBIDDEN -etc/squid/errors/Traditional_Chinese/ERR_FTP_NOT_FOUND -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_CREATED -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_ERROR -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Traditional_Chinese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Traditional_Chinese/ERR_INVALID_REQ -etc/squid/errors/Traditional_Chinese/ERR_INVALID_URL -etc/squid/errors/Traditional_Chinese/ERR_LIFETIME_EXP -etc/squid/errors/Traditional_Chinese/ERR_NO_RELAY -etc/squid/errors/Traditional_Chinese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Traditional_Chinese/ERR_READ_ERROR -etc/squid/errors/Traditional_Chinese/ERR_READ_TIMEOUT -etc/squid/errors/Traditional_Chinese/ERR_SHUTTING_DOWN -etc/squid/errors/Traditional_Chinese/ERR_SOCKET_FAILURE -etc/squid/errors/Traditional_Chinese/ERR_TOO_BIG -etc/squid/errors/Traditional_Chinese/ERR_UNSUP_REQ -etc/squid/errors/Traditional_Chinese/ERR_URN_RESOLVE -etc/squid/errors/Traditional_Chinese/ERR_WRITE_ERROR -etc/squid/errors/Traditional_Chinese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Turkish/ERR_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CANNOT_FORWARD -etc/squid/errors/Turkish/ERR_CONNECT_FAIL -etc/squid/errors/Turkish/ERR_DNS_FAIL -etc/squid/errors/Turkish/ERR_FORWARDING_DENIED -etc/squid/errors/Turkish/ERR_FTP_DISABLED -etc/squid/errors/Turkish/ERR_FTP_FAILURE -etc/squid/errors/Turkish/ERR_FTP_FORBIDDEN -etc/squid/errors/Turkish/ERR_FTP_NOT_FOUND -etc/squid/errors/Turkish/ERR_FTP_PUT_CREATED -etc/squid/errors/Turkish/ERR_FTP_PUT_ERROR -etc/squid/errors/Turkish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Turkish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Turkish/ERR_INVALID_REQ -etc/squid/errors/Turkish/ERR_INVALID_URL -etc/squid/errors/Turkish/ERR_LIFETIME_EXP -etc/squid/errors/Turkish/ERR_NO_RELAY -etc/squid/errors/Turkish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Turkish/ERR_READ_ERROR -etc/squid/errors/Turkish/ERR_READ_TIMEOUT -etc/squid/errors/Turkish/ERR_SHUTTING_DOWN -etc/squid/errors/Turkish/ERR_SOCKET_FAILURE -etc/squid/errors/Turkish/ERR_TOO_BIG -etc/squid/errors/Turkish/ERR_UNSUP_REQ -etc/squid/errors/Turkish/ERR_URN_RESOLVE -etc/squid/errors/Turkish/ERR_WRITE_ERROR -etc/squid/errors/Turkish/ERR_ZERO_SIZE_OBJECT -etc/squid/mib.txt -@unexec if cmp -s %D/etc/squid/mime.conf %D/etc/squid/mime.conf.default; then rm -f %D/etc/squid/mime.conf; fi -etc/squid/mime.conf.default -@exec [ -f %B/mime.conf ] || cp %B/%f %B/mime.conf -@unexec if cmp -s %D/etc/squid/squid.conf %D/etc/squid/squid.conf.default; then rm -f %D/etc/squid/squid.conf; fi -etc/squid/squid.conf.default -@exec [ -f %B/squid.conf ] || cp %B/%f %B/squid.conf -libexec/cachemgr.cgi -libexec/diskd -libexec/unlinkd -libexec/ip_user_check -libexec/yp_auth -libexec/pam_auth -man/man8/pam_auth.8 -libexec/ncsa_auth -libexec/squid_unix_group -man/man8/squid_unix_group.8 -sbin/RunAccel -sbin/RunCache -sbin/squidclient -sbin/squid -man/man8/squid.8 -@exec mkdir -p %D/squid/cache -@exec chown nobody:nogroup %D/squid/cache -@exec mkdir -p %D/squid/logs -@exec chown nobody:nogroup %D/squid/logs -@dirrm etc/squid/errors/Bulgarian -@dirrm etc/squid/errors/Catalan -@dirrm etc/squid/errors/Czech -@dirrm etc/squid/errors/Danish -@dirrm etc/squid/errors/Dutch -@dirrm etc/squid/errors/English -@dirrm etc/squid/errors/Estonian -@dirrm etc/squid/errors/Finnish -@dirrm etc/squid/errors/French -@dirrm etc/squid/errors/German -@dirrm etc/squid/errors/Hebrew -@dirrm etc/squid/errors/Hungarian -@dirrm etc/squid/errors/Italian -@dirrm etc/squid/errors/Japanese -@dirrm etc/squid/errors/Korean -@dirrm etc/squid/errors/Polish -@dirrm etc/squid/errors/Portuguese -@dirrm etc/squid/errors/Romanian -@dirrm etc/squid/errors/Russian-1251 -@dirrm etc/squid/errors/Russian-koi8-r -@dirrm etc/squid/errors/Serbian -@dirrm etc/squid/errors/Simplify_Chinese -@dirrm etc/squid/errors/Slovak -@dirrm etc/squid/errors/Spanish -@dirrm etc/squid/errors/Swedish -@dirrm etc/squid/errors/Traditional_Chinese -@dirrm etc/squid/errors/Turkish -@dirrm etc/squid/icons -@dirrm etc/squid/errors -@dirrm etc/squid -@dirrm squid/logs -@dirrm squid/cache -@dirrm squid diff --git a/www/squid31/Makefile b/www/squid31/Makefile deleted file mode 100644 index 2f9196bd71db..000000000000 --- a/www/squid31/Makefile +++ /dev/null @@ -1,205 +0,0 @@ -# New ports collection makefile for: squid24 -# Date created: Tue Mar 27 14:56:08 CEST 2001 -# Whom: Adrian Chadd <adrian@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.5 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= \ - ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ - ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} -MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.5.STABLE1 -EXTRACT_SUFX= .tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE1-disable-ident-lookups.patch \ - squid-2.5.STABLE1-disable-http-violations.patch \ - squid-2.5.STABLE1-proxy_auth.patch \ - squid-2.5.STABLE1-max_user_ip.patch \ - squid-2.5.STABLE1-cache_dir_docs.patch \ - squid-2.5.STABLE1-load_icons.patch \ - squid-2.5.STABLE1-referer_log.patch \ - squid-2.5.STABLE1-ldap_auth.patch \ - squid-2.5.STABLE1-addlang.patch \ - squid-2.5.STABLE1-pthreads.patch \ - squid-2.5.STABLE1-strwordtok.patch \ - squid-2.5.STABLE1-wccp.patch \ - squid-2.5.STABLE1-memstat.patch \ - squid-2.5.STABLE1-aufs.patch \ - squid-2.5.STABLE1-acl_leak.patch \ - squid-2.5.STABLE1-ext_acl_comma.patch \ - squid-2.5.STABLE1-request_entity.patch \ - squid-2.5.STABLE1-ext_acl_exit.patch \ - squid-2.5.STABLE1-uninstall.patch \ - squid-2.5.STABLE1-cachemgr.patch \ - squid-2.5.STABLE1-auth-proxy.patch \ - squid-2.5.STABLE1-dnsserver.patch \ - squid-2.5.STABLE1-spaces.patch \ - squid-2.5.STABLE1-flags_open.patch \ - squid-2.5.STABLE1-ldap_group-compile.patch \ - squid-2.5.STABLE1-aufs_performance.patch \ - squid-2.5.STABLE1-RunCache.patch \ - squid-2.5.STABLE1-rebuild_assert.patch \ - squid-2.5.STABLE1-offline_mode.patch \ - squid-2.5.STABLE1-S.patch \ - squid-2.5.STABLE1-chroot.patch \ - squid-2.5.STABLE1-aufs_reentrant.patch\ - squid-2.5.STABLE1-relnote11.patch \ - squid-2.5.STABLE1-ldap_group.patch \ - squid-2.5.STABLE1-offline_toggle.patch \ - squid-2.5.STABLE1-failure_ratio.patch \ - squid-2.5.STABLE1-hostnames.patch \ - squid-2.5.STABLE1-sbrk.patch \ - squid-2.5.STABLE1-log_mime_hdrs.patch \ - squid-2.5.STABLE1-peer_select_alg.patch \ - squid-2.5.STABLE1-mempoolstat.patch \ - squid-2.5.STABLE1-copy_offset.patch \ - squid-2.5.STABLE1-select_fds_hist.patch \ - squid-2.5.STABLE1-select_stat.patch \ - squid-2.5.STABLE1-pidfile.patch \ - squid-2.5.STABLE1-http_reply_max_size.patch \ - squid-2.5.STABLE1-cachemgr_non_get.patch \ - squid-2.5.STABLE1-authsheme_realloc.patch \ - squid-2.5.STABLE1-ftp_abort.patch \ - squid-2.5.STABLE1-helper_stats.patch \ - squid-2.5.STABLE1-delay_pools_docs.patch \ - squid-2.5.STABLE1-auth_connection.patch \ - squid-2.5.STABLE1-authenticate_program_docs.patch \ - squid-2.5.STABLE1-with_aufs_threads_trap.patch \ - squid-2.5.STABLE1-shutdown_assert.patch \ - squid-2.5.STABLE1-cachemgr_passwd.patch \ - squid-2.5.STABLE1-etc_hosts_fdleak.patch \ - squid-2.5.STABLE1-openssl097.patch \ - squid-2.5.STABLE1-HEAD_bad_headers.patch \ - squid-2.5.STABLE1-time_acl_list.patch \ - squid-2.5.STABLE1-CONNECT_pipeline.patch \ - squid-2.5.STABLE1-winbind.patch \ - squid-2.5.STABLE1-mib.patch \ - squid-2.5.STABLE1-error-http-ident.patch \ - squid-2.5.STABLE1-distclean_icons.patch \ - squid-2.5.STABLE1-external_acl_auth_segfault.patch \ - squid-2.5.STABLE1-auth_digest.patch \ - squid-2.5.STABLE1-external_acl_user.patch - -MAINTAINER= adrian@freebsd.org -COMMENT= The successful WWW proxy cache and accelerator - -DIST_SUBDIR= squid2.5 -PATCH_DIST_STRIP= -p1 -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_REINPLACE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --datadir=${PREFIX}/etc/squid/ \ - --localstatedir=${PREFIX}/squid \ - --enable-storeio="ufs diskd null" \ - --enable-removal-policies="lru heap" \ - --enable-auth=basic --enable-basic-auth-helpers="NCSA PAM YP" \ - --enable-external-acl-helpers="ip_user unix_group" \ - --enable-underscores - -STRIP= # won't install scripts correctly otherwise. -MAKEFILE= Makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE_ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Turn on SSL server support for reverse proxies -#CONFIGURE_ARGS+= --enable-ssl -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -post-install: -# I don't think many people use the pinger nowadays, and if you -# do you'll want squid in its own group so as to restrict access -# to it. -# 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 - @if [ ! -d ${PREFIX}/squid/logs ]; then \ - ${MKDIR} ${PREFIX}/squid/logs; \ - ${CHOWN} nobody:nogroup ${PREFIX}/squid/logs; \ - fi - @if [ ! -d ${PREFIX}/squid/cache ]; then \ - ${MKDIR} ${PREFIX}/squid/cache; \ - ${CHOWN} nobody:nogroup ${PREFIX}/squid/cache; \ - fi - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/squid.sh ${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 37f1e24c31e1..000000000000 --- a/www/squid31/distinfo +++ /dev/null @@ -1,69 +0,0 @@ -MD5 (squid2.5/squid-2.5.STABLE1.tar.gz) = cd26774cd917842a689fee5f76c8d752 -MD5 (squid2.5/squid-2.5.STABLE1-CONNECT_pipeline.patch) = ca83a0cec8b3fd3b01ac5bc04f68dbac -MD5 (squid2.5/squid-2.5.STABLE1-HEAD_bad_headers.patch) = 2b9577757d49f30f7d654303afdf6d53 -MD5 (squid2.5/squid-2.5.STABLE1-RunCache.patch) = 398e65c2ba646955c8da85b78094b5df -MD5 (squid2.5/squid-2.5.STABLE1-S.patch) = 169f0893ed7a4dc6565400f2e2c1ce59 -MD5 (squid2.5/squid-2.5.STABLE1-acl_leak.patch) = 4560a1f09fec829e1c76bce436d464f3 -MD5 (squid2.5/squid-2.5.STABLE1-addlang.patch) = bbc7a67e9ebfe80e3c2e3d1cb487fa8e -MD5 (squid2.5/squid-2.5.STABLE1-aufs.patch) = 6fcc60011da9e4cc52edde8570567360 -MD5 (squid2.5/squid-2.5.STABLE1-aufs_performance.patch) = 2e31a2decf450aeeb47e3d41386c00c4 -MD5 (squid2.5/squid-2.5.STABLE1-aufs_reentrant.patch) = d1f81faa3bed2eae8296f977dff22d94 -MD5 (squid2.5/squid-2.5.STABLE1-auth-proxy.patch) = 2257795597d0efb514ae93b32f4c05b4 -MD5 (squid2.5/squid-2.5.STABLE1-auth_connection.patch) = 91d5dea19cb440c8546d44f4c37e8612 -MD5 (squid2.5/squid-2.5.STABLE1-auth_digest.patch) = 3e4a18cb9700982a0f0eed6256a335f6 -MD5 (squid2.5/squid-2.5.STABLE1-authenticate_program_docs.patch) = 8ad129869c83de654d1e060da1b0c3fd -MD5 (squid2.5/squid-2.5.STABLE1-authsheme_realloc.patch) = 459972ade51eb84a613ab91eabdcb98a -MD5 (squid2.5/squid-2.5.STABLE1-cache_dir_docs.patch) = 8b566c98a39b0abda2d02c0f84e647ee -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr.patch) = bd23aedd830ee640214deca512a20f02 -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr_non_get.patch) = 824b8c217eacfd39130bdf12c986616e -MD5 (squid2.5/squid-2.5.STABLE1-cachemgr_passwd.patch) = e5d2415965b2488cd2a8f20a05b4dcbc -MD5 (squid2.5/squid-2.5.STABLE1-chroot.patch) = 2194c0654750ba2ae40d69915219c101 -MD5 (squid2.5/squid-2.5.STABLE1-copy_offset.patch) = 6db1e444d8c689454afca1588758d62f -MD5 (squid2.5/squid-2.5.STABLE1-delay_pools_docs.patch) = 7f3a5ce77fe88147973b9507dbe90ffe -MD5 (squid2.5/squid-2.5.STABLE1-disable-http-violations.patch) = 4bfd3394c230251142c9e71f4b0e3cd3 -MD5 (squid2.5/squid-2.5.STABLE1-disable-ident-lookups.patch) = 20ca75a8e4f54b23f7b545b1cf718725 -MD5 (squid2.5/squid-2.5.STABLE1-distclean_icons.patch) = 24f8441eee716306b2a2cc39df9a3da9 -MD5 (squid2.5/squid-2.5.STABLE1-dnsserver.patch) = cb59578ca314d02416e0d003c3ce1392 -MD5 (squid2.5/squid-2.5.STABLE1-error-http-ident.patch) = b7a830caaea83d1180987b266fefa21b -MD5 (squid2.5/squid-2.5.STABLE1-etc_hosts_fdleak.patch) = 19589dbe950da368d82731fd9a60a1b7 -MD5 (squid2.5/squid-2.5.STABLE1-ext_acl_comma.patch) = b4ffef406d12c46e04758b68ffb488d0 -MD5 (squid2.5/squid-2.5.STABLE1-ext_acl_exit.patch) = ad21c15264fc04bfdd71d55139f65873 -MD5 (squid2.5/squid-2.5.STABLE1-external_acl_auth_segfault.patch) = d7c5351561d2043e33efb4166b117c21 -MD5 (squid2.5/squid-2.5.STABLE1-external_acl_user.patch) = 43471b9bb938f39830ef88b874e1606b -MD5 (squid2.5/squid-2.5.STABLE1-failure_ratio.patch) = c1d3cb32fb7c98188739f713cc56d293 -MD5 (squid2.5/squid-2.5.STABLE1-flags_open.patch) = 1244c407e18214c9bcce2850d1e3017e -MD5 (squid2.5/squid-2.5.STABLE1-ftp_abort.patch) = 7bfff3692a1fc2f63e4f8d321739afe3 -MD5 (squid2.5/squid-2.5.STABLE1-helper_stats.patch) = 1766a70f3ea668cfd1b8805a7bb9658d -MD5 (squid2.5/squid-2.5.STABLE1-hostnames.patch) = 6b6131ee4e4338777fad5fb3de36def6 -MD5 (squid2.5/squid-2.5.STABLE1-http_reply_max_size.patch) = ea43808f8ae5c3152d07f25165642d6c -MD5 (squid2.5/squid-2.5.STABLE1-ldap_auth.patch) = 91a4409f13bad84ae652c805321a5c59 -MD5 (squid2.5/squid-2.5.STABLE1-ldap_group-compile.patch) = b2f4521b2db281606ce4b029cfcb44ca -MD5 (squid2.5/squid-2.5.STABLE1-ldap_group.patch) = 334816023b46b549eb3f91bee8489632 -MD5 (squid2.5/squid-2.5.STABLE1-load_icons.patch) = 384b266ee4c26a2adaa3f498c52c4b34 -MD5 (squid2.5/squid-2.5.STABLE1-log_mime_hdrs.patch) = 7b644e4a5bd5019d23e5b4a272ff2218 -MD5 (squid2.5/squid-2.5.STABLE1-max_user_ip.patch) = 93530cfd9522bbf37321bc6f451179f5 -MD5 (squid2.5/squid-2.5.STABLE1-mempoolstat.patch) = f70a939e15dbe603eaacc2c2fdf828f1 -MD5 (squid2.5/squid-2.5.STABLE1-memstat.patch) = 108bf9f57424147ac408451476d5ba2f -MD5 (squid2.5/squid-2.5.STABLE1-mib.patch) = a8303ef80e36be85e6eca5c4d4812b1f -MD5 (squid2.5/squid-2.5.STABLE1-offline_mode.patch) = 056611c14992fca7b19b0770c5cbe847 -MD5 (squid2.5/squid-2.5.STABLE1-offline_toggle.patch) = 82c557be22c2137e4cc655d9608c8be6 -MD5 (squid2.5/squid-2.5.STABLE1-openssl097.patch) = 1a985987c5c483a746d2210118cdfc10 -MD5 (squid2.5/squid-2.5.STABLE1-peer_select_alg.patch) = 653477b8452e71ed9cc520bff091e050 -MD5 (squid2.5/squid-2.5.STABLE1-pidfile.patch) = 4c1054de8084536366e7d76cbc02f0c3 -MD5 (squid2.5/squid-2.5.STABLE1-proxy_auth.patch) = 9a1b998e289969ffe2a6e6ad2c8d1c84 -MD5 (squid2.5/squid-2.5.STABLE1-pthreads.patch) = 2edfea9977fc28deca9fef64ea801b75 -MD5 (squid2.5/squid-2.5.STABLE1-rebuild_assert.patch) = ec7ccb2dddb988833535f3f435f3c031 -MD5 (squid2.5/squid-2.5.STABLE1-referer_log.patch) = 23609e99750fd9776b0917a4a2e17bec -MD5 (squid2.5/squid-2.5.STABLE1-relnote11.patch) = a6fb9274e7ff481e4bfba2710f0bc5b9 -MD5 (squid2.5/squid-2.5.STABLE1-request_entity.patch) = 102363b0e9e3839affde7d5d18ed5861 -MD5 (squid2.5/squid-2.5.STABLE1-sbrk.patch) = b30196b75ad99c0bb3a04969b781783e -MD5 (squid2.5/squid-2.5.STABLE1-select_fds_hist.patch) = 9bc8a9fdb24c489a30e8fb89da225aae -MD5 (squid2.5/squid-2.5.STABLE1-select_stat.patch) = b22ca68a607c2d2886608a2403aa7330 -MD5 (squid2.5/squid-2.5.STABLE1-shutdown_assert.patch) = 4d9780df39841711d2ef15fe545d4094 -MD5 (squid2.5/squid-2.5.STABLE1-spaces.patch) = 127806aba2c83a5247b7da9c921fa86e -MD5 (squid2.5/squid-2.5.STABLE1-strwordtok.patch) = 0bee5a5b7bbebfde2130c4d588ce6b5f -MD5 (squid2.5/squid-2.5.STABLE1-time_acl_list.patch) = a98e25cb3af1f0e1186a4604ebadfd96 -MD5 (squid2.5/squid-2.5.STABLE1-uninstall.patch) = 453ad78fd4a9297546f0ac78c43982d5 -MD5 (squid2.5/squid-2.5.STABLE1-wccp.patch) = a6fce0040ddecad6316131ddedd462cc -MD5 (squid2.5/squid-2.5.STABLE1-winbind.patch) = b5ebcecc27559d5909ca7fa19275bcdf -MD5 (squid2.5/squid-2.5.STABLE1-with_aufs_threads_trap.patch) = 2b49b62af3bcf911260948eb3cabf768 diff --git a/www/squid31/files/squid.sh b/www/squid31/files/squid.sh deleted file mode 100644 index 40f655b04f27..000000000000 --- a/www/squid31/files/squid.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' - fi - ;; -stop) - ${PREFIX}/sbin/squid -k shutdown 2>&1 - # Uncomment this if you'd like the system to (attempt to - # wait for) squid to shut down cleanly - #echo "Sleeping for 45 seconds to allow squid to shutdown.." - #sleep 45 - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/squid31/pkg-descr b/www/squid31/pkg-descr deleted file mode 100644 index a030d6c271b8..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@squid-cache.org>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://www.squid-cache.org/ diff --git a/www/squid31/pkg-install b/www/squid31/pkg-install deleted file mode 100644 index 82f6605be3a2..000000000000 --- a/www/squid31/pkg-install +++ /dev/null @@ -1,45 +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 " o Note that before you can run ${PKGNAME} you will" - echo " need to initialise the cache directory." - echo " You can do this by typing \"squid -z\"." - 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 bf5ed94f3782..000000000000 --- a/www/squid31/pkg-plist +++ /dev/null @@ -1,870 +0,0 @@ -etc/rc.d/squid.sh -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/errors/Bulgarian/ERR_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Bulgarian/ERR_CANNOT_FORWARD -etc/squid/errors/Bulgarian/ERR_CONNECT_FAIL -etc/squid/errors/Bulgarian/ERR_DNS_FAIL -etc/squid/errors/Bulgarian/ERR_FORWARDING_DENIED -etc/squid/errors/Bulgarian/ERR_FTP_DISABLED -etc/squid/errors/Bulgarian/ERR_FTP_FAILURE -etc/squid/errors/Bulgarian/ERR_FTP_FORBIDDEN -etc/squid/errors/Bulgarian/ERR_FTP_NOT_FOUND -etc/squid/errors/Bulgarian/ERR_FTP_PUT_CREATED -etc/squid/errors/Bulgarian/ERR_FTP_PUT_ERROR -etc/squid/errors/Bulgarian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Bulgarian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Bulgarian/ERR_INVALID_REQ -etc/squid/errors/Bulgarian/ERR_INVALID_URL -etc/squid/errors/Bulgarian/ERR_LIFETIME_EXP -etc/squid/errors/Bulgarian/ERR_NO_RELAY -etc/squid/errors/Bulgarian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Bulgarian/ERR_READ_ERROR -etc/squid/errors/Bulgarian/ERR_READ_TIMEOUT -etc/squid/errors/Bulgarian/ERR_SHUTTING_DOWN -etc/squid/errors/Bulgarian/ERR_SOCKET_FAILURE -etc/squid/errors/Bulgarian/ERR_TOO_BIG -etc/squid/errors/Bulgarian/ERR_UNSUP_REQ -etc/squid/errors/Bulgarian/ERR_URN_RESOLVE -etc/squid/errors/Bulgarian/ERR_WRITE_ERROR -etc/squid/errors/Bulgarian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Catalan/ERR_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Catalan/ERR_CANNOT_FORWARD -etc/squid/errors/Catalan/ERR_CONNECT_FAIL -etc/squid/errors/Catalan/ERR_DNS_FAIL -etc/squid/errors/Catalan/ERR_FORWARDING_DENIED -etc/squid/errors/Catalan/ERR_FTP_DISABLED -etc/squid/errors/Catalan/ERR_FTP_FAILURE -etc/squid/errors/Catalan/ERR_FTP_FORBIDDEN -etc/squid/errors/Catalan/ERR_FTP_NOT_FOUND -etc/squid/errors/Catalan/ERR_FTP_PUT_CREATED -etc/squid/errors/Catalan/ERR_FTP_PUT_ERROR -etc/squid/errors/Catalan/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Catalan/ERR_FTP_UNAVAILABLE -etc/squid/errors/Catalan/ERR_INVALID_REQ -etc/squid/errors/Catalan/ERR_INVALID_URL -etc/squid/errors/Catalan/ERR_LIFETIME_EXP -etc/squid/errors/Catalan/ERR_NO_RELAY -etc/squid/errors/Catalan/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Catalan/ERR_READ_ERROR -etc/squid/errors/Catalan/ERR_READ_TIMEOUT -etc/squid/errors/Catalan/ERR_SHUTTING_DOWN -etc/squid/errors/Catalan/ERR_SOCKET_FAILURE -etc/squid/errors/Catalan/ERR_TOO_BIG -etc/squid/errors/Catalan/ERR_UNSUP_REQ -etc/squid/errors/Catalan/ERR_URN_RESOLVE -etc/squid/errors/Catalan/ERR_WRITE_ERROR -etc/squid/errors/Catalan/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Czech/ERR_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Czech/ERR_CANNOT_FORWARD -etc/squid/errors/Czech/ERR_CONNECT_FAIL -etc/squid/errors/Czech/ERR_DNS_FAIL -etc/squid/errors/Czech/ERR_FORWARDING_DENIED -etc/squid/errors/Czech/ERR_FTP_DISABLED -etc/squid/errors/Czech/ERR_FTP_FAILURE -etc/squid/errors/Czech/ERR_FTP_FORBIDDEN -etc/squid/errors/Czech/ERR_FTP_NOT_FOUND -etc/squid/errors/Czech/ERR_FTP_PUT_CREATED -etc/squid/errors/Czech/ERR_FTP_PUT_ERROR -etc/squid/errors/Czech/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Czech/ERR_FTP_UNAVAILABLE -etc/squid/errors/Czech/ERR_INVALID_REQ -etc/squid/errors/Czech/ERR_INVALID_URL -etc/squid/errors/Czech/ERR_LIFETIME_EXP -etc/squid/errors/Czech/ERR_NO_RELAY -etc/squid/errors/Czech/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Czech/ERR_READ_ERROR -etc/squid/errors/Czech/ERR_READ_TIMEOUT -etc/squid/errors/Czech/ERR_SHUTTING_DOWN -etc/squid/errors/Czech/ERR_SOCKET_FAILURE -etc/squid/errors/Czech/ERR_TOO_BIG -etc/squid/errors/Czech/ERR_UNSUP_REQ -etc/squid/errors/Czech/ERR_URN_RESOLVE -etc/squid/errors/Czech/ERR_WRITE_ERROR -etc/squid/errors/Czech/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Danish/ERR_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Danish/ERR_CANNOT_FORWARD -etc/squid/errors/Danish/ERR_CONNECT_FAIL -etc/squid/errors/Danish/ERR_DNS_FAIL -etc/squid/errors/Danish/ERR_FORWARDING_DENIED -etc/squid/errors/Danish/ERR_FTP_DISABLED -etc/squid/errors/Danish/ERR_FTP_FAILURE -etc/squid/errors/Danish/ERR_FTP_FORBIDDEN -etc/squid/errors/Danish/ERR_FTP_NOT_FOUND -etc/squid/errors/Danish/ERR_FTP_PUT_CREATED -etc/squid/errors/Danish/ERR_FTP_PUT_ERROR -etc/squid/errors/Danish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Danish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Danish/ERR_INVALID_REQ -etc/squid/errors/Danish/ERR_INVALID_URL -etc/squid/errors/Danish/ERR_LIFETIME_EXP -etc/squid/errors/Danish/ERR_NO_RELAY -etc/squid/errors/Danish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Danish/ERR_READ_ERROR -etc/squid/errors/Danish/ERR_READ_TIMEOUT -etc/squid/errors/Danish/ERR_SHUTTING_DOWN -etc/squid/errors/Danish/ERR_SOCKET_FAILURE -etc/squid/errors/Danish/ERR_TOO_BIG -etc/squid/errors/Danish/ERR_UNSUP_REQ -etc/squid/errors/Danish/ERR_URN_RESOLVE -etc/squid/errors/Danish/ERR_WRITE_ERROR -etc/squid/errors/Danish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Dutch/ERR_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Dutch/ERR_CANNOT_FORWARD -etc/squid/errors/Dutch/ERR_CONNECT_FAIL -etc/squid/errors/Dutch/ERR_DNS_FAIL -etc/squid/errors/Dutch/ERR_FORWARDING_DENIED -etc/squid/errors/Dutch/ERR_FTP_DISABLED -etc/squid/errors/Dutch/ERR_FTP_FAILURE -etc/squid/errors/Dutch/ERR_FTP_FORBIDDEN -etc/squid/errors/Dutch/ERR_FTP_NOT_FOUND -etc/squid/errors/Dutch/ERR_FTP_PUT_CREATED -etc/squid/errors/Dutch/ERR_FTP_PUT_ERROR -etc/squid/errors/Dutch/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Dutch/ERR_FTP_UNAVAILABLE -etc/squid/errors/Dutch/ERR_INVALID_REQ -etc/squid/errors/Dutch/ERR_INVALID_URL -etc/squid/errors/Dutch/ERR_LIFETIME_EXP -etc/squid/errors/Dutch/ERR_NO_RELAY -etc/squid/errors/Dutch/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Dutch/ERR_READ_ERROR -etc/squid/errors/Dutch/ERR_READ_TIMEOUT -etc/squid/errors/Dutch/ERR_SHUTTING_DOWN -etc/squid/errors/Dutch/ERR_SOCKET_FAILURE -etc/squid/errors/Dutch/ERR_TOO_BIG -etc/squid/errors/Dutch/ERR_UNSUP_REQ -etc/squid/errors/Dutch/ERR_URN_RESOLVE -etc/squid/errors/Dutch/ERR_WRITE_ERROR -etc/squid/errors/Dutch/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/English/ERR_ACCESS_DENIED -etc/squid/errors/English/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/English/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/English/ERR_CANNOT_FORWARD -etc/squid/errors/English/ERR_CONNECT_FAIL -etc/squid/errors/English/ERR_DNS_FAIL -etc/squid/errors/English/ERR_FORWARDING_DENIED -etc/squid/errors/English/ERR_FTP_DISABLED -etc/squid/errors/English/ERR_FTP_FAILURE -etc/squid/errors/English/ERR_FTP_FORBIDDEN -etc/squid/errors/English/ERR_FTP_NOT_FOUND -etc/squid/errors/English/ERR_FTP_PUT_CREATED -etc/squid/errors/English/ERR_FTP_PUT_ERROR -etc/squid/errors/English/ERR_FTP_PUT_MODIFIED -etc/squid/errors/English/ERR_FTP_UNAVAILABLE -etc/squid/errors/English/ERR_INVALID_REQ -etc/squid/errors/English/ERR_INVALID_URL -etc/squid/errors/English/ERR_LIFETIME_EXP -etc/squid/errors/English/ERR_NO_RELAY -etc/squid/errors/English/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/English/ERR_READ_ERROR -etc/squid/errors/English/ERR_READ_TIMEOUT -etc/squid/errors/English/ERR_SHUTTING_DOWN -etc/squid/errors/English/ERR_SOCKET_FAILURE -etc/squid/errors/English/ERR_TOO_BIG -etc/squid/errors/English/ERR_UNSUP_REQ -etc/squid/errors/English/ERR_URN_RESOLVE -etc/squid/errors/English/ERR_WRITE_ERROR -etc/squid/errors/English/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Estonian/ERR_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Estonian/ERR_CANNOT_FORWARD -etc/squid/errors/Estonian/ERR_CONNECT_FAIL -etc/squid/errors/Estonian/ERR_DNS_FAIL -etc/squid/errors/Estonian/ERR_FORWARDING_DENIED -etc/squid/errors/Estonian/ERR_FTP_DISABLED -etc/squid/errors/Estonian/ERR_FTP_FAILURE -etc/squid/errors/Estonian/ERR_FTP_FORBIDDEN -etc/squid/errors/Estonian/ERR_FTP_NOT_FOUND -etc/squid/errors/Estonian/ERR_FTP_PUT_CREATED -etc/squid/errors/Estonian/ERR_FTP_PUT_ERROR -etc/squid/errors/Estonian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Estonian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Estonian/ERR_INVALID_REQ -etc/squid/errors/Estonian/ERR_INVALID_URL -etc/squid/errors/Estonian/ERR_LIFETIME_EXP -etc/squid/errors/Estonian/ERR_NO_RELAY -etc/squid/errors/Estonian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Estonian/ERR_READ_ERROR -etc/squid/errors/Estonian/ERR_READ_TIMEOUT -etc/squid/errors/Estonian/ERR_SHUTTING_DOWN -etc/squid/errors/Estonian/ERR_SOCKET_FAILURE -etc/squid/errors/Estonian/ERR_TOO_BIG -etc/squid/errors/Estonian/ERR_UNSUP_REQ -etc/squid/errors/Estonian/ERR_URN_RESOLVE -etc/squid/errors/Estonian/ERR_WRITE_ERROR -etc/squid/errors/Estonian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Finnish/ERR_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Finnish/ERR_CANNOT_FORWARD -etc/squid/errors/Finnish/ERR_CONNECT_FAIL -etc/squid/errors/Finnish/ERR_DNS_FAIL -etc/squid/errors/Finnish/ERR_FORWARDING_DENIED -etc/squid/errors/Finnish/ERR_FTP_DISABLED -etc/squid/errors/Finnish/ERR_FTP_FAILURE -etc/squid/errors/Finnish/ERR_FTP_FORBIDDEN -etc/squid/errors/Finnish/ERR_FTP_NOT_FOUND -etc/squid/errors/Finnish/ERR_FTP_PUT_CREATED -etc/squid/errors/Finnish/ERR_FTP_PUT_ERROR -etc/squid/errors/Finnish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Finnish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Finnish/ERR_INVALID_REQ -etc/squid/errors/Finnish/ERR_INVALID_URL -etc/squid/errors/Finnish/ERR_LIFETIME_EXP -etc/squid/errors/Finnish/ERR_NO_RELAY -etc/squid/errors/Finnish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Finnish/ERR_READ_ERROR -etc/squid/errors/Finnish/ERR_READ_TIMEOUT -etc/squid/errors/Finnish/ERR_SHUTTING_DOWN -etc/squid/errors/Finnish/ERR_SOCKET_FAILURE -etc/squid/errors/Finnish/ERR_TOO_BIG -etc/squid/errors/Finnish/ERR_UNSUP_REQ -etc/squid/errors/Finnish/ERR_URN_RESOLVE -etc/squid/errors/Finnish/ERR_WRITE_ERROR -etc/squid/errors/Finnish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/French/ERR_ACCESS_DENIED -etc/squid/errors/French/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/French/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/French/ERR_CANNOT_FORWARD -etc/squid/errors/French/ERR_CONNECT_FAIL -etc/squid/errors/French/ERR_DNS_FAIL -etc/squid/errors/French/ERR_FORWARDING_DENIED -etc/squid/errors/French/ERR_FTP_DISABLED -etc/squid/errors/French/ERR_FTP_FAILURE -etc/squid/errors/French/ERR_FTP_FORBIDDEN -etc/squid/errors/French/ERR_FTP_NOT_FOUND -etc/squid/errors/French/ERR_FTP_PUT_CREATED -etc/squid/errors/French/ERR_FTP_PUT_ERROR -etc/squid/errors/French/ERR_FTP_PUT_MODIFIED -etc/squid/errors/French/ERR_FTP_UNAVAILABLE -etc/squid/errors/French/ERR_INVALID_REQ -etc/squid/errors/French/ERR_INVALID_URL -etc/squid/errors/French/ERR_LIFETIME_EXP -etc/squid/errors/French/ERR_NO_RELAY -etc/squid/errors/French/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/French/ERR_READ_ERROR -etc/squid/errors/French/ERR_READ_TIMEOUT -etc/squid/errors/French/ERR_SHUTTING_DOWN -etc/squid/errors/French/ERR_SOCKET_FAILURE -etc/squid/errors/French/ERR_TOO_BIG -etc/squid/errors/French/ERR_UNSUP_REQ -etc/squid/errors/French/ERR_URN_RESOLVE -etc/squid/errors/French/ERR_WRITE_ERROR -etc/squid/errors/French/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/German/ERR_ACCESS_DENIED -etc/squid/errors/German/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/German/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/German/ERR_CANNOT_FORWARD -etc/squid/errors/German/ERR_CONNECT_FAIL -etc/squid/errors/German/ERR_DNS_FAIL -etc/squid/errors/German/ERR_FORWARDING_DENIED -etc/squid/errors/German/ERR_FTP_DISABLED -etc/squid/errors/German/ERR_FTP_FAILURE -etc/squid/errors/German/ERR_FTP_FORBIDDEN -etc/squid/errors/German/ERR_FTP_NOT_FOUND -etc/squid/errors/German/ERR_FTP_PUT_CREATED -etc/squid/errors/German/ERR_FTP_PUT_ERROR -etc/squid/errors/German/ERR_FTP_PUT_MODIFIED -etc/squid/errors/German/ERR_FTP_UNAVAILABLE -etc/squid/errors/German/ERR_INVALID_REQ -etc/squid/errors/German/ERR_INVALID_URL -etc/squid/errors/German/ERR_LIFETIME_EXP -etc/squid/errors/German/ERR_NO_RELAY -etc/squid/errors/German/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/German/ERR_READ_ERROR -etc/squid/errors/German/ERR_READ_TIMEOUT -etc/squid/errors/German/ERR_SHUTTING_DOWN -etc/squid/errors/German/ERR_SOCKET_FAILURE -etc/squid/errors/German/ERR_TOO_BIG -etc/squid/errors/German/ERR_UNSUP_REQ -etc/squid/errors/German/ERR_URN_RESOLVE -etc/squid/errors/German/ERR_WRITE_ERROR -etc/squid/errors/German/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Hebrew/ERR_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Hebrew/ERR_CANNOT_FORWARD -etc/squid/errors/Hebrew/ERR_CONNECT_FAIL -etc/squid/errors/Hebrew/ERR_DNS_FAIL -etc/squid/errors/Hebrew/ERR_FORWARDING_DENIED -etc/squid/errors/Hebrew/ERR_FTP_DISABLED -etc/squid/errors/Hebrew/ERR_FTP_FAILURE -etc/squid/errors/Hebrew/ERR_FTP_FORBIDDEN -etc/squid/errors/Hebrew/ERR_FTP_NOT_FOUND -etc/squid/errors/Hebrew/ERR_FTP_PUT_CREATED -etc/squid/errors/Hebrew/ERR_FTP_PUT_ERROR -etc/squid/errors/Hebrew/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Hebrew/ERR_FTP_UNAVAILABLE -etc/squid/errors/Hebrew/ERR_INVALID_REQ -etc/squid/errors/Hebrew/ERR_INVALID_URL -etc/squid/errors/Hebrew/ERR_LIFETIME_EXP -etc/squid/errors/Hebrew/ERR_NO_RELAY -etc/squid/errors/Hebrew/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Hebrew/ERR_READ_ERROR -etc/squid/errors/Hebrew/ERR_READ_TIMEOUT -etc/squid/errors/Hebrew/ERR_SHUTTING_DOWN -etc/squid/errors/Hebrew/ERR_SOCKET_FAILURE -etc/squid/errors/Hebrew/ERR_TOO_BIG -etc/squid/errors/Hebrew/ERR_UNSUP_REQ -etc/squid/errors/Hebrew/ERR_URN_RESOLVE -etc/squid/errors/Hebrew/ERR_WRITE_ERROR -etc/squid/errors/Hebrew/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Hungarian/ERR_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Hungarian/ERR_CANNOT_FORWARD -etc/squid/errors/Hungarian/ERR_CONNECT_FAIL -etc/squid/errors/Hungarian/ERR_DNS_FAIL -etc/squid/errors/Hungarian/ERR_FORWARDING_DENIED -etc/squid/errors/Hungarian/ERR_FTP_DISABLED -etc/squid/errors/Hungarian/ERR_FTP_FAILURE -etc/squid/errors/Hungarian/ERR_FTP_FORBIDDEN -etc/squid/errors/Hungarian/ERR_FTP_NOT_FOUND -etc/squid/errors/Hungarian/ERR_FTP_PUT_CREATED -etc/squid/errors/Hungarian/ERR_FTP_PUT_ERROR -etc/squid/errors/Hungarian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Hungarian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Hungarian/ERR_INVALID_REQ -etc/squid/errors/Hungarian/ERR_INVALID_URL -etc/squid/errors/Hungarian/ERR_LIFETIME_EXP -etc/squid/errors/Hungarian/ERR_NO_RELAY -etc/squid/errors/Hungarian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Hungarian/ERR_READ_ERROR -etc/squid/errors/Hungarian/ERR_READ_TIMEOUT -etc/squid/errors/Hungarian/ERR_SHUTTING_DOWN -etc/squid/errors/Hungarian/ERR_SOCKET_FAILURE -etc/squid/errors/Hungarian/ERR_TOO_BIG -etc/squid/errors/Hungarian/ERR_UNSUP_REQ -etc/squid/errors/Hungarian/ERR_URN_RESOLVE -etc/squid/errors/Hungarian/ERR_WRITE_ERROR -etc/squid/errors/Hungarian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Italian/ERR_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Italian/ERR_CANNOT_FORWARD -etc/squid/errors/Italian/ERR_CONNECT_FAIL -etc/squid/errors/Italian/ERR_DNS_FAIL -etc/squid/errors/Italian/ERR_FORWARDING_DENIED -etc/squid/errors/Italian/ERR_FTP_DISABLED -etc/squid/errors/Italian/ERR_FTP_FAILURE -etc/squid/errors/Italian/ERR_FTP_FORBIDDEN -etc/squid/errors/Italian/ERR_FTP_NOT_FOUND -etc/squid/errors/Italian/ERR_FTP_PUT_CREATED -etc/squid/errors/Italian/ERR_FTP_PUT_ERROR -etc/squid/errors/Italian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Italian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Italian/ERR_INVALID_REQ -etc/squid/errors/Italian/ERR_INVALID_URL -etc/squid/errors/Italian/ERR_LIFETIME_EXP -etc/squid/errors/Italian/ERR_NO_RELAY -etc/squid/errors/Italian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Italian/ERR_READ_ERROR -etc/squid/errors/Italian/ERR_READ_TIMEOUT -etc/squid/errors/Italian/ERR_SHUTTING_DOWN -etc/squid/errors/Italian/ERR_SOCKET_FAILURE -etc/squid/errors/Italian/ERR_TOO_BIG -etc/squid/errors/Italian/ERR_UNSUP_REQ -etc/squid/errors/Italian/ERR_URN_RESOLVE -etc/squid/errors/Italian/ERR_WRITE_ERROR -etc/squid/errors/Italian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Japanese/ERR_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Japanese/ERR_CANNOT_FORWARD -etc/squid/errors/Japanese/ERR_CONNECT_FAIL -etc/squid/errors/Japanese/ERR_DNS_FAIL -etc/squid/errors/Japanese/ERR_FORWARDING_DENIED -etc/squid/errors/Japanese/ERR_FTP_DISABLED -etc/squid/errors/Japanese/ERR_FTP_FAILURE -etc/squid/errors/Japanese/ERR_FTP_FORBIDDEN -etc/squid/errors/Japanese/ERR_FTP_NOT_FOUND -etc/squid/errors/Japanese/ERR_FTP_PUT_CREATED -etc/squid/errors/Japanese/ERR_FTP_PUT_ERROR -etc/squid/errors/Japanese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Japanese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Japanese/ERR_INVALID_REQ -etc/squid/errors/Japanese/ERR_INVALID_URL -etc/squid/errors/Japanese/ERR_LIFETIME_EXP -etc/squid/errors/Japanese/ERR_NO_RELAY -etc/squid/errors/Japanese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Japanese/ERR_READ_ERROR -etc/squid/errors/Japanese/ERR_READ_TIMEOUT -etc/squid/errors/Japanese/ERR_SHUTTING_DOWN -etc/squid/errors/Japanese/ERR_SOCKET_FAILURE -etc/squid/errors/Japanese/ERR_TOO_BIG -etc/squid/errors/Japanese/ERR_UNSUP_REQ -etc/squid/errors/Japanese/ERR_URN_RESOLVE -etc/squid/errors/Japanese/ERR_WRITE_ERROR -etc/squid/errors/Japanese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Korean/ERR_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Korean/ERR_CANNOT_FORWARD -etc/squid/errors/Korean/ERR_CONNECT_FAIL -etc/squid/errors/Korean/ERR_DNS_FAIL -etc/squid/errors/Korean/ERR_FORWARDING_DENIED -etc/squid/errors/Korean/ERR_FTP_DISABLED -etc/squid/errors/Korean/ERR_FTP_FAILURE -etc/squid/errors/Korean/ERR_FTP_FORBIDDEN -etc/squid/errors/Korean/ERR_FTP_NOT_FOUND -etc/squid/errors/Korean/ERR_FTP_PUT_CREATED -etc/squid/errors/Korean/ERR_FTP_PUT_ERROR -etc/squid/errors/Korean/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Korean/ERR_FTP_UNAVAILABLE -etc/squid/errors/Korean/ERR_INVALID_REQ -etc/squid/errors/Korean/ERR_INVALID_URL -etc/squid/errors/Korean/ERR_LIFETIME_EXP -etc/squid/errors/Korean/ERR_NO_RELAY -etc/squid/errors/Korean/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Korean/ERR_READ_ERROR -etc/squid/errors/Korean/ERR_READ_TIMEOUT -etc/squid/errors/Korean/ERR_SHUTTING_DOWN -etc/squid/errors/Korean/ERR_SOCKET_FAILURE -etc/squid/errors/Korean/ERR_TOO_BIG -etc/squid/errors/Korean/ERR_UNSUP_REQ -etc/squid/errors/Korean/ERR_URN_RESOLVE -etc/squid/errors/Korean/ERR_WRITE_ERROR -etc/squid/errors/Korean/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Polish/ERR_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Polish/ERR_CANNOT_FORWARD -etc/squid/errors/Polish/ERR_CONNECT_FAIL -etc/squid/errors/Polish/ERR_DNS_FAIL -etc/squid/errors/Polish/ERR_FORWARDING_DENIED -etc/squid/errors/Polish/ERR_FTP_DISABLED -etc/squid/errors/Polish/ERR_FTP_FAILURE -etc/squid/errors/Polish/ERR_FTP_FORBIDDEN -etc/squid/errors/Polish/ERR_FTP_NOT_FOUND -etc/squid/errors/Polish/ERR_FTP_PUT_CREATED -etc/squid/errors/Polish/ERR_FTP_PUT_ERROR -etc/squid/errors/Polish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Polish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Polish/ERR_INVALID_REQ -etc/squid/errors/Polish/ERR_INVALID_URL -etc/squid/errors/Polish/ERR_LIFETIME_EXP -etc/squid/errors/Polish/ERR_NO_RELAY -etc/squid/errors/Polish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Polish/ERR_READ_ERROR -etc/squid/errors/Polish/ERR_READ_TIMEOUT -etc/squid/errors/Polish/ERR_SHUTTING_DOWN -etc/squid/errors/Polish/ERR_SOCKET_FAILURE -etc/squid/errors/Polish/ERR_TOO_BIG -etc/squid/errors/Polish/ERR_UNSUP_REQ -etc/squid/errors/Polish/ERR_URN_RESOLVE -etc/squid/errors/Polish/ERR_WRITE_ERROR -etc/squid/errors/Polish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Portuguese/ERR_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Portuguese/ERR_CANNOT_FORWARD -etc/squid/errors/Portuguese/ERR_CONNECT_FAIL -etc/squid/errors/Portuguese/ERR_DNS_FAIL -etc/squid/errors/Portuguese/ERR_FORWARDING_DENIED -etc/squid/errors/Portuguese/ERR_FTP_DISABLED -etc/squid/errors/Portuguese/ERR_FTP_FAILURE -etc/squid/errors/Portuguese/ERR_FTP_FORBIDDEN -etc/squid/errors/Portuguese/ERR_FTP_NOT_FOUND -etc/squid/errors/Portuguese/ERR_FTP_PUT_CREATED -etc/squid/errors/Portuguese/ERR_FTP_PUT_ERROR -etc/squid/errors/Portuguese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Portuguese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Portuguese/ERR_INVALID_REQ -etc/squid/errors/Portuguese/ERR_INVALID_URL -etc/squid/errors/Portuguese/ERR_LIFETIME_EXP -etc/squid/errors/Portuguese/ERR_NO_RELAY -etc/squid/errors/Portuguese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Portuguese/ERR_READ_ERROR -etc/squid/errors/Portuguese/ERR_READ_TIMEOUT -etc/squid/errors/Portuguese/ERR_SHUTTING_DOWN -etc/squid/errors/Portuguese/ERR_SOCKET_FAILURE -etc/squid/errors/Portuguese/ERR_TOO_BIG -etc/squid/errors/Portuguese/ERR_UNSUP_REQ -etc/squid/errors/Portuguese/ERR_URN_RESOLVE -etc/squid/errors/Portuguese/ERR_WRITE_ERROR -etc/squid/errors/Portuguese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Romanian/ERR_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Romanian/ERR_CANNOT_FORWARD -etc/squid/errors/Romanian/ERR_CONNECT_FAIL -etc/squid/errors/Romanian/ERR_DNS_FAIL -etc/squid/errors/Romanian/ERR_FORWARDING_DENIED -etc/squid/errors/Romanian/ERR_FTP_DISABLED -etc/squid/errors/Romanian/ERR_FTP_FAILURE -etc/squid/errors/Romanian/ERR_FTP_FORBIDDEN -etc/squid/errors/Romanian/ERR_FTP_NOT_FOUND -etc/squid/errors/Romanian/ERR_FTP_PUT_CREATED -etc/squid/errors/Romanian/ERR_FTP_PUT_ERROR -etc/squid/errors/Romanian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Romanian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Romanian/ERR_INVALID_REQ -etc/squid/errors/Romanian/ERR_INVALID_URL -etc/squid/errors/Romanian/ERR_LIFETIME_EXP -etc/squid/errors/Romanian/ERR_NO_RELAY -etc/squid/errors/Romanian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Romanian/ERR_READ_ERROR -etc/squid/errors/Romanian/ERR_READ_TIMEOUT -etc/squid/errors/Romanian/ERR_SHUTTING_DOWN -etc/squid/errors/Romanian/ERR_SOCKET_FAILURE -etc/squid/errors/Romanian/ERR_TOO_BIG -etc/squid/errors/Romanian/ERR_UNSUP_REQ -etc/squid/errors/Romanian/ERR_URN_RESOLVE -etc/squid/errors/Romanian/ERR_WRITE_ERROR -etc/squid/errors/Romanian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Russian-1251/ERR_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Russian-1251/ERR_CANNOT_FORWARD -etc/squid/errors/Russian-1251/ERR_CONNECT_FAIL -etc/squid/errors/Russian-1251/ERR_DNS_FAIL -etc/squid/errors/Russian-1251/ERR_FORWARDING_DENIED -etc/squid/errors/Russian-1251/ERR_FTP_DISABLED -etc/squid/errors/Russian-1251/ERR_FTP_FAILURE -etc/squid/errors/Russian-1251/ERR_FTP_FORBIDDEN -etc/squid/errors/Russian-1251/ERR_FTP_NOT_FOUND -etc/squid/errors/Russian-1251/ERR_FTP_PUT_CREATED -etc/squid/errors/Russian-1251/ERR_FTP_PUT_ERROR -etc/squid/errors/Russian-1251/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Russian-1251/ERR_FTP_UNAVAILABLE -etc/squid/errors/Russian-1251/ERR_INVALID_REQ -etc/squid/errors/Russian-1251/ERR_INVALID_URL -etc/squid/errors/Russian-1251/ERR_LIFETIME_EXP -etc/squid/errors/Russian-1251/ERR_NO_RELAY -etc/squid/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Russian-1251/ERR_READ_ERROR -etc/squid/errors/Russian-1251/ERR_READ_TIMEOUT -etc/squid/errors/Russian-1251/ERR_SHUTTING_DOWN -etc/squid/errors/Russian-1251/ERR_SOCKET_FAILURE -etc/squid/errors/Russian-1251/ERR_TOO_BIG -etc/squid/errors/Russian-1251/ERR_UNSUP_REQ -etc/squid/errors/Russian-1251/ERR_URN_RESOLVE -etc/squid/errors/Russian-1251/ERR_WRITE_ERROR -etc/squid/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Russian-koi8-r/ERR_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Russian-koi8-r/ERR_CANNOT_FORWARD -etc/squid/errors/Russian-koi8-r/ERR_CONNECT_FAIL -etc/squid/errors/Russian-koi8-r/ERR_DNS_FAIL -etc/squid/errors/Russian-koi8-r/ERR_FORWARDING_DENIED -etc/squid/errors/Russian-koi8-r/ERR_FTP_DISABLED -etc/squid/errors/Russian-koi8-r/ERR_FTP_FAILURE -etc/squid/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN -etc/squid/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR -etc/squid/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE -etc/squid/errors/Russian-koi8-r/ERR_INVALID_REQ -etc/squid/errors/Russian-koi8-r/ERR_INVALID_URL -etc/squid/errors/Russian-koi8-r/ERR_LIFETIME_EXP -etc/squid/errors/Russian-koi8-r/ERR_NO_RELAY -etc/squid/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Russian-koi8-r/ERR_READ_ERROR -etc/squid/errors/Russian-koi8-r/ERR_READ_TIMEOUT -etc/squid/errors/Russian-koi8-r/ERR_SHUTTING_DOWN -etc/squid/errors/Russian-koi8-r/ERR_SOCKET_FAILURE -etc/squid/errors/Russian-koi8-r/ERR_TOO_BIG -etc/squid/errors/Russian-koi8-r/ERR_UNSUP_REQ -etc/squid/errors/Russian-koi8-r/ERR_URN_RESOLVE -etc/squid/errors/Russian-koi8-r/ERR_WRITE_ERROR -etc/squid/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Serbian/ERR_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Serbian/ERR_CANNOT_FORWARD -etc/squid/errors/Serbian/ERR_CONNECT_FAIL -etc/squid/errors/Serbian/ERR_DNS_FAIL -etc/squid/errors/Serbian/ERR_FORWARDING_DENIED -etc/squid/errors/Serbian/ERR_FTP_DISABLED -etc/squid/errors/Serbian/ERR_FTP_FAILURE -etc/squid/errors/Serbian/ERR_FTP_FORBIDDEN -etc/squid/errors/Serbian/ERR_FTP_NOT_FOUND -etc/squid/errors/Serbian/ERR_FTP_PUT_CREATED -etc/squid/errors/Serbian/ERR_FTP_PUT_ERROR -etc/squid/errors/Serbian/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Serbian/ERR_FTP_UNAVAILABLE -etc/squid/errors/Serbian/ERR_INVALID_REQ -etc/squid/errors/Serbian/ERR_INVALID_URL -etc/squid/errors/Serbian/ERR_LIFETIME_EXP -etc/squid/errors/Serbian/ERR_NO_RELAY -etc/squid/errors/Serbian/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Serbian/ERR_READ_ERROR -etc/squid/errors/Serbian/ERR_READ_TIMEOUT -etc/squid/errors/Serbian/ERR_SHUTTING_DOWN -etc/squid/errors/Serbian/ERR_SOCKET_FAILURE -etc/squid/errors/Serbian/ERR_TOO_BIG -etc/squid/errors/Serbian/ERR_UNSUP_REQ -etc/squid/errors/Serbian/ERR_URN_RESOLVE -etc/squid/errors/Serbian/ERR_WRITE_ERROR -etc/squid/errors/Serbian/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Simplify_Chinese/ERR_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Simplify_Chinese/ERR_CANNOT_FORWARD -etc/squid/errors/Simplify_Chinese/ERR_CONNECT_FAIL -etc/squid/errors/Simplify_Chinese/ERR_DNS_FAIL -etc/squid/errors/Simplify_Chinese/ERR_FORWARDING_DENIED -etc/squid/errors/Simplify_Chinese/ERR_FTP_DISABLED -etc/squid/errors/Simplify_Chinese/ERR_FTP_FAILURE -etc/squid/errors/Simplify_Chinese/ERR_FTP_FORBIDDEN -etc/squid/errors/Simplify_Chinese/ERR_FTP_NOT_FOUND -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_CREATED -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_ERROR -etc/squid/errors/Simplify_Chinese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Simplify_Chinese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Simplify_Chinese/ERR_INVALID_REQ -etc/squid/errors/Simplify_Chinese/ERR_INVALID_URL -etc/squid/errors/Simplify_Chinese/ERR_LIFETIME_EXP -etc/squid/errors/Simplify_Chinese/ERR_NO_RELAY -etc/squid/errors/Simplify_Chinese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Simplify_Chinese/ERR_READ_ERROR -etc/squid/errors/Simplify_Chinese/ERR_READ_TIMEOUT -etc/squid/errors/Simplify_Chinese/ERR_SHUTTING_DOWN -etc/squid/errors/Simplify_Chinese/ERR_SOCKET_FAILURE -etc/squid/errors/Simplify_Chinese/ERR_TOO_BIG -etc/squid/errors/Simplify_Chinese/ERR_UNSUP_REQ -etc/squid/errors/Simplify_Chinese/ERR_URN_RESOLVE -etc/squid/errors/Simplify_Chinese/ERR_WRITE_ERROR -etc/squid/errors/Simplify_Chinese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Slovak/ERR_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Slovak/ERR_CANNOT_FORWARD -etc/squid/errors/Slovak/ERR_CONNECT_FAIL -etc/squid/errors/Slovak/ERR_DNS_FAIL -etc/squid/errors/Slovak/ERR_FORWARDING_DENIED -etc/squid/errors/Slovak/ERR_FTP_DISABLED -etc/squid/errors/Slovak/ERR_FTP_FAILURE -etc/squid/errors/Slovak/ERR_FTP_FORBIDDEN -etc/squid/errors/Slovak/ERR_FTP_NOT_FOUND -etc/squid/errors/Slovak/ERR_FTP_PUT_CREATED -etc/squid/errors/Slovak/ERR_FTP_PUT_ERROR -etc/squid/errors/Slovak/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Slovak/ERR_FTP_UNAVAILABLE -etc/squid/errors/Slovak/ERR_INVALID_REQ -etc/squid/errors/Slovak/ERR_INVALID_URL -etc/squid/errors/Slovak/ERR_LIFETIME_EXP -etc/squid/errors/Slovak/ERR_NO_RELAY -etc/squid/errors/Slovak/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Slovak/ERR_READ_ERROR -etc/squid/errors/Slovak/ERR_READ_TIMEOUT -etc/squid/errors/Slovak/ERR_SHUTTING_DOWN -etc/squid/errors/Slovak/ERR_SOCKET_FAILURE -etc/squid/errors/Slovak/ERR_TOO_BIG -etc/squid/errors/Slovak/ERR_UNSUP_REQ -etc/squid/errors/Slovak/ERR_URN_RESOLVE -etc/squid/errors/Slovak/ERR_WRITE_ERROR -etc/squid/errors/Slovak/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Spanish/ERR_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Spanish/ERR_CANNOT_FORWARD -etc/squid/errors/Spanish/ERR_CONNECT_FAIL -etc/squid/errors/Spanish/ERR_DNS_FAIL -etc/squid/errors/Spanish/ERR_FORWARDING_DENIED -etc/squid/errors/Spanish/ERR_FTP_DISABLED -etc/squid/errors/Spanish/ERR_FTP_FAILURE -etc/squid/errors/Spanish/ERR_FTP_FORBIDDEN -etc/squid/errors/Spanish/ERR_FTP_NOT_FOUND -etc/squid/errors/Spanish/ERR_FTP_PUT_CREATED -etc/squid/errors/Spanish/ERR_FTP_PUT_ERROR -etc/squid/errors/Spanish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Spanish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Spanish/ERR_INVALID_REQ -etc/squid/errors/Spanish/ERR_INVALID_URL -etc/squid/errors/Spanish/ERR_LIFETIME_EXP -etc/squid/errors/Spanish/ERR_NO_RELAY -etc/squid/errors/Spanish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Spanish/ERR_READ_ERROR -etc/squid/errors/Spanish/ERR_READ_TIMEOUT -etc/squid/errors/Spanish/ERR_SHUTTING_DOWN -etc/squid/errors/Spanish/ERR_SOCKET_FAILURE -etc/squid/errors/Spanish/ERR_TOO_BIG -etc/squid/errors/Spanish/ERR_UNSUP_REQ -etc/squid/errors/Spanish/ERR_URN_RESOLVE -etc/squid/errors/Spanish/ERR_WRITE_ERROR -etc/squid/errors/Spanish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Swedish/ERR_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Swedish/ERR_CANNOT_FORWARD -etc/squid/errors/Swedish/ERR_CONNECT_FAIL -etc/squid/errors/Swedish/ERR_DNS_FAIL -etc/squid/errors/Swedish/ERR_FORWARDING_DENIED -etc/squid/errors/Swedish/ERR_FTP_DISABLED -etc/squid/errors/Swedish/ERR_FTP_FAILURE -etc/squid/errors/Swedish/ERR_FTP_FORBIDDEN -etc/squid/errors/Swedish/ERR_FTP_NOT_FOUND -etc/squid/errors/Swedish/ERR_FTP_PUT_CREATED -etc/squid/errors/Swedish/ERR_FTP_PUT_ERROR -etc/squid/errors/Swedish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Swedish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Swedish/ERR_INVALID_REQ -etc/squid/errors/Swedish/ERR_INVALID_URL -etc/squid/errors/Swedish/ERR_LIFETIME_EXP -etc/squid/errors/Swedish/ERR_NO_RELAY -etc/squid/errors/Swedish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Swedish/ERR_READ_ERROR -etc/squid/errors/Swedish/ERR_READ_TIMEOUT -etc/squid/errors/Swedish/ERR_SHUTTING_DOWN -etc/squid/errors/Swedish/ERR_SOCKET_FAILURE -etc/squid/errors/Swedish/ERR_TOO_BIG -etc/squid/errors/Swedish/ERR_UNSUP_REQ -etc/squid/errors/Swedish/ERR_URN_RESOLVE -etc/squid/errors/Swedish/ERR_WRITE_ERROR -etc/squid/errors/Swedish/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Traditional_Chinese/ERR_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Traditional_Chinese/ERR_CANNOT_FORWARD -etc/squid/errors/Traditional_Chinese/ERR_CONNECT_FAIL -etc/squid/errors/Traditional_Chinese/ERR_DNS_FAIL -etc/squid/errors/Traditional_Chinese/ERR_FORWARDING_DENIED -etc/squid/errors/Traditional_Chinese/ERR_FTP_DISABLED -etc/squid/errors/Traditional_Chinese/ERR_FTP_FAILURE -etc/squid/errors/Traditional_Chinese/ERR_FTP_FORBIDDEN -etc/squid/errors/Traditional_Chinese/ERR_FTP_NOT_FOUND -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_CREATED -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_ERROR -etc/squid/errors/Traditional_Chinese/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Traditional_Chinese/ERR_FTP_UNAVAILABLE -etc/squid/errors/Traditional_Chinese/ERR_INVALID_REQ -etc/squid/errors/Traditional_Chinese/ERR_INVALID_URL -etc/squid/errors/Traditional_Chinese/ERR_LIFETIME_EXP -etc/squid/errors/Traditional_Chinese/ERR_NO_RELAY -etc/squid/errors/Traditional_Chinese/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Traditional_Chinese/ERR_READ_ERROR -etc/squid/errors/Traditional_Chinese/ERR_READ_TIMEOUT -etc/squid/errors/Traditional_Chinese/ERR_SHUTTING_DOWN -etc/squid/errors/Traditional_Chinese/ERR_SOCKET_FAILURE -etc/squid/errors/Traditional_Chinese/ERR_TOO_BIG -etc/squid/errors/Traditional_Chinese/ERR_UNSUP_REQ -etc/squid/errors/Traditional_Chinese/ERR_URN_RESOLVE -etc/squid/errors/Traditional_Chinese/ERR_WRITE_ERROR -etc/squid/errors/Traditional_Chinese/ERR_ZERO_SIZE_OBJECT -etc/squid/errors/Turkish/ERR_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/Turkish/ERR_CANNOT_FORWARD -etc/squid/errors/Turkish/ERR_CONNECT_FAIL -etc/squid/errors/Turkish/ERR_DNS_FAIL -etc/squid/errors/Turkish/ERR_FORWARDING_DENIED -etc/squid/errors/Turkish/ERR_FTP_DISABLED -etc/squid/errors/Turkish/ERR_FTP_FAILURE -etc/squid/errors/Turkish/ERR_FTP_FORBIDDEN -etc/squid/errors/Turkish/ERR_FTP_NOT_FOUND -etc/squid/errors/Turkish/ERR_FTP_PUT_CREATED -etc/squid/errors/Turkish/ERR_FTP_PUT_ERROR -etc/squid/errors/Turkish/ERR_FTP_PUT_MODIFIED -etc/squid/errors/Turkish/ERR_FTP_UNAVAILABLE -etc/squid/errors/Turkish/ERR_INVALID_REQ -etc/squid/errors/Turkish/ERR_INVALID_URL -etc/squid/errors/Turkish/ERR_LIFETIME_EXP -etc/squid/errors/Turkish/ERR_NO_RELAY -etc/squid/errors/Turkish/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/Turkish/ERR_READ_ERROR -etc/squid/errors/Turkish/ERR_READ_TIMEOUT -etc/squid/errors/Turkish/ERR_SHUTTING_DOWN -etc/squid/errors/Turkish/ERR_SOCKET_FAILURE -etc/squid/errors/Turkish/ERR_TOO_BIG -etc/squid/errors/Turkish/ERR_UNSUP_REQ -etc/squid/errors/Turkish/ERR_URN_RESOLVE -etc/squid/errors/Turkish/ERR_WRITE_ERROR -etc/squid/errors/Turkish/ERR_ZERO_SIZE_OBJECT -etc/squid/mib.txt -@unexec if cmp -s %D/etc/squid/mime.conf %D/etc/squid/mime.conf.default; then rm -f %D/etc/squid/mime.conf; fi -etc/squid/mime.conf.default -@exec [ -f %B/mime.conf ] || cp %B/%f %B/mime.conf -@unexec if cmp -s %D/etc/squid/squid.conf %D/etc/squid/squid.conf.default; then rm -f %D/etc/squid/squid.conf; fi -etc/squid/squid.conf.default -@exec [ -f %B/squid.conf ] || cp %B/%f %B/squid.conf -libexec/cachemgr.cgi -libexec/diskd -libexec/unlinkd -libexec/ip_user_check -libexec/yp_auth -libexec/pam_auth -man/man8/pam_auth.8 -libexec/ncsa_auth -libexec/squid_unix_group -man/man8/squid_unix_group.8 -sbin/RunAccel -sbin/RunCache -sbin/squidclient -sbin/squid -man/man8/squid.8 -@exec mkdir -p %D/squid/cache -@exec chown nobody:nogroup %D/squid/cache -@exec mkdir -p %D/squid/logs -@exec chown nobody:nogroup %D/squid/logs -@dirrm etc/squid/errors/Bulgarian -@dirrm etc/squid/errors/Catalan -@dirrm etc/squid/errors/Czech -@dirrm etc/squid/errors/Danish -@dirrm etc/squid/errors/Dutch -@dirrm etc/squid/errors/English -@dirrm etc/squid/errors/Estonian -@dirrm etc/squid/errors/Finnish -@dirrm etc/squid/errors/French -@dirrm etc/squid/errors/German -@dirrm etc/squid/errors/Hebrew -@dirrm etc/squid/errors/Hungarian -@dirrm etc/squid/errors/Italian -@dirrm etc/squid/errors/Japanese -@dirrm etc/squid/errors/Korean -@dirrm etc/squid/errors/Polish -@dirrm etc/squid/errors/Portuguese -@dirrm etc/squid/errors/Romanian -@dirrm etc/squid/errors/Russian-1251 -@dirrm etc/squid/errors/Russian-koi8-r -@dirrm etc/squid/errors/Serbian -@dirrm etc/squid/errors/Simplify_Chinese -@dirrm etc/squid/errors/Slovak -@dirrm etc/squid/errors/Spanish -@dirrm etc/squid/errors/Swedish -@dirrm etc/squid/errors/Traditional_Chinese -@dirrm etc/squid/errors/Turkish -@dirrm etc/squid/icons -@dirrm etc/squid/errors -@dirrm etc/squid -@dirrm squid/logs -@dirrm squid/cache -@dirrm squid diff --git a/www/tomcat41/Makefile b/www/tomcat41/Makefile deleted file mode 100644 index ba710cd62633..000000000000 --- a/www/tomcat41/Makefile +++ /dev/null @@ -1,177 +0,0 @@ -# New ports collection makefile for: jakarta-tomcat -# Date created: 20 Oct 2000 -# Whom: des -# -# $FreeBSD$ -# - -PORTNAME= jakarta-tomcat -PORTVERSION= 4.1.18 -CATEGORIES= www java -MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PORTVERSION}/bin/ \ - http://www.metaverse.nl/~ernst/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= znerd - -MAINTAINER= znerd@FreeBSD.org -COMMENT= Open-source Java web server by Apache, stable 4.1.x branch - -USE_JAVA= 1.2+ -NO_BUILD= YES - -MAJOR_VER= ${PORTVERSION:R} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION:R} -LOG_DIR= ${APP_HOME}/logs -PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} -APP_TITLE= Jakarta Tomcat -APP_SHORTNAME= tomcat${MAJOR_VER:S/.//} -CONTROL_SCRIPT_NAME= ${APP_SHORTNAME}ctl -CONTROL_SCRIPT= ${PREFIX}/bin/${CONTROL_SCRIPT_NAME} -CONTROL_SCRIPT_MANPAGE_TITLE= ${CONTROL_SCRIPT_NAME:U} -STARTUP_ORDER?= 020 -STARTUP_SCRIPT_NAME= ${PORTNAME}${MAJOR_VER:S/.//}.sh -STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/${STARTUP_ORDER}.${STARTUP_SCRIPT_NAME} -USER= www -GROUP= www -PW?= /usr/sbin/pw -HTTP_PORT?= 8180 -SHUTDOWN_PORT?= 8005 -WARP_PORT?= 8008 -AJP_1_3_PORT?= 8009 -STDOUT_LOG= ${LOG_DIR}/stdout.log -STDERR_LOG= ${LOG_DIR}/stderr.log -AUTO_START?= NO -STOP_TIMEOUT?= 5 -PID_FILE= /var/run/${APP_SHORTNAME}.pid -REPLACE_FILES= ${PORTSDIR}/www/jakarta-tomcat4/files/daemonctl.c \ - ${PORTSDIR}/www/jakarta-tomcat4/files/daemonctl.1 \ - ${PORTSDIR}/www/jakarta-tomcat4/files/startup.sh \ - ${WRKSRC}/conf/server.xml -JAR_FILE= bin/bootstrap.jar -WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work - -.include <bsd.port.pre.mk> - -pre-patch: - @${ECHO_CMD} "Installation settings:" - @${ECHO_CMD} " Destination directory: ${APP_HOME}" - @${ECHO_CMD} " Control program location: ${CONTROL_SCRIPT}" - @${ECHO_CMD} " Startup script location: ${STARTUP_SCRIPT}" - @${ECHO_CMD} " Location of JDK: ${JAVA_HOME}" - @${ECHO_CMD} " Location of Java port: ${JAVA_PORT}" - @${ECHO_CMD} " Running as (user/group): ${USER}/${GROUP}" - @${ECHO_CMD} " HTTP port: ${HTTP_PORT}" - @${ECHO_CMD} " Shutdown listener port: ${SHUTDOWN_PORT}" - @${ECHO_CMD} " WARP port: ${WARP_PORT}" - @${ECHO_CMD} " AJP 1.3 connector port: ${AJP_1_3_PORT}" - @${ECHO_CMD} " Logfile stdout: ${STDOUT_LOG}" - @${ECHO_CMD} " Logfile stderr: ${STDERR_LOG}" - @${ECHO_CMD} " Starting after install: ${AUTO_START}" - @${ECHO_CMD} " Stop time-out: ${STOP_TIMEOUT} sec." - @PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -post-patch: - @${ECHO_CMD} -n ">> Removing unneeded files..." - @${RM} -f `${FIND} ${WRKSRC} -name '*.bat'` `${FIND} ${WRKSRC} -name '*.orig'` `${FIND} ${WRKSRC} -name '*.exe'` - @${ECHO_CMD} " [ DONE ]" - -.for f in ${REPLACE_FILES} - @${ECHO_CMD} -n ">> Customizing `basename $f`..." - @${SED} \ - -e "/%%AJP_1_3_PORT%%/s//${AJP_1_3_PORT}/g" \ - -e "/%%APP_HOME%%/s//${APP_HOME:S/\//\\\//g}/g" \ - -e "/%%APP_SHORTNAME%%/s//${APP_SHORTNAME}/g" \ - -e "/%%APP_TITLE%%/s//${APP_TITLE}/g" \ - -e "/%%CONTROL_SCRIPT%%/s//${CONTROL_SCRIPT:S/\//\\\//g}/g" \ - -e "/%%CONTROL_SCRIPT_MANPAGE_TITLE%%/s//${CONTROL_SCRIPT_MANPAGE_TITLE}/g" \ - -e "/%%CONTROL_SCRIPT_NAME%%/s//${CONTROL_SCRIPT_NAME}/g" \ - -e "/%%GROUP%%/s//${GROUP}/g" \ - -e "/%%HTTP_PORT%%/s//${HTTP_PORT}/g" \ - -e "/%%JAVA_CMD%%/s//bin\/java/g" \ - -e "/%%JAVA_HOME%%/s//${JAVA_HOME:S/\//\\\//g}/g" \ - -e "/%%JAR_FILE%%/s//${JAR_FILE:S/\//\\\//g}/g" \ - -e "/%%LOG_DIR%%/s//${LOG_DIR:S/\//\\\//g}/g" \ - -e "/%%PID_FILE%%/s//${PID_FILE:S/\//\\\//g}/g" \ - -e "/%%PORTNAME%%/s//${PORTNAME}/g" \ - -e "/%%PORTVERSION%%/s//${PORTVERSION}/g" \ - -e "/%%PREFIX%%/s//${PREFIX:S/\//\\\//g}/g" \ - -e "/%%SHUTDOWN_PORT%%/s//${SHUTDOWN_PORT}/g" \ - -e "/%%STARTUP_SCRIPT_NAME%%/s//${STARTUP_SCRIPT_NAME}/g" \ - -e "/%%STARTUP_SCRIPT%%/s//${STARTUP_SCRIPT:S/\//\\\//g}/g" \ - -e "/%%STDERR_LOG%%/s//${STDERR_LOG:S/\//\\\//g}/g" \ - -e "/%%STDOUT_LOG%%/s//${STDOUT_LOG:S/\//\\\//g}/g" \ - -e "/%%STOP_TIMEOUT%%/s//${STOP_TIMEOUT}/g" \ - -e "/%%USER%%/s//${USER}/g" \ - -e "/%%WARP_PORT%%/s//${WARP_PORT}/g" \ - $f > ${WRKDIR}/`basename $f` - @${ECHO_CMD} " [ DONE ]" -.endfor - -do-install: - @${ECHO_CMD} -n ">> Creating destination directory..." - @${MKDIR} ${APP_HOME} - @${MKDIR} ${LOG_DIR} - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Copying files to destination directory..." - @${CP} -R ${WRKSRC}/* ${APP_HOME} - @${CP} ${WRKDIR}/server.xml ${APP_HOME}/conf/ - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Compiling and installing control program..." - @${SED} \ - -e "/%%JAVA_ARGS%%/s//\"-Dcatalina.home=${APP_HOME:S/\//\\\//g}\",/g" \ - -e "/%%JAR_ARGS%%/s//\"start\",/g" \ - ${WRKDIR}/daemonctl.c > ${WRKDIR}/daemonctl_.c - @cd ${WRKDIR} && ${CC} -ansi -o ${CONTROL_SCRIPT_NAME} daemonctl_.c - @${CP} ${WRKDIR}/${CONTROL_SCRIPT_NAME} ${CONTROL_SCRIPT} - @${CHOWN} ${USER}:${GROUP} ${CONTROL_SCRIPT} - @${CHMOD} 6754 ${CONTROL_SCRIPT} - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Installing startup script..." - @${CP} ${WRKDIR}/startup.sh ${STARTUP_SCRIPT} - @${CHMOD} 0544 ${STARTUP_SCRIPT} - @${ECHO_CMD} " [ DONE ]" - -.if !defined(NOPORTDOCS) - @${ECHO_CMD} -n ">> Installing man pages..." - @${INSTALL_MAN} ${WRKDIR}/daemonctl.1 ${MANPREFIX}/man/man1/${CONTROL_SCRIPT_NAME}.1 - @${ECHO_CMD} " [ DONE ]" -.endif - - @${ECHO_CMD} -n ">> Creating log files..." - @${INSTALL} /dev/null ${STDOUT_LOG} - @${INSTALL} /dev/null ${STDERR_LOG} - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Creating symlink to tools.jar..." - @${LN} -sf ${JAVA_HOME}/lib/tools.jar ${APP_HOME}/common/lib/tools.jar - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Fixing ownership settings..." - @${CHOWN} -R ${USER}:${GROUP} ${APP_HOME} - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Fixing permissions..." - @${CHMOD} 755 `find ${APP_HOME} -type d` - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Creating PID file..." - @${TOUCH} ${PID_FILE} - @${CHOWN} ${USER}:${GROUP} ${PID_FILE} - @${CHMOD} 0600 ${PID_FILE} - @${ECHO_CMD} " [ DONE ]" - -post-install: - @${ECHO_CMD} "${APP_TITLE} ${PORTVERSION} has been installed in ${APP_HOME}." - @${ECHO_CMD} "If a user should be able to use ${CONTROL_SCRIPT_NAME}, then put this user in the group ${GROUP}." -.if !defined(NOPORTDOCS) - @${ECHO_CMD} "Use 'man ${CONTROL_SCRIPT_NAME}' for information about starting and stopping ${APP_TITLE}." -.endif -.if ${AUTO_START} == "YES" - @${CONTROL_SCRIPT} start || true -.endif - -.include <bsd.port.post.mk> diff --git a/www/tomcat41/distinfo b/www/tomcat41/distinfo deleted file mode 100644 index 17f20e28eb2c..000000000000 --- a/www/tomcat41/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (jakarta-tomcat-4.1.18.tar.gz) = dc2add13f9f1b1038ccbb72a0610f343 diff --git a/www/tomcat41/files/patch-aa b/www/tomcat41/files/patch-aa deleted file mode 100644 index 407a2c079ef3..000000000000 --- a/www/tomcat41/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ ---- conf/server.xml.orig Fri Jan 3 14:55:15 2003 -+++ conf/server.xml Fri Jan 3 14:58:21 2003 -@@ -10,7 +10,7 @@ - define subcomponents such as "Valves" or "Loggers" at this level. - --> - --<Server port="8005" shutdown="SHUTDOWN" debug="0"> -+<Server port="%%SHUTDOWN_PORT%%" shutdown="SHUTDOWN" debug="0"> - - - <!-- Comment these entries out to disable JMX MBeans support --> -@@ -88,9 +88,9 @@ - IP address of the remote client. - --> - -- <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 --> -+ <!-- Define a non-SSL Coyote HTTP/1.1 Connector --> - <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" -- port="8080" minProcessors="5" maxProcessors="75" -+ port="%%HTTP_PORT%%" minProcessors="5" maxProcessors="75" - enableLookups="true" redirectPort="8443" - acceptCount="100" debug="0" connectionTimeout="20000" - useURIValidationHack="false" disableUploadTimeout="true" /> -@@ -109,9 +109,9 @@ - </Connector> - --> - -- <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --> -+ <!-- Define a Coyote/JK2 AJP 1.3 Connector --> - <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" -- port="8009" minProcessors="5" maxProcessors="75" -+ port="%%AJP_1_3_PORT%%" minProcessors="5" maxProcessors="75" - enableLookups="true" redirectPort="8443" - acceptCount="10" debug="0" connectionTimeout="0" - useURIValidationHack="false" diff --git a/www/tomcat41/pkg-deinstall b/www/tomcat41/pkg-deinstall deleted file mode 100644 index d1b05d4e055b..000000000000 --- a/www/tomcat41/pkg-deinstall +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh -# -# This script does the following. -# -# * Checks if the PID file exists. If it does, it kills the -# process and removes the PID file. -# -# * Checks if the 'www' user exists. If it does, then it displays -# a message. -# -# $FreeBSD$ -# - -# Make sure we're in the right stage of the process -if [ "$2" = "DEINSTALL" ]; then - - # Kill the process if it is still running - PID_FILE=/var/run/tomcat4.pid - if [ -s ${PID_FILE} ]; then - PID=`cat ${PID_FILE}` - echo -n ">> Killing Jakarta Tomcat process (${PID})..." - /bin/kill ${PID} > /dev/null 2> /dev/null - if [ $? -eq 0 ]; then - echo " [ DONE ]" - else - echo " [ FAILED ]" - fi - echo -n ">> Removing PID file (${PID_FILE})..." - rm ${PID_FILE} > /dev/null 2> /dev/null - if [ $? -eq 0 ]; then - echo " [ DONE ]" - else - echo " [ FAILED ]" - fi - fi -fi - -if [ "$2" = "POST-DEINSTALL" ]; then - # If the user exists, then display a message - if pw usershow "www" 2>/dev/null 1>&2; then - echo "To delete the www user permanently, use 'pw userdel www'" - fi -fi - -exit 0 diff --git a/www/tomcat41/pkg-descr b/www/tomcat41/pkg-descr deleted file mode 100644 index 738b5471a310..000000000000 --- a/www/tomcat41/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Jakarta Tomcat is a web server written in 100% Pure Java. The -Tomcat 4 branch is the reference implementation for the Java -Servlet 2.3 and JavaServer Pages 1.2 technologies. - -Tomcat 4.1 is a refactoring of Tomcat 4.0.x, and contains significant -enhancements, including: - -o JMX based administration features -o JSP and Struts based administration web application -o New Coyote connector (HTTP/1.1, AJP 1.3 and JNI support) -o Rewritten Jasper JSP page compiler -o Performance and memory efficiency improvements -o Enhanced manager application support for integration with development - tools -o Custom Ant tasks to interact with the manager application directly from - build.xml scripts - - -WWW: http://jakarta.apache.org/tomcat/ diff --git a/www/tomcat41/pkg-install b/www/tomcat41/pkg-install deleted file mode 100644 index 687ec3fc1f9e..000000000000 --- a/www/tomcat41/pkg-install +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh -# -# Checks if the 'www' user and group exist. If they don't, then -# an attempt is made to create both. -# -# $FreeBSD$ -# - -# Make sure we're called during the 'make install' process -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -# Set some constants -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -# See if the group already exists -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - - # If not, try to create it - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -# See if the user already exists -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - - # If not, try to create it - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 diff --git a/www/tomcat41/pkg-plist b/www/tomcat41/pkg-plist deleted file mode 100644 index c060a4df05bf..000000000000 --- a/www/tomcat41/pkg-plist +++ /dev/null @@ -1,1541 +0,0 @@ -bin/tomcat41ctl -etc/rc.d/020.jakarta-tomcat41.sh -%%T%%/logs/stdout.log -%%T%%/logs/stderr.log -%%T%%/common/lib/jta.jar -%%T%%/common/lib/mail.jar -%%T%%/common/lib/commons-logging-api.jar -%%T%%/common/lib/commons-collections.jar -%%T%%/common/lib/jdbc2_0-stdext.jar -%%T%%/common/lib/commons-pool.jar -%%T%%/common/lib/jasper-compiler.jar -%%T%%/common/lib/naming-factory.jar -%%T%%/common/lib/jndi.jar -%%T%%/common/lib/activation.jar -%%T%%/common/lib/jasper-runtime.jar -%%T%%/common/lib/naming-resources.jar -%%T%%/common/lib/naming-common.jar -%%T%%/common/lib/commons-dbcp.jar -%%T%%/common/lib/ant.jar -%%T%%/common/lib/servlet.jar -%%T%%/common/lib/tools.jar -%%T%%/common/endorsed/xercesImpl.jar -%%T%%/common/endorsed/xmlParserAPIs.jar -%%T%%/webapps/tomcat-docs/appdev/sample/web/WEB-INF/web.xml -%%T%%/webapps/tomcat-docs/appdev/sample/web/images/tomcat.gif -%%T%%/webapps/tomcat-docs/appdev/sample/web/hello.jsp -%%T%%/webapps/tomcat-docs/appdev/sample/web/index.html -%%T%%/webapps/tomcat-docs/appdev/sample/docs/README.txt -%%T%%/webapps/tomcat-docs/appdev/sample/src/mypackage/Hello.java -%%T%%/webapps/tomcat-docs/appdev/sample/build.xml -%%T%%/webapps/tomcat-docs/appdev/introduction.html -%%T%%/webapps/tomcat-docs/appdev/index.html -%%T%%/webapps/tomcat-docs/appdev/source.html -%%T%%/webapps/tomcat-docs/appdev/web.xml.txt -%%T%%/webapps/tomcat-docs/appdev/processes.html -%%T%%/webapps/tomcat-docs/appdev/build.xml.txt -%%T%%/webapps/tomcat-docs/appdev/installation.html -%%T%%/webapps/tomcat-docs/appdev/deployment.html -%%T%%/webapps/tomcat-docs/config/jk2.html -%%T%%/webapps/tomcat-docs/config/manager.html -%%T%%/webapps/tomcat-docs/config/engine.html -%%T%%/webapps/tomcat-docs/config/host.html -%%T%%/webapps/tomcat-docs/config/loader.html -%%T%%/webapps/tomcat-docs/config/logger.html -%%T%%/webapps/tomcat-docs/config/server.html -%%T%%/webapps/tomcat-docs/config/index.html -%%T%%/webapps/tomcat-docs/config/coyote.html -%%T%%/webapps/tomcat-docs/config/resources.html -%%T%%/webapps/tomcat-docs/config/service.html -%%T%%/webapps/tomcat-docs/config/webapp.html -%%T%%/webapps/tomcat-docs/config/valve.html -%%T%%/webapps/tomcat-docs/config/connectors.html -%%T%%/webapps/tomcat-docs/config/globalresources.html -%%T%%/webapps/tomcat-docs/config/http11.html -%%T%%/webapps/tomcat-docs/config/defaultcontext.html -%%T%%/webapps/tomcat-docs/config/context.html -%%T%%/webapps/tomcat-docs/config/realm.html -%%T%%/webapps/tomcat-docs/config/jk.html -%%T%%/webapps/tomcat-docs/jk2/common/AJPv13.html -%%T%%/webapps/tomcat-docs/jk2/common/AJPv13-extensions-proposal.html -%%T%%/webapps/tomcat-docs/jk2/jk2/configtc.html -%%T%%/webapps/tomcat-docs/jk2/jk2/configwebcom.html -%%T%%/webapps/tomcat-docs/jk2/jk2/installhowto.html -%%T%%/webapps/tomcat-docs/jk2/jk2/configweb.html -%%T%%/webapps/tomcat-docs/jk2/jk2/configtcex.html -%%T%%/webapps/tomcat-docs/jk2/jk2/configwebex.html -%%T%%/webapps/tomcat-docs/jk2/jk2/confighowto.html -%%T%%/webapps/tomcat-docs/jk2/jk/iishowto.html -%%T%%/webapps/tomcat-docs/jk2/jk/workershowto.html -%%T%%/webapps/tomcat-docs/jk2/jk/domhowto.html -%%T%%/webapps/tomcat-docs/jk2/jk/neshowto.html -%%T%%/webapps/tomcat-docs/jk2/jk/quickhowto.html -%%T%%/webapps/tomcat-docs/jk2/jk/aphowto.html -%%T%%/webapps/tomcat-docs/jk2/images/jakarta.gif -%%T%%/webapps/tomcat-docs/jk2/images/pixel.gif -%%T%%/webapps/tomcat-docs/jk2/images/tomcat.ico -%%T%%/webapps/tomcat-docs/jk2/images/corner.gif -%%T%%/webapps/tomcat-docs/jk2/images/jk2.gif -%%T%%/webapps/tomcat-docs/jk2/images/jk2.png -%%T%%/webapps/tomcat-docs/jk2/images/mod_jk.jpg -%%T%%/webapps/tomcat-docs/jk2/index.html -%%T%%/webapps/tomcat-docs/jk2/style.css -%%T%%/webapps/tomcat-docs/jk2/faq.html -%%T%%/webapps/tomcat-docs/images/tomcat.gif -%%T%%/webapps/tomcat-docs/images/jakarta-logo.gif -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/xmlparser/package-tree.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/xmlparser/ParserUtils.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/xmlparser/package-summary.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/xmlparser/TreeNode.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/xmlparser/package-frame.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/JspFactoryImpl.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/package-frame.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/PageContextImpl.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/JspFactoryImpl.PrivilegedGetPageContext.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/BodyContentImpl.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/JspFactoryImpl.PrivilegedReleasePageContext.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/JspRuntimeLibrary.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/JspWriterImpl.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/package-tree.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/JspRuntimeLibrary.PrivilegedIntrospectHelper.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/TagHandlerPool.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/package-summary.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/HttpJspBase.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime/ServletResponseWrapperInclude.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/logging/DefaultLogger.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/logging/package-summary.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/logging/package-frame.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/logging/Logger.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/logging/LogAware.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/logging/JasperLogger.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/logging/package-tree.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/logging/Logger.Helper.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet/package-frame.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet/package-tree.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet/TomcatServletEngine.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet/ServletEngine.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet/JasperLoader.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet/JspServletWrapper.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet/JspServlet.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet/JasperLoader.PrivilegedLoadClass.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet/JspCServletContext.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet/package-summary.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/util/package-summary.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/util/Queue.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/util/package-tree.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/util/StringManager.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/util/FastDateFormat.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/util/package-frame.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/util/SimplePool.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/util/SystemLogHandler.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/ErrorHandler.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.JspText.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.Scriptlet.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.Root.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/TagConstants.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/JavacErrorDetail.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.TaglibDirective.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.GetProperty.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/JspDocumentParser.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/PageDataImpl.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.Nodes.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.FallBackAction.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Dumper.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.UninterpretedTag.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/ServletWriter.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/ErrorDispatcher.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/TagLibraryInfoImpl.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/package-tree.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.IncludeDirective.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Generator.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.Comment.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/JspRuntimeContext.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Collector.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/JspUtil.ValidAttribute.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.JspRoot.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/ScriptingVariabler.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/package-frame.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.IncludeAction.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Compiler.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.ScriptingElement.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.UseBean.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Mark.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/package-summary.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.Declaration.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.Expression.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/JspUtil.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/BeanRepository.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Parser.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.CustomTag.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/TldLocationsCache.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/ParserController.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Validator.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.ParamAction.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.SetProperty.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.PageDirective.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.Visitor.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.ParamsAction.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.ForwardAction.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/JspReader.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.PlugIn.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.TemplateText.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler/Node.JspAttribute.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/EmbededServletOptions.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/JspC.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/package-frame.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/package-tree.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/JasperException.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/Options.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/JspCompilationContext.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/Constants.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/package-summary.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/allclasses-noframe.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/help-doc.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/packages.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/overview-summary.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/constant-values.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/serialized-form.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/stylesheet.css -%%T%%/webapps/tomcat-docs/jasper/docs/api/index.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/allclasses-frame.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/package-list -%%T%%/webapps/tomcat-docs/jasper/docs/api/deprecated-list.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/overview-tree.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/index-all.html -%%T%%/webapps/tomcat-docs/jasper/docs/api/overview-frame.html -%%T%%/webapps/tomcat-docs/WEB-INF/web.xml -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpServletRequest.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/Cookie.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpServletResponse.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpServlet.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionEvent.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSession.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpUtils.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpServletResponseWrapper.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionBindingListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionContext.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionAttributeListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionActivationListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpServletRequestWrapper.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionBindingEvent.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpServletResponseWrapper.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionBindingEvent.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/package-frame.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionContext.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/package-summary.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpServletRequestWrapper.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/package-use.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/Cookie.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpServletRequest.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionEvent.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpUtils.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionActivationListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpServlet.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpServletResponse.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSession.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionAttributeListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionBindingListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/package-tree.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContextAttributeEvent.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletConfig.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContextEvent.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContextListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContextAttributeListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/FilterChain.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletResponseWrapper.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/FilterConfig.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/UnavailableException.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletResponse.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/Filter.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletRequest.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContext.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletInputStream.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/GenericServlet.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/Servlet.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/RequestDispatcher.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletOutputStream.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/SingleThreadModel.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletException.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletRequestWrapper.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/class-use/JspTagException.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/class-use/JspPage.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/class-use/JspWriter.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/class-use/JspFactory.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/class-use/JspEngineInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/class-use/JspException.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/class-use/PageContext.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/class-use/HttpJspPage.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/doc-files/IterationTagProtocol.gif -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/doc-files/TagProtocol.gif -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/doc-files/BodyTagProtocol.gif -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/doc-files/VariableInfo-1.gif -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/TagData.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/TagInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/TagLibraryInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/TagSupport.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/TagExtraInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/Tag.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/BodyTag.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/ValidationMessage.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/TagVariableInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/BodyTagSupport.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/IterationTag.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/TagAttributeInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/TryCatchFinally.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/PageData.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/BodyContent.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/VariableInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use/TagLibraryValidator.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/TagInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/TagLibraryInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/TagLibraryValidator.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/Tag.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/package-summary.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/TagVariableInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/BodyTag.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/TagSupport.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/IterationTag.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/package-tree.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/package-frame.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/package-use.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/BodyTagSupport.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/PageData.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/VariableInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/TagData.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/TryCatchFinally.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/ValidationMessage.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/TagExtraInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/TagAttributeInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/BodyContent.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/JspTagException.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/JspPage.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/package-frame.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/JspFactory.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/HttpJspPage.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/JspEngineInfo.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/package-summary.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/JspException.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/package-tree.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/JspWriter.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/package-use.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/PageContext.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/RequestDispatcher.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/SingleThreadModel.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletConfig.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/FilterConfig.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/package-use.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/package-summary.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextAttributeEvent.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletResponse.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/package-frame.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextEvent.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/Filter.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestWrapper.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/FilterChain.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletException.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletResponseWrapper.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/UnavailableException.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextAttributeListener.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/package-tree.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/Servlet.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequest.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletContext.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletInputStream.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/GenericServlet.html -%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletOutputStream.html -%%T%%/webapps/tomcat-docs/servletapi/overview-summary.html -%%T%%/webapps/tomcat-docs/servletapi/overview-frame.html -%%T%%/webapps/tomcat-docs/servletapi/allclasses-frame.html -%%T%%/webapps/tomcat-docs/servletapi/overview-tree.html -%%T%%/webapps/tomcat-docs/servletapi/constant-values.html -%%T%%/webapps/tomcat-docs/servletapi/serialized-form.html -%%T%%/webapps/tomcat-docs/servletapi/help-doc.html -%%T%%/webapps/tomcat-docs/servletapi/index-all.html -%%T%%/webapps/tomcat-docs/servletapi/index.html -%%T%%/webapps/tomcat-docs/servletapi/packages.html -%%T%%/webapps/tomcat-docs/servletapi/stylesheet.css -%%T%%/webapps/tomcat-docs/servletapi/deprecated-list.html -%%T%%/webapps/tomcat-docs/servletapi/package-list -%%T%%/webapps/tomcat-docs/servletapi/allclasses-noframe.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/GenericPrincipal.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/MemoryRuleSet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/JAASMemoryLoginModule.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/UserDatabaseRealm.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/JDBCRealm.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/JNDIRealm.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/JAASCallbackHandler.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/RealmBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/DataSourceRealm.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/MemoryRealm.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm/JAASRealm.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIServlet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIPrintenv.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIMediator.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIConfig.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/ResponseIncludeWrapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIServletRequestUtil.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIConditional.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/ExpressionTokenizer.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSISet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIExec.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIServletExternalResolver.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIProcessor.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSICommand.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIEcho.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIStopProcessingException.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/ExpressionParseTree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/ByteArrayServletOutputStream.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIInclude.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIFsize.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIServletExternalResolver.ServletContextAndPath.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIFlastmod.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi/SSIExternalResolver.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/net/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/net/ServerSocketFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/net/DefaultServerSocketFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/net/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/net/SSLServerSocketFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/net/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/StandardManager.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/JDBCStore.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/DistributedManager.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/ManagerBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/StandardSessionFacade.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/PersistentManagerBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/FileStore.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/PersistentManager.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/StoreBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/AuthenticatorBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/FormAuthenticator.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/SingleSignOn.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/DigestAuthenticator.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/SSLAuthenticator.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/BasicAuthenticator.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/NonLoginAuthenticator.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator/SavedRequest.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardHostDeployer.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/ContainerBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardEngineMapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardService.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardContextMapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardHost.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/ApplicationContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/ApplicationContext.PrivilegedGetResource.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/MappingRequest.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/ApplicationContextFacade.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/ApplicationContext.PrivilegedGetRequestDispatcher.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardPipeline.StandardPipelineValveContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/FastEngineMapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/NamingContextListener.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardPipeline.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardDefaultContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/ApplicationContext.PrivilegedLogException.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/ContainerBase.PrivilegedAddChild.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardHostMapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/ApplicationContext.PrivilegedLogThrowable.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardServer.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/ApplicationContext.PrivilegedLogMessage.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardWrapperFacade.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardEngine.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/ApplicationContext.PrivilegedGetResourcePaths.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core/StandardWrapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/CertificatesValve.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/JDBCAccessLogValve.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/RemoteHostValve.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/RemoteAddrValve.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/RequestDumperValve.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/ErrorDispatcherValve.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/AccessLogValve.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/Constants.AccessLog.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/ValveBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/RequestFilterValve.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves/ErrorReportValve.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/ContextResource.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/Test.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/ContextEnvironment.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/SecurityCollection.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/ContextEjb.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/NamingResources.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/FilterMap.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/SecurityConstraint.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/ResourceParams.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/ErrorPage.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/ApplicationParameter.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/LoginConfig.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/ContextResourceLink.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/ContextLocalEjb.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy/FilterDef.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/EngineConfig.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/ContextConfig.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/CopyParentClassLoaderRule.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/LifecycleListenerRule.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/WebRuleSet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/EngineRuleSet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/HostRuleSet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/Catalina.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/ContextRuleSet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/Tool.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/NamingRuleSet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/Catalina.CatalinaShutdownHook.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/SecurityClassLoad.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/EmbeddedManager.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/CatalinaManagerMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/UserConfig.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/BootstrapService.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/PasswdUserDatabase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/BootstrapServiceContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/CatalinaService.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/UserDatabase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/HomesUserDatabase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/TldRuleSet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/ClassLoaderFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/EmbeddedManagerMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/HostConfig.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/Bootstrap.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/CatalinaManager.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/Embedded.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/WebappClassLoader.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/StandardClassLoader.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/Reloader.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/WebappLoader.WebappContextNotifier.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/ResourceEntry.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/WebappClassLoader.PrivilegedFindResource.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/Extension.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader/WebappLoader.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/logger/SystemErrLogger.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/logger/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/logger/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/logger/LoggerBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/logger/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/logger/SystemOutLogger.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/logger/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/logger/FileLogger.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http/HttpRequestStream.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http/HttpConnector.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http/HttpResponseStream.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http/SocketInputStream.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http10/HttpConnector.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http10/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http10/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http10/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http10/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpResponse.Stream.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpRequestHandler.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpResponse.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpCertificates.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpPacket.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpRequest.Stream.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpEngine.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpSSLData.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpLogger.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpHost.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpConnector.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpConfigurationHandler.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpRequest.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp/WarpConnection.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/RequestStream.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/HttpResponseBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/HttpRequestBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/HttpRequestFacade.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/HttpResponseFacade.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/ResponseStream.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/HttpRequestBase.PrivilegedGetSession.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/HttpRequestWrapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/ResponseWriter.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/ResponseBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/RequestFacade.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/HttpResponseWrapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/HttpResponseBase.PrivilegedFlushBuffer.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/ResponseWrapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/ResponseFacade.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/RequestBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/RequestWrapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/ProcessEnvironment.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/CookieTools.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/ParameterMap.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/MIME2Java.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/FastHttpDateFormat.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/ServerInfo.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/CustomObjectInputStream.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/ProcessHelper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/XMLWriter.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/HexUtils.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/Queue.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/IOTools.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/CharsetMapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/ResourceSet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/RequestUtil.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/Base64.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/FastDateFormat.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/Strftime.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/DOMWriter.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/DateTool.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/StringManager.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/StringParser.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/InstanceSupport.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/LifecycleSupport.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/CGIProcessEnvironment.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/MD5Encoder.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/URLEncoder.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/URL.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util/Enumerator.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/CGIServlet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/WebdavServlet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/DefaultServlet.ResourceInfo.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/InvokerServlet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/CGIServlet.CGIRunner.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/ManagerServlet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/DefaultServlet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/CGIServlet.CGIEnvironment.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets/HTMLManagerServlet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/StandardServiceMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/ConnectorMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/ClassNameMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/StandardServerMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/ServerLifecycleListener.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/ContextEnvironmentMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/GlobalResourcesLifecycleListener.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/MBeanUtils.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/RoleMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/StandardHostMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/ContextResourceLinkMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/NamingResourcesMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/UserMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/GroupMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/StandardContextMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/MemoryUserDatabaseMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/ContextResourceMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/MBeanFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/StandardEngineMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans/DefaultContextMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/StartTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/InstallTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/StopTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/DeployTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/ListTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/ReloadTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/RemoveTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/RolesTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/AbstractCatalinaTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/ResourcesTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant/UndeployTask.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/ClusterSender.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/ClusterSessionBase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/MulticastSender.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/ClusterMemberInfo.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/MulticastReceiver.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/ClusterReceiver.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/ReplicationWrapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster/StandardCluster.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/MemoryUserDatabaseFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/AbstractGroup.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/MemoryUserDatabase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/MemoryUser.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/AbstractUser.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/MemoryRole.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/AbstractRole.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users/MemoryGroup.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Server.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/InstanceListener.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Store.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/SessionListener.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Lifecycle.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/HttpRequest.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/User.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ContainerServlet.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Globals.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ContainerEvent.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Container.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/DefaultContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Wrapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Loader.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ContainerListener.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ValveContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/UserDatabase.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/LifecycleListener.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Role.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Valve.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Request.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Service.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Context.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Connector.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Cluster.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Host.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/HttpResponse.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Manager.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/InstanceEvent.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Mapper.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Realm.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ServerFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Group.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/LifecycleException.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/LifecycleEvent.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Authenticator.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/SessionEvent.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Pipeline.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Contained.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Engine.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Deployer.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Response.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Session.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/Logger.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/TyrexResourceFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/TransactionFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/TyrexTransactionFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/ResourceLinkFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/TyrexFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/EjbFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/ResourceFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/MailSessionFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/BeanFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/ResourceEnvFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory/SendMailFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/java/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/java/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/java/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/java/javaURLContextFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/jndi/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/jndi/Handler.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/jndi/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/jndi/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/BaseDirContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/ImmutableNameNotFoundException.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/FileDirContext.FileResourceAttributes.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/ProxyDirContext.CacheEntry.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/DirContextURLConnection.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/ResourceAttributes.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/FileDirContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/WARDirContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/RecyclableNamingEnumeration.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/DirContextURLStreamHandler.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/Resource.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/WARDirContext.Entry.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/DirContextURLStreamHandlerFactory.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/FileDirContext.FileResource.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/ProxyDirContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/WARDirContext.WARResource.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/StringManager.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/ResourceEnvRef.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/Constants.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/ResourceRef.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/NamingEntry.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/EjbRef.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/package-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/ContextBindings.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/NamingService.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/NamingContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/package-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/ResourceLinkRef.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/ContextAccessController.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/NamingServiceMBean.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/package-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/NamingContextEnumeration.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/SelectorContext.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/NamingContextBindingsEnumeration.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/TransactionRef.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/NameParserImpl.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/JndiPermission.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/overview-summary.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/overview-tree.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/index.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/allclasses-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/deprecated-list.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/package-list -%%T%%/webapps/tomcat-docs/catalina/docs/api/stylesheet.css -%%T%%/webapps/tomcat-docs/catalina/docs/api/overview-frame.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/allclasses-noframe.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/index-all.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/constant-values.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/serialized-form.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/help-doc.html -%%T%%/webapps/tomcat-docs/catalina/docs/api/packages.html -%%T%%/webapps/tomcat-docs/catalina/funcspecs/index.html -%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-jdbc-realm.html -%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-memory-realm.html -%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-default.html -%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-invoker.html -%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-admin-opers.html -%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-jndi-realm.html -%%T%%/webapps/tomcat-docs/catalina/funcspecs/mbean-names.html -%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-admin-apps.html -%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-admin-objects.html -%%T%%/webapps/tomcat-docs/manager-howto.html -%%T%%/webapps/tomcat-docs/cgi-howto.html -%%T%%/webapps/tomcat-docs/README.txt -%%T%%/webapps/tomcat-docs/realm-howto.html -%%T%%/webapps/tomcat-docs/ssl-howto.html -%%T%%/webapps/tomcat-docs/class-loader-howto.html -%%T%%/webapps/tomcat-docs/RUNNING.txt -%%T%%/webapps/tomcat-docs/jndi-datasource-examples-howto.html -%%T%%/webapps/tomcat-docs/ssi-howto.html -%%T%%/webapps/tomcat-docs/index.html -%%T%%/webapps/tomcat-docs/jndi-resources-howto.html -%%T%%/webapps/tomcat-docs/jasper-howto.html -%%T%%/webapps/tomcat-docs/proxy-howto.html -%%T%%/webapps/tomcat-docs/introduction.html -%%T%%/webapps/tomcat-docs/BUILDING.txt -%%T%%/webapps/tomcat-docs/security-manager-howto.html -%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class -%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.java -%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.java -%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.class -%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class -%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.java -%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.java -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class -%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.class -%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.class -%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.class -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.java -%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.java -%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.java -%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.java -%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.class -%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class -%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class -%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.class -%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.java -%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.java -%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.class -%%T%%/webapps/examples/WEB-INF/classes/error/Smart.java -%%T%%/webapps/examples/WEB-INF/classes/error/Smart.class -%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class -%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.java -%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.java -%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.class -%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.java -%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class -%%T%%/webapps/examples/WEB-INF/classes/filters/RequestDumperFilter.class -%%T%%/webapps/examples/WEB-INF/classes/filters/RequestDumperFilter.java -%%T%%/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java -%%T%%/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.class -%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.class -%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.java -%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.class -%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.java -%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.java -%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.java -%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.java -%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.class -%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.class -%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.class -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_en.properties -%%T%%/webapps/examples/WEB-INF/classes/CookieExample.class -%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.java -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings.properties -%%T%%/webapps/examples/WEB-INF/classes/JndiServlet.java -%%T%%/webapps/examples/WEB-INF/classes/servletToJsp.class -%%T%%/webapps/examples/WEB-INF/classes/servletToJsp.java -%%T%%/webapps/examples/WEB-INF/classes/SendMailServlet.class -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_es.properties -%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.java -%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.class -%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.class -%%T%%/webapps/examples/WEB-INF/classes/SessionExample.java -%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.class -%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.java -%%T%%/webapps/examples/WEB-INF/classes/SessionExample.class -%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_fr.properties -%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.java -%%T%%/webapps/examples/WEB-INF/classes/JndiServlet.class -%%T%%/webapps/examples/WEB-INF/classes/SendMailServlet.java -%%T%%/webapps/examples/WEB-INF/classes/CookieExample.java -%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.class -%%T%%/webapps/examples/WEB-INF/jsp/applet/Clock2.java -%%T%%/webapps/examples/WEB-INF/jsp/example-taglib.tld -%%T%%/webapps/examples/WEB-INF/jsp/debug-taglib.tld -%%T%%/webapps/examples/WEB-INF/web.xml -%%T%%/webapps/examples/jsp/plugin/applet/Clock2.class -%%T%%/webapps/examples/jsp/plugin/applet/Clock2.java -%%T%%/webapps/examples/jsp/plugin/plugin.txt -%%T%%/webapps/examples/jsp/plugin/plugin.jsp -%%T%%/webapps/examples/jsp/plugin/plugin.html -%%T%%/webapps/examples/jsp/include/foo.html -%%T%%/webapps/examples/jsp/include/foo.jsp -%%T%%/webapps/examples/jsp/include/inc.html -%%T%%/webapps/examples/jsp/include/include.txt -%%T%%/webapps/examples/jsp/include/include.jsp -%%T%%/webapps/examples/jsp/mail/sendmail.html -%%T%%/webapps/examples/jsp/mail/sendmail.txt -%%T%%/webapps/examples/jsp/mail/sendmail.jsp -%%T%%/webapps/examples/jsp/cal/Entry.txt -%%T%%/webapps/examples/jsp/cal/cal1.jsp -%%T%%/webapps/examples/jsp/cal/cal2.txt -%%T%%/webapps/examples/jsp/cal/cal2.jsp -%%T%%/webapps/examples/jsp/cal/login.html -%%T%%/webapps/examples/jsp/cal/JspCalendar.txt -%%T%%/webapps/examples/jsp/cal/calendar.html -%%T%%/webapps/examples/jsp/cal/Entries.txt -%%T%%/webapps/examples/jsp/cal/cal1.txt -%%T%%/webapps/examples/jsp/cal/TableBean.txt -%%T%%/webapps/examples/jsp/colors/colors.txt -%%T%%/webapps/examples/jsp/colors/colors.html -%%T%%/webapps/examples/jsp/colors/ColorGameBean.html -%%T%%/webapps/examples/jsp/colors/clr.html -%%T%%/webapps/examples/jsp/colors/colrs.jsp -%%T%%/webapps/examples/jsp/forward/fwd.html -%%T%%/webapps/examples/jsp/forward/forward.txt -%%T%%/webapps/examples/jsp/forward/one.jsp -%%T%%/webapps/examples/jsp/forward/forward.jsp -%%T%%/webapps/examples/jsp/forward/two.html -%%T%%/webapps/examples/jsp/dates/date.txt -%%T%%/webapps/examples/jsp/dates/date.jsp -%%T%%/webapps/examples/jsp/dates/date.html -%%T%%/webapps/examples/jsp/snp/snoop.txt -%%T%%/webapps/examples/jsp/snp/snoop.jsp -%%T%%/webapps/examples/jsp/snp/snoop.html -%%T%%/webapps/examples/jsp/security/protected/login.jsp -%%T%%/webapps/examples/jsp/security/protected/error.jsp -%%T%%/webapps/examples/jsp/security/protected/index.jsp -%%T%%/webapps/examples/jsp/sessions/carts.txt -%%T%%/webapps/examples/jsp/sessions/carts.jsp -%%T%%/webapps/examples/jsp/sessions/crt.html -%%T%%/webapps/examples/jsp/sessions/DummyCart.html -%%T%%/webapps/examples/jsp/sessions/carts.html -%%T%%/webapps/examples/jsp/jsptoserv/jts.txt -%%T%%/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp -%%T%%/webapps/examples/jsp/jsptoserv/hello.jsp -%%T%%/webapps/examples/jsp/jsptoserv/jts.html -%%T%%/webapps/examples/jsp/jsptoserv/stj.txt -%%T%%/webapps/examples/jsp/error/er.html -%%T%%/webapps/examples/jsp/error/err.txt -%%T%%/webapps/examples/jsp/error/errorpge.jsp -%%T%%/webapps/examples/jsp/error/error.html -%%T%%/webapps/examples/jsp/error/err.jsp -%%T%%/webapps/examples/jsp/simpletag/foo.txt -%%T%%/webapps/examples/jsp/simpletag/foo.jsp -%%T%%/webapps/examples/jsp/simpletag/foo.html -%%T%%/webapps/examples/jsp/checkbox/checkresult.txt -%%T%%/webapps/examples/jsp/checkbox/checkresult.jsp -%%T%%/webapps/examples/jsp/checkbox/cresult.html -%%T%%/webapps/examples/jsp/checkbox/check.html -%%T%%/webapps/examples/jsp/checkbox/CheckTest.html -%%T%%/webapps/examples/jsp/xml/xml.txt -%%T%%/webapps/examples/jsp/xml/xml.html -%%T%%/webapps/examples/jsp/xml/xml.jsp -%%T%%/webapps/examples/jsp/num/numguess.html -%%T%%/webapps/examples/jsp/num/numguess.txt -%%T%%/webapps/examples/jsp/num/numguess.jsp -%%T%%/webapps/examples/jsp/index.html -%%T%%/webapps/examples/jsp/source.jsp -%%T%%/webapps/examples/images/execute.gif -%%T%%/webapps/examples/images/code.gif -%%T%%/webapps/examples/images/return.gif -%%T%%/webapps/examples/servlets/cookies.html -%%T%%/webapps/examples/servlets/reqinfo.html -%%T%%/webapps/examples/servlets/reqheaders.html -%%T%%/webapps/examples/servlets/sessions.html -%%T%%/webapps/examples/servlets/helloworld.html -%%T%%/webapps/examples/servlets/reqparams.html -%%T%%/webapps/examples/servlets/jndi.html -%%T%%/webapps/examples/servlets/index.html -%%T%%/webapps/webdav/WEB-INF/web.xml -%%T%%/webapps/webdav/tomcat.gif -%%T%%/webapps/webdav/tomcat-power.gif -%%T%%/webapps/webdav/index.html -%%T%%/webapps/ROOT/WEB-INF/web.xml -%%T%%/webapps/ROOT/tomcat-power.gif -%%T%%/webapps/ROOT/index.jsp -%%T%%/webapps/ROOT/tomcat.gif -%%T%%/webapps/ROOT/jakarta-banner.gif -%%T%%/webapps/admin.xml -%%T%%/webapps/manager.xml -%%T%%/temp/README.txt -%%T%%/server/webapps/admin/realm/memoryRealm.jsp -%%T%%/server/webapps/admin/realm/jdbcRealm.jsp -%%T%%/server/webapps/admin/realm/realms.jsp -%%T%%/server/webapps/admin/realm/userDatabaseRealm.jsp -%%T%%/server/webapps/admin/realm/jndiRealm.jsp -%%T%%/server/webapps/admin/logger/logger.jsp -%%T%%/server/webapps/admin/logger/loggers.jsp -%%T%%/server/webapps/admin/valve/requestDumperValve.jsp -%%T%%/server/webapps/admin/valve/valves.jsp -%%T%%/server/webapps/admin/valve/remoteAddrValve.jsp -%%T%%/server/webapps/admin/valve/singleSignOnValve.jsp -%%T%%/server/webapps/admin/valve/accessLogValve.jsp -%%T%%/server/webapps/admin/valve/remoteHostValve.jsp -%%T%%/server/webapps/admin/resources/listEnvEntries.jsp -%%T%%/server/webapps/admin/resources/deleteMailSessions.jsp -%%T%%/server/webapps/admin/resources/deleteDataSources.jsp -%%T%%/server/webapps/admin/resources/userDatabase.jsp -%%T%%/server/webapps/admin/resources/dataSource.jsp -%%T%%/server/webapps/admin/resources/resourceLink.jsp -%%T%%/server/webapps/admin/resources/userDatabases.jspf -%%T%%/server/webapps/admin/resources/mailSession.jsp -%%T%%/server/webapps/admin/resources/listResourceLinks.jsp -%%T%%/server/webapps/admin/resources/listUserDatabases.jsp -%%T%%/server/webapps/admin/resources/listMailSessions.jspf -%%T%%/server/webapps/admin/resources/listUserDatabases.jspf -%%T%%/server/webapps/admin/resources/listEnvEntries.jspf -%%T%%/server/webapps/admin/resources/listDataSources.jsp -%%T%%/server/webapps/admin/resources/listDataSources.jspf -%%T%%/server/webapps/admin/resources/mailSessions.jspf -%%T%%/server/webapps/admin/resources/envEntries.jspf -%%T%%/server/webapps/admin/resources/listMailSessions.jsp -%%T%%/server/webapps/admin/resources/listResourceLinks.jspf -%%T%%/server/webapps/admin/resources/deleteResourceLinks.jsp -%%T%%/server/webapps/admin/resources/deleteUserDatabases.jsp -%%T%%/server/webapps/admin/resources/resourceLinks.jspf -%%T%%/server/webapps/admin/resources/dataSources.jspf -%%T%%/server/webapps/admin/resources/deleteEnvEntries.jsp -%%T%%/server/webapps/admin/resources/envEntry.jsp -%%T%%/server/webapps/admin/context/context.jsp -%%T%%/server/webapps/admin/context/contexts.jsp -%%T%%/server/webapps/admin/service/service.jsp -%%T%%/server/webapps/admin/service/services.jsp -%%T%%/server/webapps/admin/users/listUsers.jspf -%%T%%/server/webapps/admin/users/group.jsp -%%T%%/server/webapps/admin/users/groups.jspf -%%T%%/server/webapps/admin/users/roles.jspf -%%T%%/server/webapps/admin/users/header.jsp -%%T%%/server/webapps/admin/users/footer.jsp -%%T%%/server/webapps/admin/users/deleteUsers.jsp -%%T%%/server/webapps/admin/users/listUsers.jsp -%%T%%/server/webapps/admin/users/users.jspf -%%T%%/server/webapps/admin/users/deleteRoles.jsp -%%T%%/server/webapps/admin/users/listRoles.jsp -%%T%%/server/webapps/admin/users/listGroups.jspf -%%T%%/server/webapps/admin/users/role.jsp -%%T%%/server/webapps/admin/users/listRoles.jspf -%%T%%/server/webapps/admin/users/user.jsp -%%T%%/server/webapps/admin/users/listGroups.jsp -%%T%%/server/webapps/admin/users/deleteGroups.jsp -%%T%%/server/webapps/admin/host/aliases.jsp -%%T%%/server/webapps/admin/host/alias.jsp -%%T%%/server/webapps/admin/host/host.jsp -%%T%%/server/webapps/admin/host/hosts.jsp -%%T%%/server/webapps/admin/server/server.jsp -%%T%%/server/webapps/admin/defaultcontext/defaultcontext.jsp -%%T%%/server/webapps/admin/connector/connector.jsp -%%T%%/server/webapps/admin/connector/connectors.jsp -%%T%%/server/webapps/admin/images/Context.gif -%%T%%/server/webapps/admin/images/PaperTexture.gif -%%T%%/server/webapps/admin/images/TomcatBanner.jpg -%%T%%/server/webapps/admin/images/Datasource.gif -%%T%%/server/webapps/admin/images/Service.gif -%%T%%/server/webapps/admin/images/Valve.gif -%%T%%/server/webapps/admin/images/folder_16_pad.gif -%%T%%/server/webapps/admin/images/Mailsession.gif -%%T%%/server/webapps/admin/images/handlerightmiddle.gif -%%T%%/server/webapps/admin/images/linelastnode.gif -%%T%%/server/webapps/admin/images/handlerightlast.gif -%%T%%/server/webapps/admin/images/Server.gif -%%T%%/server/webapps/admin/images/BlueTile.gif -%%T%%/server/webapps/admin/images/ResourceLink.gif -%%T%%/server/webapps/admin/images/linemiddlenode.gif -%%T%%/server/webapps/admin/images/linevertical.gif -%%T%%/server/webapps/admin/images/Realm.gif -%%T%%/server/webapps/admin/images/Groups.gif -%%T%%/server/webapps/admin/images/Users.gif -%%T%%/server/webapps/admin/images/Login.jpg -%%T%%/server/webapps/admin/images/Connector.gif -%%T%%/server/webapps/admin/images/EnvironmentEntries.gif -%%T%%/server/webapps/admin/images/Host.gif -%%T%%/server/webapps/admin/images/handledownmiddle.gif -%%T%%/server/webapps/admin/images/Roles.gif -%%T%%/server/webapps/admin/images/LoginBackgroundTile.gif -%%T%%/server/webapps/admin/images/handledownlast.gif -%%T%%/server/webapps/admin/images/Logger.gif -%%T%%/server/webapps/admin/images/DefaultContext.gif -%%T%%/server/webapps/admin/WEB-INF/lib/struts.jar -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/UsersTreeBuilder.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/UsersForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/ListUsersAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/SetUpRoleAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/SetUpGroupAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/RoleForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/DeleteGroupsAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/DeleteRolesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/UserForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/ListRolesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/GroupForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/SaveUserAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/BaseForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/SaveGroupAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/ListGroupsAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/SetUpUserAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/UserUtils.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/RolesForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/SaveRoleAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/GroupsForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/DeleteUsersAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/ConnectorForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/DeleteConnectorsAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/AddConnectorAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/SaveConnectorAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/DeleteConnectorAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/ConnectorsForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/DeleteConnectorForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/EditConnectorAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/DeleteHostForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/HostForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/AddAliasAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/SaveAliasAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/DeleteAliasAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/DeleteAliasesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/SaveHostAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/AliasesForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/AliasForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/AddHostAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/HostsForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/DeleteAliasForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/EditHostAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/DeleteHostsAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/DeleteHostAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/DataSourcesForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/SetUpEnvEntryAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/DeleteUserDatabasesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/ResourceLinkForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/DataSourceForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/SaveResourceLinkAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/ResourceLinksForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/BaseForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/ListMailSessionsAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/SetUpMailSessionAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/ResourcesTreeBuilder.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/ListEnvEntriesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/SetUpDataSourceAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/EnvEntryForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/DeleteEnvEntriesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/MailSessionsForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/SetUpResourceLinkAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/EnvEntriesForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/DeleteResourceLinksAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/SaveEnvEntryAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/DeleteDataSourcesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/UserDatabaseForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/ListUserDatabasesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/SaveMailSessionAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/UserDatabasesForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/ListDataSourcesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/SaveUserDatabaseAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/ResourceUtils.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/DeleteMailSessionsAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/MailSessionForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/ListResourceLinksAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/SetUpUserDatabaseAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources/SaveDataSourceAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext/DeleteDefaultContextsAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext/EditDefaultContextAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext/DefaultContextForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext/DeleteDefaultContextForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext/DefaultContextsForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext/AddDefaultContextAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext/SaveDefaultContextAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext/DeleteDefaultContextAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/server/ServerForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/server/EditServerAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/server/SaveServerAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/EditContextAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/DeleteContextForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/DeleteContextAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/DeleteContextsAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/AddContextAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/ContextsForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/ContextForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/SaveContextAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/SaveJNDIRealmAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/DeleteRealmsAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/RealmsForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/MemoryRealmForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/SaveMemoryRealmAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/JDBCRealmForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/AddRealmAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/RealmForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/EditRealmAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/SaveJDBCRealmAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/DeleteRealmForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/DeleteRealmAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/JNDIRealmForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/UserDatabaseRealmForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm/SaveUserDatabaseRealmAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger/AddLoggerAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger/LoggersForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger/SaveLoggerAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger/DeleteLoggersAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger/DeleteLoggerForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger/LoggerForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger/DeleteLoggerAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger/EditLoggerAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service/DeleteServiceAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service/EditServiceAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service/SaveServiceAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service/ServicesForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service/ServiceForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service/DeleteServicesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service/DeleteServiceForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service/AddServiceAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/EditValveAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/SingleSignOnValveForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/DeleteValveAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/RemoteHostValveForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/RequestDumperValveForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/RemoteAddrValveForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/SaveSingleSignOnValveAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/ValveUtil.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/SaveRemoteHostValveAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/ValveForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/DeleteValveForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/AddValveAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/SaveAccessLogValveAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/AccessLogValveForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/SaveRequestDumperValveAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/SaveRemoteAddrValveAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/ValvesForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve/DeleteValvesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources_es.properties -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/LabelValueBean.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/LabelTag.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/AttributeTag.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/SetLocaleAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/TableTag.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationServlet.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/DumpServerAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ActionsTag.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources_ja.properties -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/DataTag.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ActionTag.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/TreeControlNode.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/TreeControlTestAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/TreeControlTag.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationLocales.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/SetLocaleForm.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources_en.properties -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/CommitChangesAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/DumpRegistryAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/TreeControl.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/TomcatTreeBuilder.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/Lists.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/TreeBuilder.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/RowTag.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/SetUpTreeAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources.properties -%%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/LogOutAction.class -%%T%%/server/webapps/admin/WEB-INF/classes/filters/SetCharacterEncodingFilter.class -%%T%%/server/webapps/admin/WEB-INF/web.xml -%%T%%/server/webapps/admin/WEB-INF/controls.tld -%%T%%/server/webapps/admin/WEB-INF/struts-config.xml -%%T%%/server/webapps/admin/WEB-INF/struts-bean.tld -%%T%%/server/webapps/admin/WEB-INF/struts-logic.tld -%%T%%/server/webapps/admin/WEB-INF/struts-html.tld -%%T%%/server/webapps/admin/footer.jsp -%%T%%/server/webapps/admin/blank.jsp -%%T%%/server/webapps/admin/login.jsp -%%T%%/server/webapps/admin/tree-control-test.jsp -%%T%%/server/webapps/admin/error.jsp -%%T%%/server/webapps/admin/index.jsp -%%T%%/server/webapps/admin/tree-control-test.css -%%T%%/server/webapps/admin/dumpServer.jsp -%%T%%/server/webapps/admin/saved.jsp -%%T%%/server/webapps/admin/dumpRegistry.jsp -%%T%%/server/webapps/admin/admin.css -%%T%%/server/webapps/admin/banner.jsp -%%T%%/server/webapps/admin/buttons.jsp -%%T%%/server/webapps/admin/header.jsp -%%T%%/server/webapps/manager/WEB-INF/web.xml -%%T%%/server/lib/tomcat-jk.jar -%%T%%/server/lib/commons-logging.jar -%%T%%/server/lib/commons-digester.jar -%%T%%/server/lib/servlets-ssi.renametojar -%%T%%/server/lib/servlets-invoker.jar -%%T%%/server/lib/servlets-manager.jar -%%T%%/server/lib/commons-modeler.jar -%%T%%/server/lib/servlets-default.jar -%%T%%/server/lib/tomcat-http11.jar -%%T%%/server/lib/servlets-cgi.renametojar -%%T%%/server/lib/tomcat-util.jar -%%T%%/server/lib/catalina.jar -%%T%%/server/lib/commons-beanutils.jar -%%T%%/server/lib/tomcat-coyote.jar -%%T%%/server/lib/jaas.jar -%%T%%/server/lib/mx4j.license -%%T%%/server/lib/servlets-common.jar -%%T%%/server/lib/servlets-webdav.jar -%%T%%/server/lib/tomcat-warp.jar -%%T%%/server/lib/catalina-ant.jar -%%T%%/server/lib/tomcat-jk2.jar -%%T%%/server/lib/jakarta-regexp-1.2.jar -%%T%%/server/lib/mx4j-jmx.jar -%%T%%/conf/web.xml -%%T%%/conf/jk2.properties -%%T%%/conf/server.xml -%%T%%/conf/catalina.policy -%%T%%/conf/tomcat-users.xml -%%T%%/conf/server-noexamples.xml.config -%%T%%/bin/bootstrap.jar -%%T%%/bin/tool-wrapper.sh -%%T%%/bin/catalina.sh -%%T%%/bin/jspc.sh -%%T%%/bin/shutdown.sh -%%T%%/bin/startup.sh -%%T%%/bin/digest.sh -%%T%%/bin/setclasspath.sh -%%T%%/bin/tomcat-jni.jar -%%T%%/bin/commons-daemon.jar -%%T%%/bin/jasper.sh -%%T%%/RUNNING.txt -%%T%%/RELEASE-PLAN-4.1.txt -%%T%%/RELEASE-NOTES-4.1.txt -%%T%%/README.txt -%%T%%/LICENSE -man/man1/tomcat41ctl.1 -@dirrm %%T%%/logs -@dirrm %%T%%/common/lib -@dirrm %%T%%/common/endorsed -@dirrm %%T%%/common/classes -@dirrm %%T%%/common -@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/web/WEB-INF -@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/web/images -@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/web -@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/docs -@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/src/mypackage -@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/src -@dirrm %%T%%/webapps/tomcat-docs/appdev/sample -@dirrm %%T%%/webapps/tomcat-docs/appdev -@dirrm %%T%%/webapps/tomcat-docs/config -@dirrm %%T%%/webapps/tomcat-docs/jk2/common -@dirrm %%T%%/webapps/tomcat-docs/jk2/jk2 -@dirrm %%T%%/webapps/tomcat-docs/jk2/jk -@dirrm %%T%%/webapps/tomcat-docs/jk2/images -@dirrm %%T%%/webapps/tomcat-docs/jk2 -@dirrm %%T%%/webapps/tomcat-docs/images -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/xmlparser -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/runtime -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/logging -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/servlet -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/util -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper/compiler -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api/org/apache -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api/org -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api -@dirrm %%T%%/webapps/tomcat-docs/jasper/docs -@dirrm %%T%%/webapps/tomcat-docs/jasper -@dirrm %%T%%/webapps/tomcat-docs/WEB-INF -@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use -@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http -@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use -@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/class-use -@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/doc-files -@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext/class-use -@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp/tagext -@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/jsp -@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet -@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax -@dirrm %%T%%/webapps/tomcat-docs/servletapi -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/realm -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ssi -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/net -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/session -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/authenticator -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/core -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/valves -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/deploy -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/loader -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/logger -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/http10 -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector/warp -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/connector -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/util -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/servlets -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/mbeans -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/ant -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/cluster -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/users -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/factory -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/java -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources/jndi -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/resources -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/naming -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api/org -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api -@dirrm %%T%%/webapps/tomcat-docs/catalina/docs -@dirrm %%T%%/webapps/tomcat-docs/catalina/funcspecs -@dirrm %%T%%/webapps/tomcat-docs/catalina -@dirrm %%T%%/webapps/tomcat-docs -@dirrm %%T%%/webapps/examples/WEB-INF/classes/checkbox -@dirrm %%T%%/webapps/examples/WEB-INF/classes/validators -@dirrm %%T%%/webapps/examples/WEB-INF/classes/num -@dirrm %%T%%/webapps/examples/WEB-INF/classes/examples -@dirrm %%T%%/webapps/examples/WEB-INF/classes/dates -@dirrm %%T%%/webapps/examples/WEB-INF/classes/compressionFilters -@dirrm %%T%%/webapps/examples/WEB-INF/classes/listeners -@dirrm %%T%%/webapps/examples/WEB-INF/classes/error -@dirrm %%T%%/webapps/examples/WEB-INF/classes/colors -@dirrm %%T%%/webapps/examples/WEB-INF/classes/sessions -@dirrm %%T%%/webapps/examples/WEB-INF/classes/filters -@dirrm %%T%%/webapps/examples/WEB-INF/classes/util -@dirrm %%T%%/webapps/examples/WEB-INF/classes/cal -@dirrm %%T%%/webapps/examples/WEB-INF/classes -@dirrm %%T%%/webapps/examples/WEB-INF/jsp/applet -@dirrm %%T%%/webapps/examples/WEB-INF/jsp -@dirrm %%T%%/webapps/examples/WEB-INF -@dirrm %%T%%/webapps/examples/jsp/plugin/applet -@dirrm %%T%%/webapps/examples/jsp/plugin -@dirrm %%T%%/webapps/examples/jsp/include -@dirrm %%T%%/webapps/examples/jsp/mail -@dirrm %%T%%/webapps/examples/jsp/cal -@dirrm %%T%%/webapps/examples/jsp/colors -@dirrm %%T%%/webapps/examples/jsp/forward -@dirrm %%T%%/webapps/examples/jsp/dates -@dirrm %%T%%/webapps/examples/jsp/snp -@dirrm %%T%%/webapps/examples/jsp/security/protected -@dirrm %%T%%/webapps/examples/jsp/security -@dirrm %%T%%/webapps/examples/jsp/sessions -@dirrm %%T%%/webapps/examples/jsp/jsptoserv -@dirrm %%T%%/webapps/examples/jsp/error -@dirrm %%T%%/webapps/examples/jsp/simpletag -@dirrm %%T%%/webapps/examples/jsp/checkbox -@dirrm %%T%%/webapps/examples/jsp/xml -@dirrm %%T%%/webapps/examples/jsp/num -@dirrm %%T%%/webapps/examples/jsp -@dirrm %%T%%/webapps/examples/images -@dirrm %%T%%/webapps/examples/servlets -@dirrm %%T%%/webapps/examples -@dirrm %%T%%/webapps/webdav/WEB-INF -@dirrm %%T%%/webapps/webdav -@dirrm %%T%%/webapps/ROOT/WEB-INF -@dirrm %%T%%/webapps/ROOT -@dirrm %%T%%/webapps -@dirrm %%T%%/temp -@dirrm %%T%%/shared/classes -@dirrm %%T%%/shared/lib -@dirrm %%T%%/shared -@dirrm %%T%%/server/webapps/admin/realm -@dirrm %%T%%/server/webapps/admin/logger -@dirrm %%T%%/server/webapps/admin/valve -@dirrm %%T%%/server/webapps/admin/resources -@dirrm %%T%%/server/webapps/admin/context -@dirrm %%T%%/server/webapps/admin/service -@dirrm %%T%%/server/webapps/admin/users -@dirrm %%T%%/server/webapps/admin/host -@dirrm %%T%%/server/webapps/admin/server -@dirrm %%T%%/server/webapps/admin/defaultcontext -@dirrm %%T%%/server/webapps/admin/connector -@dirrm %%T%%/server/webapps/admin/images -@dirrm %%T%%/server/webapps/admin/WEB-INF/lib -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/filters -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/server -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache/webapp -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org/apache -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/org -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes/filters -@dirrm %%T%%/server/webapps/admin/WEB-INF/classes -@dirrm %%T%%/server/webapps/admin/WEB-INF -@dirrm %%T%%/server/webapps/admin -@dirrm %%T%%/server/webapps/manager/WEB-INF -@dirrm %%T%%/server/webapps/manager -@dirrm %%T%%/server/webapps -@dirrm %%T%%/server/lib -@dirrm %%T%%/server/classes -@dirrm %%T%%/server -@dirrm %%T%%/conf -@dirrm %%T%%/work -@dirrm %%T%%/bin -@dirrm %%T%% diff --git a/www/zope210/Makefile b/www/zope210/Makefile deleted file mode 100644 index e1b9fe731ca0..000000000000 --- a/www/zope210/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: Zope -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= zope -PORTVERSION= 2.6.0 -PORTREVISION= 1 -CATEGORIES= www python zope -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ -DISTNAME= Zope-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= alane@FreeBSD.org -COMMENT= An object-based web application platform with DB access, WebDAV, & more - -USE_PYTHON= yes -PYTHON_VERSION= python2.1 - -DIST_SUBDIR= zope - -# Note: the notes that follow reflect the decisions of prior maintainers -# of this port. IOW, don't blame me if you don't like the way it's done. -# Exceptions to this are marked as such. - -# Build has to be done in the final location after installing the sources -# there. It was a major action to fix all paths otherwise. -do-build: # empty, but needs to be there for the python dependency. - -# Change these, if you like, via the environment. -WEBBASEDIR?= www -SZOPEBASEDIR?= ${WEBBASEDIR}/Zope -SCGIBINDIR?= ${WEBBASEDIR}/cgi-bin -SAPACHE_CONFDIR?= etc/apache -ZOPE_HTTP_PORT?= 8080 -ZOPE_FTP_PORT?= 8021 -ZOPE_MONITOR_PORT?= '' - -ZOPE_USER= www - -# Don't change these. -ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} -CGIBINDIR= ${PREFIX}/${SCGIBINDIR} -APACHE_CONFDIR= ${PREFIX}/${SAPACHE_CONFDIR} - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} \ - CGIBINDIR=${SCGIBINDIR} \ - APACHE_CONFDIR=${SAPACHE_CONFDIR} \ - VERSION=${PORTVERSION} \ - WEBBASEDIR=${WEBBASEDIR} - -# Force the cgi-bin dir or link to exist. -# If we have to create it, call it -dist to emphasize that the port -# set it up. <alane> - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -# I decided to consider the whole souce tree to be part of the package -# since in there, Zope can live on its own. I can use Zope's own building -# mechanism. -do-install: - @if test ! -d ${CGIBINDIR}; then \ - ${ECHO_CMD} "The directory for Zope's CGI scripts does"\ - "not exist, so I will create it.";\ - ${ECHO_CMD} "They will be placed in ${CGIBINDIR}.";\ - ${ECHO_CMD} ;\ - ${MKDIR} ${CGIBINDIR}; ${CHMOD} 0755 ${CGIBINDIR}; fi - @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ - ${ECHO} "Saving existing Database to ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs ${ZOPEBASEDIR}/var/Data.fs.preserve; \ - fi - @# - @${MKDIR} ${ZOPEBASEDIR} - @${ECHO} "===> Please be patient, some builds need their time." - @${ECHO} "===> Copying..." - @${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ - # - # Copying some patches - # - #@${CP} -Rp ${WRKDIR}/lib ${ZOPEBASEDIR}/ - @# - @${CHMOD} -R u+w ${ZOPEBASEDIR} - @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} w_pcgi.py) - @${CHMOD} -R u+w ${ZOPEBASEDIR} - @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} wo_pcgi.py) - @(cd ${ZOPEBASEDIR} && \ - ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO_CMD} "#! ${CGIBINDIR}/pcgi-wrapper" > Zope.cgi ; \ - ${CAT} Zope.cgi.orig >> Zope.cgi ; \ - ${RM} Zope.cgi.orig ) - @(cd ${ZOPEBASEDIR}/pcgi/Test && ${RM} *.o) - @(cd ${ZOPEBASEDIR}/pcgi && ${RM} *.o) - @# - @(cd ${ZOPEBASEDIR} && \ - ${MV} Zope.cgi \ - pcgi/pcgi-wrapper \ - ${CGIBINDIR} ) - @(cd ${CGIBINDIR} && \ - ${CHMOD} 555 Zope.cgi pcgi-wrapper ) - @# - @${ECHO} "===> Fixing permissions of Zope's own var directory..." - @${CHMOD} ugo+rwt ${ZOPEBASEDIR}/var - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var/* - @${RM} ${ZOPEBASEDIR}/var/.cvsignore - @if [ -e ${ZOPEBASEDIR}/var/Data.fs.preserve ] ; then \ - ${ECHO} "Restoring existing Database from ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs.preserve ${ZOPEBASEDIR}/var/Data.fs; \ - fi - @# - @if [ ! -f ${ZOPEBASEDIR}/access ]; then \ - ${ECHO} "===> Setting user/password to zopemaster/test..."; \ - (cd ${ZOPEBASEDIR} && \ - ${PYTHON_CMD} zpasswd.py -u zopemaster \ - -p test -e CLEARTEXT access ); \ - fi - @# - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/access - @# - @${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-Changes." - @${MKDIR} ${APACHE_CONFDIR} - @${CP} -p ${FILESDIR}/apache.conf.Zope-Changes ${APACHE_CONFDIR}/ - @# - @${ECHO} "===> Please have a look at this file and the instructions" - @${ECHO} "===> therein and incorporate them to your apache.conf." - @${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." - @${MKDIR} ${PREFIX}/etc/rc.d - @${SED} -e "s|%%ZOPEBASEDIR%%|${ZOPEBASEDIR}|g" \ - -e "s|%%CGIBINDIR%%|${CGIBINDIR}|g" \ - -e "s|%%ZOPE_USER%%|${ZOPE_USER}|g" \ - -e "s|%%ZOPE_HTTP_PORT%%|${ZOPE_HTTP_PORT}|g" \ - -e "s|%%ZOPE_FTP_PORT%%|${ZOPE_FTP_PORT}|g" \ - -e "s|%%ZOPE_MONITOR_PORT%%|${ZOPE_MONITOR_PORT}|g" \ - < ${FILESDIR}/zope.sh.in > ${PREFIX}/etc/rc.d/zope.sh - @${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh - @${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." - @${CAT} ${FILESDIR}/Message - @${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." - @${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." - @${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." - @${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGIBINDIR}." - -.include <bsd.port.mk> diff --git a/www/zope210/distinfo b/www/zope210/distinfo deleted file mode 100644 index 188763e35c10..000000000000 --- a/www/zope210/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (zope/Zope-2.6.0-src.tgz) = a0bb91ca1df775aebfc8ff8c46afa3a9 diff --git a/www/zope210/files/CREDITS b/www/zope210/files/CREDITS deleted file mode 100644 index c84974c8005c..000000000000 --- a/www/zope210/files/CREDITS +++ /dev/null @@ -1,6 +0,0 @@ -Special thanks to (in no particular order): - -- The Zope makers: Digital Creations. -- The Python Group -- Olaf Erb -- Andreas Ley diff --git a/www/zope210/files/Message b/www/zope210/files/Message deleted file mode 100644 index 54fc163809f9..000000000000 --- a/www/zope210/files/Message +++ /dev/null @@ -1,57 +0,0 @@ - -Welcome to Zope. - -The basic installation process for FreeBSD now has been done. To have a -quick look, cd to your Zope base directory (see below) and start Zope -with: - -./start -w <web port> -f <ftp port> - -where <web port> is the port where to http-access Zope with your browser -(try http://localhost:<web port>). It defaults to 80. <ftp-port> is the -same thing for ftp (upload) access, it defaults to 21. Obviously, you will -have to specify these if you already use these ports. The user/password -pair for access to the management screens has been preset to -zopemaster/test, respectively. - -PLEASE NOTE that the above only is for a quick check only, BUT IT WILL -LEAVE YOUR ZOPE PROCESS WIDE OPEN TO HACKING SINCE THERE'S NO SECURITY -WHATSOEVER. Therefore, PLEASE do incorporate the suggested changes (see -below) to your apache-SSL web server and only start Zope WITHOUT ANY open -<web port> or <ftp port>. This can be done, also from the Zope base dir, -by: - -./start -w '' -f '' -m '' -p <path to Zope.cgi>/Zope.cgi - -where <path to Zope.cgi> is the (full) path to where Zope.cgi lives (see -below). There now also should be a file in ${PREFIX}/etc/rc.d/ (most -probably /usr/local/etc/rc.d/) named zope.sh that does the startup for you -after a reboot. - -Also, it might be a good idea now to change the password. You can do that -with (again, in the Zope base directory): - -python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access - -The -e CLEARTEXT presently is *mandatory*, otherwise authentication -through apache will not work. - -You will probably already have gone through Apache's ssl certificate -generation process. If not, please do so now, if you don't already have a -certificate. If only a few well known people will have access to your -management screens, a self-signed one probably will suffice. Please refer -to the Apache and the Apache-SSL documentation for further information. -Use a sufficiently "long" key. Don't forget the https://... when trying to -access the management pages. - -Apache will communicate with Zope through the so-called persistent cgi -interface (aka pcgi). There's links to more information on the Zope web -site at http://www.zope.org. Also, this is the best (and only) source of -help end information on Zope itself. - -Zope is Copyrighted (C) by Digital Creations. All rights reserved. -Please thouroughly read the license (see below) before employing Zope. - -Good business, Peter Cornelius. <pcc@gmx.net> - -Please remember these files and directories: diff --git a/www/zope210/files/apache.conf.Zope-Changes b/www/zope210/files/apache.conf.Zope-Changes deleted file mode 100644 index bd9e6799c08a..000000000000 --- a/www/zope210/files/apache.conf.Zope-Changes +++ /dev/null @@ -1,54 +0,0 @@ -# *** *** *** -# ------------------- -# Zope Configuration. -# ------------------- -# -# IMPORTANT: In order for SSL access to work, copy the part between the -# lines with the nine asterisks * to your SSL virtual host section, too! -# -# This rule adds the trailing slash if omitted. So, we will have it for -# all subsequent rules -RewriteEngine on -RewriteRule ^/Zope$ /Zope/ [R] -# -# Zope requires the authentication headers to be passed to it if it is -# called through the cgi of another web server (like apache). An "easy" -# way to do so is to do a little mod_rewrite'ing. See doc/WEBSERVER.txt in -# your Zope base directory for further information. -# -# Uncomment the first RewriteRule if you move Zope.cgi into -# /usr/local/www/cgi-bin -# -# This maps maps /Zope/ to the Zope.cgi CGI script. -RewriteCond %{HTTP:Authorization} ^(.*) -#RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin.default/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -# - -# *** *** *** -# -# This lets the Zope cgi script run: -# - -<Directory /usr/local/www/cgi-bin.default> - Options +ExecCGI -</Directory> - - -# *** *** *** -# -# To require SSL to access the Zope management screens, uncomment the -# next section: -# -#<IfDefine SSL> -#<LocationMatch "/Zope/(.*)manage(.*)"> -# SSLRequireSSL -#</LocationMatch> -# -#<LocationMatch "/cgi-bin/Zope.cgi(.*)manage(.*)"> -# SSLRequireSSL -#</LocationMatch> -#</IfDefine> -# -# End of Zope configuration section. - diff --git a/www/zope210/files/zope.sh.in b/www/zope210/files/zope.sh.in deleted file mode 100644 index 616a53f07eec..000000000000 --- a/www/zope210/files/zope.sh.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -case "$1" in -start) - umask 077 - nohup %%ZOPEBASEDIR%%/start \ - -w %%ZOPE_HTTP_PORT%% \ - -f %%ZOPE_FTP_PORT%% \ - -m %%ZOPE_MONITOR_PORT%% \ - -u %%ZOPE_USER%% \ - -p %%CGIBINDIR%%/Zope.cgi \ - >> %%ZOPEBASEDIR%%/var/zope-output 2>&1 & - echo -n " Zope" - ;; -stop) - %%ZOPEBASEDIR%%/stop - echo -n " Zope" - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/zope210/pkg-deinstall b/www/zope210/pkg-deinstall deleted file mode 100644 index af2091a5b227..000000000000 --- a/www/zope210/pkg-deinstall +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=www - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete WWW (Zope or Apache and so on) user permanently, use 'pw userdel ${USER}'" -fi - -exit 0 diff --git a/www/zope210/pkg-descr b/www/zope210/pkg-descr deleted file mode 100644 index 4ca688518ba5..000000000000 --- a/www/zope210/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"Zope is an exciting new object-based, open source web application -platform. It allows you to build powerful and dynamic web applications -easily. Zope comes with source code and is friendly to developers as -well as users. -Zope is distinguished by its integrated object database which, when -combined with a revolutionary object model, provides a completely unique -facility for servicing content managers and web application developers." - -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : - -Database Integration Content Management - SQL and HTML in Harmony Builtin Objects - Multiple Data Sources Document Templates - Publish Databases Web to Objects -Application Development Integrated Object Database - DTML Scripting Managed Through the Web - External Methods Direct URL Access to Objects - -This is a "beta" release. It seems to work quite stable, but no guarantee -given. - Peter Cornelius <pcc@gmx.net> - -WWW: http://www.zope.org/ diff --git a/www/zope210/pkg-install b/www/zope210/pkg-install deleted file mode 100644 index cbeae9665004..000000000000 --- a/www/zope210/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 diff --git a/www/zope210/pkg-plist b/www/zope210/pkg-plist deleted file mode 100644 index 88e0dcd3901c..000000000000 --- a/www/zope210/pkg-plist +++ /dev/null @@ -1,2710 +0,0 @@ -%%APACHE_CONFDIR%%/apache.conf.Zope-Changes -etc/rc.d/zope.sh -%%ZOPEBASEDIR%%/var/Data.fs -%%ZOPEBASEDIR%%/var/Data.fs.in -@exec if [ ! -f %B/Data.fs ]; then cp %B/%f %B/Data.fs; fi -%%ZOPEBASEDIR%%/Extensions/README.txt -%%ZOPEBASEDIR%%/LICENSE.txt -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/ZServer/DebugLogger.py -%%ZOPEBASEDIR%%/ZServer/DebugLogger.pyc -%%ZOPEBASEDIR%%/ZServer/FCGIServer.py -%%ZOPEBASEDIR%%/ZServer/FCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/ICPServer.py -%%ZOPEBASEDIR%%/ZServer/ICPServer.pyc -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/WebDAVSrcHandler.py -%%ZOPEBASEDIR%%/ZServer/WebDAVSrcHandler.pyc -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ANNOUNCE.txt -%%ZOPEBASEDIR%%/ZServer/medusa/ANNOUNCE_970922.txt -%%ZOPEBASEDIR%%/ZServer/medusa/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/medusa/Makefile -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/chat_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/chat_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/continuation.py -%%ZOPEBASEDIR%%/ZServer/medusa/continuation.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/bobo_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/bobo_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/sample_cgi.py -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/sample_cgi.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/demo/publish.py -%%ZOPEBASEDIR%%/ZServer/medusa/demo/publish.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/dist/license.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/README.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/composing_producers.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/data_flow.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/data_flow.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/producers.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/proxy_notes.txt -%%ZOPEBASEDIR%%/ZServer/medusa/event_loop.py -%%ZOPEBASEDIR%%/ZServer/medusa/event_loop.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/fifo.py -%%ZOPEBASEDIR%%/ZServer/medusa/fifo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_bobo.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_bobo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa.html -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/async_mysql.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/async_mysql.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/recorder.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/recorder.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/syncsock.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/syncsock.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/notes/async_blurbs.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/debugging.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/threads.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/tkinter.txt -%%ZOPEBASEDIR%%/ZServer/medusa/out -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/put_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/put_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/redirecting_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/redirecting_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/form.mpy -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/persistent.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/persistent.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/start_demo.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/start_demo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/today.mpy -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/README -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/asynchat_sendfile.py -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/asynchat_sendfile.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/sendfilemodule.c -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/test_sendfile.py -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/test_sendfile.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/start_medusa.py -%%ZOPEBASEDIR%%/ZServer/medusa/start_medusa.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/test/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/asyn_http_bench.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_11.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_lb.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_medusa.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_single_11.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/tests.txt -%%ZOPEBASEDIR%%/ZServer/medusa/thread/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/pi_module.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/pi_module.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/test_module.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/test_module.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_channel.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_channel.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/unix_user_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/unix_user_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.pyc -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/ENVIRONMENT.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/HELPSYS.txt -%%ZOPEBASEDIR%%/doc/HISTORY.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/SETUID.txt -%%ZOPEBASEDIR%%/doc/SIGNALS.txt -%%ZOPEBASEDIR%%/doc/UNITTEST.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/doc/changenotes/010516-2.4-unicode.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-dropinindex.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-exreg.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-pluggableindex.stx -%%ZOPEBASEDIR%%/doc/changenotes/010620-2.4-btreeconflict.stx -%%ZOPEBASEDIR%%/import/Examples.zexp -%%ZOPEBASEDIR%%/import/README.txt -%%ZOPEBASEDIR%%/import/ZopeTutorialExamples.zexp -%%ZOPEBASEDIR%%/inituser -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/make_instance.py -%%ZOPEBASEDIR%%/inst/make_instance.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/inst/walkandscrub.py -%%ZOPEBASEDIR%%/inst/walkandscrub.pyc -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/.cvsignore -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/LICENSE.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Acquisition.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/ExtensionClass.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Installation.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/MultiMapping.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/index.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/release.notes.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_AqAlg -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_MultiMapping -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_Sync -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_ThreadLock -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_acquisition -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_add -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_binding -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_explicit_acquisition -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_method_hook -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/regrtest.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_AqAlg.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/initgroups/initgroups.c -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.c -%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.so -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/owner.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/userFolderProps.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/README -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testClassSecurityInfo.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testDeprecatedAPI.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testModuleSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPasswordDigest.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testUserFolder.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeSecurityPolicy.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.py -%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.py -%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.py -%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/dtml/activity.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/davLockManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_form_title.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_footer.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_header.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_style.css.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_style_test.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_top_frame.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_zmi_prefs.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/profile.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/refresh.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/zope_quick_start.dtml -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/DebugManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/load_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/store_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/transparent_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zopelogo.jpg -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/.cvsignore -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeItemsTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeModuleTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BucketTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.py -%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Length.py -%%ZOPEBASEDIR%%/lib/python/BTrees/Length.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Maintainer.txt -%%ZOPEBASEDIR%%/lib/python/BTrees/MergeTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/SetOpTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/SetTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/Setup -%%ZOPEBASEDIR%%/lib/python/BTrees/TreeSetTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.py -%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/convert.py -%%ZOPEBASEDIR%%/lib/python/BTrees/convert.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/intkeymacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/intvaluemacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/objectkeymacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/objectvaluemacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/sorters.c -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testSetOps.py -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/tests/julian_testdata.txt.gz -%%ZOPEBASEDIR%%/lib/python/DateTime/tests/testDateTime.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/results.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/testSequence.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/ztestlib.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.dtml -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.out -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTMLUnicode.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testustr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.pyc -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIHelpView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/addTopic.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/attributeView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/button.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/frame.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpURL.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_footer.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_header.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/methodView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/results.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/search.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_footer.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_header.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/helpTopic.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/productHelp.gif -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.py -%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/BaseTestMapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/Document.py -%%ZOPEBASEDIR%%/lib/python/Interface/Document.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.py -%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.py -%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IElement.py -%%ZOPEBASEDIR%%/lib/python/Interface/IElement.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.py -%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.py -%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Implements.py -%%ZOPEBASEDIR%%/lib/python/Interface/Implements.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Method.py -%%ZOPEBASEDIR%%/lib/python/Interface/Method.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Verify.py -%%ZOPEBASEDIR%%/lib/python/Interface/Verify.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_Element.py -%%ZOPEBASEDIR%%/lib/python/Interface/_Element.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.py -%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.py -%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_object.py -%%ZOPEBASEDIR%%/lib/python/Interface/_object.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/pprint.py -%%ZOPEBASEDIR%%/lib/python/Interface/pprint.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.py -%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/tests/IFoo.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/dummy.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testDocument.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testImplements.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testInterface.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVerify.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVisitImplements.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/unitfixtures.py -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Cache.py -%%ZOPEBASEDIR%%/lib/python/OFS/Cache.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.py -%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/History.py -%%ZOPEBASEDIR%%/lib/python/OFS/History.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.py -%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.py -%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheNamespaceKeys.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheable.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cmassoc.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/history.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/historyCompare.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertyType.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.py -%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/standard/index_html.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_error_message.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_footer.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_header.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_template.pt -%%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testTraverse.py -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/l_arrow.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OFS/www/r_arrow.gif -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.py -%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Try-It.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/Extensions/Test.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/testExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests/testMailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/CacheManager-associate.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Cacheable-properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Caching.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Document.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Proxy.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Upload.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Activity.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Cache-Parameters.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Database.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Flush-Cache.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DavLocks-ManageLocks.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Debug.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Profile.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Upload.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/History.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Import-Export.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Rename.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Ownership.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Distribution.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Refresh.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Define-Permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Local-Roles.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Permission.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Role.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_User-Local-Roles.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Undo.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Add-User.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Edit-User.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management_Version.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Join-Leave.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Save-Discard.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Basic.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Methods.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Property-Sheets.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Subobjects.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Views.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-call.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-comment.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-funcs.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-if.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-in.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-let.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-mime.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-raise.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-return.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sendmail.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlgroup.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqltest.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlvar.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-tree.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-try.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-unless.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-var.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-with.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/index.xml -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/zpt_examples.zexp -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/PageTemplate_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-fill-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-use-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-attributes.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-condition.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-content.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-define.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-omit-tag.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-on-error.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-repeat.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-replace.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-exists.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-nocall.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-not.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-path.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-python.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-string.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckUnicodeInserts.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1a.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1b.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/default.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/exclamation.gif -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptAdd.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptEdit.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/zpt.gif -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/addDateIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/manageDateIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/addDateRangeIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/manageDateRangeIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/manageFieldIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help/FieldIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/manageKeywordIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help/KeywordIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/managePathIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help/PathIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/vocab_query.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/addTopicIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help/TopicIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests/testTopicIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help/placeholder.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www/index.gif -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Bindings.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/ModuleAccess.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_test.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/testPythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/big_boolean.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/boolean_map.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/complex_print.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/fibonacci.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/for_loop.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/mutate_literals.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/ns_bind.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/simple_print.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/try_except.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/tuple_unpack_assignment.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/while_loop.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/default_py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptProxy.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyscript.gif -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addDataManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addIdManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageDataManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageIdManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testBrowserIdManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testSessionDataManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/datamgr.gif -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/idmgr.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/info.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/installing.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/otheruse.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/upgrading.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/vhosting.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help/SiteRoot_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRule.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRuleAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRoot.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonsterAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/manage_edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/error.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/main.pt -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/showEntry.pt -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/cache.gif -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/Accel.stx -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/RAM.stx -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/addTemporaryFolder.dtml -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/mountfail.dtml -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help/TemporaryFolder.stx -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www/tempfolder.gif -%%ZOPEBASEDIR%%/lib/python/Products/Transience/HowTransienceWorks.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/addTransientObjectContainer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/fauxtime.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTimeoutRelated.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/www/datacontainer.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/queryLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/Lexicon_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/ZCTextIndex_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.c -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.so -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.c -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.so -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/hs-tool.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/indexhtml.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mailtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mhindex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/python.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/queryhtml.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testLexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testNBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testPipelineFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryEngine.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testSetOps.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testStopper.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/wordstats.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/index.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/lexicon.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndexForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAdvanced.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogObjectInformation.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/edit_stop_syn.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manageOldindex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manage_vocab.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_manage_main.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_query.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Query.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Vocabulary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Find-Items-to-ZCatalog.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Status.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/Vocabulary.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Test.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.py -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialNav.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/glossary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/tutorial.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.txt -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/restricted_module.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/security_in_syntax.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/testRestrictions.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.testinfo -%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testSplitter.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/test_UnIndex.py -%%ZOPEBASEDIR%%/lib/python/Setup15 -%%ZOPEBASEDIR%%/lib/python/Setup20 -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptBindings.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionTestForm.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Signals/Signals.py -%%ZOPEBASEDIR%%/lib/python/Signals/Signals.pyc -%%ZOPEBASEDIR%%/lib/python/Signals/__init__.py -%%ZOPEBASEDIR%%/lib/python/Signals/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/STNG.txt -%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.py -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/TAL/.cvsignore -%%ZOPEBASEDIR%%/lib/python/TAL/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.py -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.py -%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/README.txt -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.py -%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml12.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal12.html -%%ZOPEBASEDIR%%/lib/python/TAL/driver.py -%%ZOPEBASEDIR%%/lib/python/TAL/driver.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.py -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.py -%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.py -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.py -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.py -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test19.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test20.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test21.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test22.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test23.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test24.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test25.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test26.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test27.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test28.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test29.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test30.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test31.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test32.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test19.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test20.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test21.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test22.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test23.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test24.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test25.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test26.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test27.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test28.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test29.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test30.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test31.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test32.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_sourcepos.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/README.txt -%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.py -%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/__init__.py -%%ZOPEBASEDIR%%/lib/python/Testing/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/common.py -%%ZOPEBASEDIR%%/lib/python/Testing/common.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.py -%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.py -%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.py -%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/var/README.txt -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.py -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.pyc -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.py -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.py -%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Corruption.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/IteratorStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/LocalStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MTStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MinPO.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ReadOnlyStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RevisionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/StorageTestBase.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Synchronization.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/VersionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testActivityMonitor.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testCache.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentList.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTimeStamp.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testUtils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testZODB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testfsIndex.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi_hotfix.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi_hotfix.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRangeSupport.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testTaintedString.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testTree.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/initgroups.so -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.py -%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.py -%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.py -%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.py -%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/dtml/locknullmain.dtml -%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.py -%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/www/davlock.gif -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/testExceptionFormatter.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.py -%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.py -%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.py -%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLog.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/testDaemon.py -%%ZOPEBASEDIR%%/pcgi/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/Test/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/setup.py -%%ZOPEBASEDIR%%/setup.pyc -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/stupid_clean -%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.py -%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.pyc -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/space.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/space.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/test-checker.fs -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testfstest.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testzeopack.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.pyc -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/check_catalog.py -%%ZOPEBASEDIR%%/utilities/check_catalog.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/utilities/requestprofiler.py -%%ZOPEBASEDIR%%/utilities/requestprofiler.pyc -%%ZOPEBASEDIR%%/utilities/testrunner.py -%%ZOPEBASEDIR%%/utilities/testrunner.pyc -%%ZOPEBASEDIR%%/w_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/zpasswd.pyc -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -@unexec rm -f %D/%%ZOPEBASEDIR%%/inituser -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.lock -@unexec rmdir %D/%%ZOPEBASEDIR%%/var 2>/dev/null || true -@unexec rmdir %D/%%CGIBINDIR%% 2>/dev/null || true -@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools/tests -@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools -@dirrm %%ZOPEBASEDIR%%/utilities -@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/zdaemon/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon -@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG -@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/www -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python/build -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/ThreadedAsync -@dirrm %%ZOPEBASEDIR%%/lib/python/Testing/var -@dirrm %%ZOPEBASEDIR%%/lib/python/Testing -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/output -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/input -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/benchmark -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/Signals -@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/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1 -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml -@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/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml -@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/tests/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/Persistence -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/standard -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib/Components/initgroups -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/import -@dirrm %%ZOPEBASEDIR%%/doc/changenotes -@dirrm %%ZOPEBASEDIR%%/doc/PLATFORMS -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/thread -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/test -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/sendfile -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/notes -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/misc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/docs -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/dist -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/demo -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/contrib -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/Extensions -@unexec rmdir %D/%%ZOPEBASEDIR%% 2>/dev/null || true -@unexec rmdir %D/%%WEBBASEDIR%% 2>/dev/null || true -@unexec rmdir %D/%%APACHE_CONFDIR%% 2>/dev/null || true diff --git a/www/zope211/Makefile b/www/zope211/Makefile deleted file mode 100644 index e1b9fe731ca0..000000000000 --- a/www/zope211/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: Zope -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= zope -PORTVERSION= 2.6.0 -PORTREVISION= 1 -CATEGORIES= www python zope -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ -DISTNAME= Zope-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= alane@FreeBSD.org -COMMENT= An object-based web application platform with DB access, WebDAV, & more - -USE_PYTHON= yes -PYTHON_VERSION= python2.1 - -DIST_SUBDIR= zope - -# Note: the notes that follow reflect the decisions of prior maintainers -# of this port. IOW, don't blame me if you don't like the way it's done. -# Exceptions to this are marked as such. - -# Build has to be done in the final location after installing the sources -# there. It was a major action to fix all paths otherwise. -do-build: # empty, but needs to be there for the python dependency. - -# Change these, if you like, via the environment. -WEBBASEDIR?= www -SZOPEBASEDIR?= ${WEBBASEDIR}/Zope -SCGIBINDIR?= ${WEBBASEDIR}/cgi-bin -SAPACHE_CONFDIR?= etc/apache -ZOPE_HTTP_PORT?= 8080 -ZOPE_FTP_PORT?= 8021 -ZOPE_MONITOR_PORT?= '' - -ZOPE_USER= www - -# Don't change these. -ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} -CGIBINDIR= ${PREFIX}/${SCGIBINDIR} -APACHE_CONFDIR= ${PREFIX}/${SAPACHE_CONFDIR} - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} \ - CGIBINDIR=${SCGIBINDIR} \ - APACHE_CONFDIR=${SAPACHE_CONFDIR} \ - VERSION=${PORTVERSION} \ - WEBBASEDIR=${WEBBASEDIR} - -# Force the cgi-bin dir or link to exist. -# If we have to create it, call it -dist to emphasize that the port -# set it up. <alane> - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -# I decided to consider the whole souce tree to be part of the package -# since in there, Zope can live on its own. I can use Zope's own building -# mechanism. -do-install: - @if test ! -d ${CGIBINDIR}; then \ - ${ECHO_CMD} "The directory for Zope's CGI scripts does"\ - "not exist, so I will create it.";\ - ${ECHO_CMD} "They will be placed in ${CGIBINDIR}.";\ - ${ECHO_CMD} ;\ - ${MKDIR} ${CGIBINDIR}; ${CHMOD} 0755 ${CGIBINDIR}; fi - @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ - ${ECHO} "Saving existing Database to ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs ${ZOPEBASEDIR}/var/Data.fs.preserve; \ - fi - @# - @${MKDIR} ${ZOPEBASEDIR} - @${ECHO} "===> Please be patient, some builds need their time." - @${ECHO} "===> Copying..." - @${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ - # - # Copying some patches - # - #@${CP} -Rp ${WRKDIR}/lib ${ZOPEBASEDIR}/ - @# - @${CHMOD} -R u+w ${ZOPEBASEDIR} - @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} w_pcgi.py) - @${CHMOD} -R u+w ${ZOPEBASEDIR} - @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} wo_pcgi.py) - @(cd ${ZOPEBASEDIR} && \ - ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO_CMD} "#! ${CGIBINDIR}/pcgi-wrapper" > Zope.cgi ; \ - ${CAT} Zope.cgi.orig >> Zope.cgi ; \ - ${RM} Zope.cgi.orig ) - @(cd ${ZOPEBASEDIR}/pcgi/Test && ${RM} *.o) - @(cd ${ZOPEBASEDIR}/pcgi && ${RM} *.o) - @# - @(cd ${ZOPEBASEDIR} && \ - ${MV} Zope.cgi \ - pcgi/pcgi-wrapper \ - ${CGIBINDIR} ) - @(cd ${CGIBINDIR} && \ - ${CHMOD} 555 Zope.cgi pcgi-wrapper ) - @# - @${ECHO} "===> Fixing permissions of Zope's own var directory..." - @${CHMOD} ugo+rwt ${ZOPEBASEDIR}/var - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var/* - @${RM} ${ZOPEBASEDIR}/var/.cvsignore - @if [ -e ${ZOPEBASEDIR}/var/Data.fs.preserve ] ; then \ - ${ECHO} "Restoring existing Database from ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs.preserve ${ZOPEBASEDIR}/var/Data.fs; \ - fi - @# - @if [ ! -f ${ZOPEBASEDIR}/access ]; then \ - ${ECHO} "===> Setting user/password to zopemaster/test..."; \ - (cd ${ZOPEBASEDIR} && \ - ${PYTHON_CMD} zpasswd.py -u zopemaster \ - -p test -e CLEARTEXT access ); \ - fi - @# - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/access - @# - @${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-Changes." - @${MKDIR} ${APACHE_CONFDIR} - @${CP} -p ${FILESDIR}/apache.conf.Zope-Changes ${APACHE_CONFDIR}/ - @# - @${ECHO} "===> Please have a look at this file and the instructions" - @${ECHO} "===> therein and incorporate them to your apache.conf." - @${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." - @${MKDIR} ${PREFIX}/etc/rc.d - @${SED} -e "s|%%ZOPEBASEDIR%%|${ZOPEBASEDIR}|g" \ - -e "s|%%CGIBINDIR%%|${CGIBINDIR}|g" \ - -e "s|%%ZOPE_USER%%|${ZOPE_USER}|g" \ - -e "s|%%ZOPE_HTTP_PORT%%|${ZOPE_HTTP_PORT}|g" \ - -e "s|%%ZOPE_FTP_PORT%%|${ZOPE_FTP_PORT}|g" \ - -e "s|%%ZOPE_MONITOR_PORT%%|${ZOPE_MONITOR_PORT}|g" \ - < ${FILESDIR}/zope.sh.in > ${PREFIX}/etc/rc.d/zope.sh - @${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh - @${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." - @${CAT} ${FILESDIR}/Message - @${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." - @${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." - @${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." - @${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGIBINDIR}." - -.include <bsd.port.mk> diff --git a/www/zope211/distinfo b/www/zope211/distinfo deleted file mode 100644 index 188763e35c10..000000000000 --- a/www/zope211/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (zope/Zope-2.6.0-src.tgz) = a0bb91ca1df775aebfc8ff8c46afa3a9 diff --git a/www/zope211/files/CREDITS b/www/zope211/files/CREDITS deleted file mode 100644 index c84974c8005c..000000000000 --- a/www/zope211/files/CREDITS +++ /dev/null @@ -1,6 +0,0 @@ -Special thanks to (in no particular order): - -- The Zope makers: Digital Creations. -- The Python Group -- Olaf Erb -- Andreas Ley diff --git a/www/zope211/files/Message b/www/zope211/files/Message deleted file mode 100644 index 54fc163809f9..000000000000 --- a/www/zope211/files/Message +++ /dev/null @@ -1,57 +0,0 @@ - -Welcome to Zope. - -The basic installation process for FreeBSD now has been done. To have a -quick look, cd to your Zope base directory (see below) and start Zope -with: - -./start -w <web port> -f <ftp port> - -where <web port> is the port where to http-access Zope with your browser -(try http://localhost:<web port>). It defaults to 80. <ftp-port> is the -same thing for ftp (upload) access, it defaults to 21. Obviously, you will -have to specify these if you already use these ports. The user/password -pair for access to the management screens has been preset to -zopemaster/test, respectively. - -PLEASE NOTE that the above only is for a quick check only, BUT IT WILL -LEAVE YOUR ZOPE PROCESS WIDE OPEN TO HACKING SINCE THERE'S NO SECURITY -WHATSOEVER. Therefore, PLEASE do incorporate the suggested changes (see -below) to your apache-SSL web server and only start Zope WITHOUT ANY open -<web port> or <ftp port>. This can be done, also from the Zope base dir, -by: - -./start -w '' -f '' -m '' -p <path to Zope.cgi>/Zope.cgi - -where <path to Zope.cgi> is the (full) path to where Zope.cgi lives (see -below). There now also should be a file in ${PREFIX}/etc/rc.d/ (most -probably /usr/local/etc/rc.d/) named zope.sh that does the startup for you -after a reboot. - -Also, it might be a good idea now to change the password. You can do that -with (again, in the Zope base directory): - -python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access - -The -e CLEARTEXT presently is *mandatory*, otherwise authentication -through apache will not work. - -You will probably already have gone through Apache's ssl certificate -generation process. If not, please do so now, if you don't already have a -certificate. If only a few well known people will have access to your -management screens, a self-signed one probably will suffice. Please refer -to the Apache and the Apache-SSL documentation for further information. -Use a sufficiently "long" key. Don't forget the https://... when trying to -access the management pages. - -Apache will communicate with Zope through the so-called persistent cgi -interface (aka pcgi). There's links to more information on the Zope web -site at http://www.zope.org. Also, this is the best (and only) source of -help end information on Zope itself. - -Zope is Copyrighted (C) by Digital Creations. All rights reserved. -Please thouroughly read the license (see below) before employing Zope. - -Good business, Peter Cornelius. <pcc@gmx.net> - -Please remember these files and directories: diff --git a/www/zope211/files/apache.conf.Zope-Changes b/www/zope211/files/apache.conf.Zope-Changes deleted file mode 100644 index bd9e6799c08a..000000000000 --- a/www/zope211/files/apache.conf.Zope-Changes +++ /dev/null @@ -1,54 +0,0 @@ -# *** *** *** -# ------------------- -# Zope Configuration. -# ------------------- -# -# IMPORTANT: In order for SSL access to work, copy the part between the -# lines with the nine asterisks * to your SSL virtual host section, too! -# -# This rule adds the trailing slash if omitted. So, we will have it for -# all subsequent rules -RewriteEngine on -RewriteRule ^/Zope$ /Zope/ [R] -# -# Zope requires the authentication headers to be passed to it if it is -# called through the cgi of another web server (like apache). An "easy" -# way to do so is to do a little mod_rewrite'ing. See doc/WEBSERVER.txt in -# your Zope base directory for further information. -# -# Uncomment the first RewriteRule if you move Zope.cgi into -# /usr/local/www/cgi-bin -# -# This maps maps /Zope/ to the Zope.cgi CGI script. -RewriteCond %{HTTP:Authorization} ^(.*) -#RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin.default/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -# - -# *** *** *** -# -# This lets the Zope cgi script run: -# - -<Directory /usr/local/www/cgi-bin.default> - Options +ExecCGI -</Directory> - - -# *** *** *** -# -# To require SSL to access the Zope management screens, uncomment the -# next section: -# -#<IfDefine SSL> -#<LocationMatch "/Zope/(.*)manage(.*)"> -# SSLRequireSSL -#</LocationMatch> -# -#<LocationMatch "/cgi-bin/Zope.cgi(.*)manage(.*)"> -# SSLRequireSSL -#</LocationMatch> -#</IfDefine> -# -# End of Zope configuration section. - diff --git a/www/zope211/files/zope.sh.in b/www/zope211/files/zope.sh.in deleted file mode 100644 index 616a53f07eec..000000000000 --- a/www/zope211/files/zope.sh.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -case "$1" in -start) - umask 077 - nohup %%ZOPEBASEDIR%%/start \ - -w %%ZOPE_HTTP_PORT%% \ - -f %%ZOPE_FTP_PORT%% \ - -m %%ZOPE_MONITOR_PORT%% \ - -u %%ZOPE_USER%% \ - -p %%CGIBINDIR%%/Zope.cgi \ - >> %%ZOPEBASEDIR%%/var/zope-output 2>&1 & - echo -n " Zope" - ;; -stop) - %%ZOPEBASEDIR%%/stop - echo -n " Zope" - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/zope211/pkg-deinstall b/www/zope211/pkg-deinstall deleted file mode 100644 index af2091a5b227..000000000000 --- a/www/zope211/pkg-deinstall +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=www - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete WWW (Zope or Apache and so on) user permanently, use 'pw userdel ${USER}'" -fi - -exit 0 diff --git a/www/zope211/pkg-descr b/www/zope211/pkg-descr deleted file mode 100644 index 4ca688518ba5..000000000000 --- a/www/zope211/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"Zope is an exciting new object-based, open source web application -platform. It allows you to build powerful and dynamic web applications -easily. Zope comes with source code and is friendly to developers as -well as users. -Zope is distinguished by its integrated object database which, when -combined with a revolutionary object model, provides a completely unique -facility for servicing content managers and web application developers." - -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : - -Database Integration Content Management - SQL and HTML in Harmony Builtin Objects - Multiple Data Sources Document Templates - Publish Databases Web to Objects -Application Development Integrated Object Database - DTML Scripting Managed Through the Web - External Methods Direct URL Access to Objects - -This is a "beta" release. It seems to work quite stable, but no guarantee -given. - Peter Cornelius <pcc@gmx.net> - -WWW: http://www.zope.org/ diff --git a/www/zope211/pkg-install b/www/zope211/pkg-install deleted file mode 100644 index cbeae9665004..000000000000 --- a/www/zope211/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 diff --git a/www/zope211/pkg-plist b/www/zope211/pkg-plist deleted file mode 100644 index 88e0dcd3901c..000000000000 --- a/www/zope211/pkg-plist +++ /dev/null @@ -1,2710 +0,0 @@ -%%APACHE_CONFDIR%%/apache.conf.Zope-Changes -etc/rc.d/zope.sh -%%ZOPEBASEDIR%%/var/Data.fs -%%ZOPEBASEDIR%%/var/Data.fs.in -@exec if [ ! -f %B/Data.fs ]; then cp %B/%f %B/Data.fs; fi -%%ZOPEBASEDIR%%/Extensions/README.txt -%%ZOPEBASEDIR%%/LICENSE.txt -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/ZServer/DebugLogger.py -%%ZOPEBASEDIR%%/ZServer/DebugLogger.pyc -%%ZOPEBASEDIR%%/ZServer/FCGIServer.py -%%ZOPEBASEDIR%%/ZServer/FCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/ICPServer.py -%%ZOPEBASEDIR%%/ZServer/ICPServer.pyc -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/WebDAVSrcHandler.py -%%ZOPEBASEDIR%%/ZServer/WebDAVSrcHandler.pyc -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ANNOUNCE.txt -%%ZOPEBASEDIR%%/ZServer/medusa/ANNOUNCE_970922.txt -%%ZOPEBASEDIR%%/ZServer/medusa/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/medusa/Makefile -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/chat_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/chat_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/continuation.py -%%ZOPEBASEDIR%%/ZServer/medusa/continuation.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/bobo_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/bobo_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/sample_cgi.py -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/sample_cgi.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/demo/publish.py -%%ZOPEBASEDIR%%/ZServer/medusa/demo/publish.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/dist/license.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/README.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/composing_producers.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/data_flow.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/data_flow.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/producers.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/proxy_notes.txt -%%ZOPEBASEDIR%%/ZServer/medusa/event_loop.py -%%ZOPEBASEDIR%%/ZServer/medusa/event_loop.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/fifo.py -%%ZOPEBASEDIR%%/ZServer/medusa/fifo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_bobo.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_bobo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa.html -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/async_mysql.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/async_mysql.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/recorder.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/recorder.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/syncsock.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/syncsock.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/notes/async_blurbs.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/debugging.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/threads.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/tkinter.txt -%%ZOPEBASEDIR%%/ZServer/medusa/out -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/put_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/put_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/redirecting_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/redirecting_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/form.mpy -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/persistent.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/persistent.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/start_demo.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/start_demo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/today.mpy -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/README -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/asynchat_sendfile.py -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/asynchat_sendfile.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/sendfilemodule.c -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/test_sendfile.py -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/test_sendfile.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/start_medusa.py -%%ZOPEBASEDIR%%/ZServer/medusa/start_medusa.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/test/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/asyn_http_bench.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_11.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_lb.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_medusa.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_single_11.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/tests.txt -%%ZOPEBASEDIR%%/ZServer/medusa/thread/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/pi_module.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/pi_module.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/test_module.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/test_module.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_channel.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_channel.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/unix_user_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/unix_user_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.pyc -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/ENVIRONMENT.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/HELPSYS.txt -%%ZOPEBASEDIR%%/doc/HISTORY.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/SETUID.txt -%%ZOPEBASEDIR%%/doc/SIGNALS.txt -%%ZOPEBASEDIR%%/doc/UNITTEST.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/doc/changenotes/010516-2.4-unicode.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-dropinindex.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-exreg.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-pluggableindex.stx -%%ZOPEBASEDIR%%/doc/changenotes/010620-2.4-btreeconflict.stx -%%ZOPEBASEDIR%%/import/Examples.zexp -%%ZOPEBASEDIR%%/import/README.txt -%%ZOPEBASEDIR%%/import/ZopeTutorialExamples.zexp -%%ZOPEBASEDIR%%/inituser -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/make_instance.py -%%ZOPEBASEDIR%%/inst/make_instance.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/inst/walkandscrub.py -%%ZOPEBASEDIR%%/inst/walkandscrub.pyc -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/.cvsignore -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/LICENSE.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Acquisition.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/ExtensionClass.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Installation.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/MultiMapping.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/index.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/release.notes.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_AqAlg -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_MultiMapping -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_Sync -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_ThreadLock -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_acquisition -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_add -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_binding -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_explicit_acquisition -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_method_hook -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/regrtest.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_AqAlg.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/initgroups/initgroups.c -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.c -%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.so -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/owner.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/userFolderProps.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/README -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testClassSecurityInfo.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testDeprecatedAPI.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testModuleSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPasswordDigest.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testUserFolder.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeSecurityPolicy.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.py -%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.py -%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.py -%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/dtml/activity.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/davLockManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_form_title.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_footer.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_header.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_style.css.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_style_test.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_top_frame.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_zmi_prefs.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/profile.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/refresh.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/zope_quick_start.dtml -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/DebugManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/load_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/store_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/transparent_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zopelogo.jpg -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/.cvsignore -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeItemsTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeModuleTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BucketTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.py -%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Length.py -%%ZOPEBASEDIR%%/lib/python/BTrees/Length.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Maintainer.txt -%%ZOPEBASEDIR%%/lib/python/BTrees/MergeTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/SetOpTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/SetTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/Setup -%%ZOPEBASEDIR%%/lib/python/BTrees/TreeSetTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.py -%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/convert.py -%%ZOPEBASEDIR%%/lib/python/BTrees/convert.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/intkeymacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/intvaluemacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/objectkeymacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/objectvaluemacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/sorters.c -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testSetOps.py -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/tests/julian_testdata.txt.gz -%%ZOPEBASEDIR%%/lib/python/DateTime/tests/testDateTime.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/results.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/testSequence.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/ztestlib.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.dtml -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.out -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTMLUnicode.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testustr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.pyc -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIHelpView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/addTopic.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/attributeView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/button.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/frame.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpURL.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_footer.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_header.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/methodView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/results.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/search.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_footer.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_header.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/helpTopic.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/productHelp.gif -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.py -%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/BaseTestMapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/Document.py -%%ZOPEBASEDIR%%/lib/python/Interface/Document.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.py -%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.py -%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IElement.py -%%ZOPEBASEDIR%%/lib/python/Interface/IElement.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.py -%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.py -%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Implements.py -%%ZOPEBASEDIR%%/lib/python/Interface/Implements.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Method.py -%%ZOPEBASEDIR%%/lib/python/Interface/Method.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Verify.py -%%ZOPEBASEDIR%%/lib/python/Interface/Verify.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_Element.py -%%ZOPEBASEDIR%%/lib/python/Interface/_Element.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.py -%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.py -%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_object.py -%%ZOPEBASEDIR%%/lib/python/Interface/_object.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/pprint.py -%%ZOPEBASEDIR%%/lib/python/Interface/pprint.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.py -%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/tests/IFoo.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/dummy.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testDocument.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testImplements.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testInterface.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVerify.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVisitImplements.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/unitfixtures.py -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Cache.py -%%ZOPEBASEDIR%%/lib/python/OFS/Cache.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.py -%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/History.py -%%ZOPEBASEDIR%%/lib/python/OFS/History.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.py -%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.py -%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheNamespaceKeys.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheable.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cmassoc.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/history.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/historyCompare.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertyType.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.py -%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/standard/index_html.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_error_message.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_footer.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_header.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_template.pt -%%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testTraverse.py -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/l_arrow.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OFS/www/r_arrow.gif -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.py -%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Try-It.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/Extensions/Test.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/testExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests/testMailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/CacheManager-associate.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Cacheable-properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Caching.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Document.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Proxy.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Upload.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Activity.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Cache-Parameters.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Database.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Flush-Cache.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DavLocks-ManageLocks.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Debug.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Profile.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Upload.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/History.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Import-Export.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Rename.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Ownership.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Distribution.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Refresh.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Define-Permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Local-Roles.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Permission.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Role.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_User-Local-Roles.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Undo.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Add-User.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Edit-User.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management_Version.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Join-Leave.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Save-Discard.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Basic.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Methods.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Property-Sheets.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Subobjects.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Views.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-call.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-comment.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-funcs.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-if.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-in.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-let.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-mime.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-raise.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-return.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sendmail.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlgroup.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqltest.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlvar.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-tree.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-try.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-unless.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-var.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-with.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/index.xml -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/zpt_examples.zexp -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/PageTemplate_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-fill-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-use-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-attributes.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-condition.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-content.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-define.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-omit-tag.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-on-error.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-repeat.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-replace.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-exists.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-nocall.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-not.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-path.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-python.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-string.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckUnicodeInserts.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1a.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1b.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/default.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/exclamation.gif -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptAdd.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptEdit.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/zpt.gif -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/addDateIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/manageDateIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/addDateRangeIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/manageDateRangeIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/manageFieldIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help/FieldIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/manageKeywordIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help/KeywordIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/managePathIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help/PathIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/vocab_query.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/addTopicIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help/TopicIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests/testTopicIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help/placeholder.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www/index.gif -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Bindings.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/ModuleAccess.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_test.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/testPythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/big_boolean.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/boolean_map.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/complex_print.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/fibonacci.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/for_loop.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/mutate_literals.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/ns_bind.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/simple_print.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/try_except.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/tuple_unpack_assignment.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/while_loop.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/default_py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptProxy.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyscript.gif -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addDataManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addIdManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageDataManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageIdManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testBrowserIdManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testSessionDataManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/datamgr.gif -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/idmgr.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/info.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/installing.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/otheruse.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/upgrading.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/vhosting.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help/SiteRoot_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRule.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRuleAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRoot.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonsterAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/manage_edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/error.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/main.pt -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/showEntry.pt -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/cache.gif -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/Accel.stx -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/RAM.stx -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/addTemporaryFolder.dtml -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/mountfail.dtml -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help/TemporaryFolder.stx -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www/tempfolder.gif -%%ZOPEBASEDIR%%/lib/python/Products/Transience/HowTransienceWorks.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/addTransientObjectContainer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/fauxtime.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTimeoutRelated.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/www/datacontainer.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/queryLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/Lexicon_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/ZCTextIndex_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.c -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.so -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.c -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.so -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/hs-tool.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/indexhtml.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mailtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mhindex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/python.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/queryhtml.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testLexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testNBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testPipelineFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryEngine.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testSetOps.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testStopper.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/wordstats.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/index.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/lexicon.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndexForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAdvanced.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogObjectInformation.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/edit_stop_syn.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manageOldindex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manage_vocab.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_manage_main.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_query.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Query.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Vocabulary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Find-Items-to-ZCatalog.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Status.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/Vocabulary.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Test.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.py -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialNav.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/glossary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/tutorial.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.txt -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/restricted_module.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/security_in_syntax.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/testRestrictions.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.testinfo -%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testSplitter.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/test_UnIndex.py -%%ZOPEBASEDIR%%/lib/python/Setup15 -%%ZOPEBASEDIR%%/lib/python/Setup20 -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptBindings.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionTestForm.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Signals/Signals.py -%%ZOPEBASEDIR%%/lib/python/Signals/Signals.pyc -%%ZOPEBASEDIR%%/lib/python/Signals/__init__.py -%%ZOPEBASEDIR%%/lib/python/Signals/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/STNG.txt -%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.py -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/TAL/.cvsignore -%%ZOPEBASEDIR%%/lib/python/TAL/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.py -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.py -%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/README.txt -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.py -%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml12.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal12.html -%%ZOPEBASEDIR%%/lib/python/TAL/driver.py -%%ZOPEBASEDIR%%/lib/python/TAL/driver.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.py -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.py -%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.py -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.py -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.py -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test19.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test20.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test21.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test22.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test23.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test24.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test25.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test26.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test27.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test28.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test29.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test30.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test31.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test32.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test19.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test20.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test21.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test22.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test23.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test24.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test25.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test26.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test27.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test28.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test29.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test30.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test31.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test32.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_sourcepos.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/README.txt -%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.py -%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/__init__.py -%%ZOPEBASEDIR%%/lib/python/Testing/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/common.py -%%ZOPEBASEDIR%%/lib/python/Testing/common.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.py -%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.py -%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.py -%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/var/README.txt -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.py -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.pyc -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.py -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.py -%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Corruption.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/IteratorStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/LocalStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MTStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MinPO.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ReadOnlyStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RevisionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/StorageTestBase.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Synchronization.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/VersionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testActivityMonitor.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testCache.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentList.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTimeStamp.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testUtils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testZODB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testfsIndex.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi_hotfix.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi_hotfix.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRangeSupport.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testTaintedString.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testTree.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/initgroups.so -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.py -%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.py -%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.py -%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.py -%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/dtml/locknullmain.dtml -%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.py -%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/www/davlock.gif -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/testExceptionFormatter.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.py -%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.py -%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.py -%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLog.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/testDaemon.py -%%ZOPEBASEDIR%%/pcgi/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/Test/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/setup.py -%%ZOPEBASEDIR%%/setup.pyc -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/stupid_clean -%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.py -%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.pyc -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/space.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/space.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/test-checker.fs -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testfstest.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testzeopack.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.pyc -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/check_catalog.py -%%ZOPEBASEDIR%%/utilities/check_catalog.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/utilities/requestprofiler.py -%%ZOPEBASEDIR%%/utilities/requestprofiler.pyc -%%ZOPEBASEDIR%%/utilities/testrunner.py -%%ZOPEBASEDIR%%/utilities/testrunner.pyc -%%ZOPEBASEDIR%%/w_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/zpasswd.pyc -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -@unexec rm -f %D/%%ZOPEBASEDIR%%/inituser -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.lock -@unexec rmdir %D/%%ZOPEBASEDIR%%/var 2>/dev/null || true -@unexec rmdir %D/%%CGIBINDIR%% 2>/dev/null || true -@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools/tests -@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools -@dirrm %%ZOPEBASEDIR%%/utilities -@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/zdaemon/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon -@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG -@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/www -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python/build -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/ThreadedAsync -@dirrm %%ZOPEBASEDIR%%/lib/python/Testing/var -@dirrm %%ZOPEBASEDIR%%/lib/python/Testing -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/output -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/input -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/benchmark -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/Signals -@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/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1 -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml -@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/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml -@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/tests/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/Persistence -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/standard -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib/Components/initgroups -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/import -@dirrm %%ZOPEBASEDIR%%/doc/changenotes -@dirrm %%ZOPEBASEDIR%%/doc/PLATFORMS -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/thread -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/test -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/sendfile -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/notes -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/misc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/docs -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/dist -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/demo -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/contrib -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/Extensions -@unexec rmdir %D/%%ZOPEBASEDIR%% 2>/dev/null || true -@unexec rmdir %D/%%WEBBASEDIR%% 2>/dev/null || true -@unexec rmdir %D/%%APACHE_CONFDIR%% 2>/dev/null || true diff --git a/www/zope213/Makefile b/www/zope213/Makefile deleted file mode 100644 index e1b9fe731ca0..000000000000 --- a/www/zope213/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: Zope -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= zope -PORTVERSION= 2.6.0 -PORTREVISION= 1 -CATEGORIES= www python zope -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ -DISTNAME= Zope-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= alane@FreeBSD.org -COMMENT= An object-based web application platform with DB access, WebDAV, & more - -USE_PYTHON= yes -PYTHON_VERSION= python2.1 - -DIST_SUBDIR= zope - -# Note: the notes that follow reflect the decisions of prior maintainers -# of this port. IOW, don't blame me if you don't like the way it's done. -# Exceptions to this are marked as such. - -# Build has to be done in the final location after installing the sources -# there. It was a major action to fix all paths otherwise. -do-build: # empty, but needs to be there for the python dependency. - -# Change these, if you like, via the environment. -WEBBASEDIR?= www -SZOPEBASEDIR?= ${WEBBASEDIR}/Zope -SCGIBINDIR?= ${WEBBASEDIR}/cgi-bin -SAPACHE_CONFDIR?= etc/apache -ZOPE_HTTP_PORT?= 8080 -ZOPE_FTP_PORT?= 8021 -ZOPE_MONITOR_PORT?= '' - -ZOPE_USER= www - -# Don't change these. -ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} -CGIBINDIR= ${PREFIX}/${SCGIBINDIR} -APACHE_CONFDIR= ${PREFIX}/${SAPACHE_CONFDIR} - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} \ - CGIBINDIR=${SCGIBINDIR} \ - APACHE_CONFDIR=${SAPACHE_CONFDIR} \ - VERSION=${PORTVERSION} \ - WEBBASEDIR=${WEBBASEDIR} - -# Force the cgi-bin dir or link to exist. -# If we have to create it, call it -dist to emphasize that the port -# set it up. <alane> - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -# I decided to consider the whole souce tree to be part of the package -# since in there, Zope can live on its own. I can use Zope's own building -# mechanism. -do-install: - @if test ! -d ${CGIBINDIR}; then \ - ${ECHO_CMD} "The directory for Zope's CGI scripts does"\ - "not exist, so I will create it.";\ - ${ECHO_CMD} "They will be placed in ${CGIBINDIR}.";\ - ${ECHO_CMD} ;\ - ${MKDIR} ${CGIBINDIR}; ${CHMOD} 0755 ${CGIBINDIR}; fi - @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ - ${ECHO} "Saving existing Database to ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs ${ZOPEBASEDIR}/var/Data.fs.preserve; \ - fi - @# - @${MKDIR} ${ZOPEBASEDIR} - @${ECHO} "===> Please be patient, some builds need their time." - @${ECHO} "===> Copying..." - @${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ - # - # Copying some patches - # - #@${CP} -Rp ${WRKDIR}/lib ${ZOPEBASEDIR}/ - @# - @${CHMOD} -R u+w ${ZOPEBASEDIR} - @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} w_pcgi.py) - @${CHMOD} -R u+w ${ZOPEBASEDIR} - @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} wo_pcgi.py) - @(cd ${ZOPEBASEDIR} && \ - ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO_CMD} "#! ${CGIBINDIR}/pcgi-wrapper" > Zope.cgi ; \ - ${CAT} Zope.cgi.orig >> Zope.cgi ; \ - ${RM} Zope.cgi.orig ) - @(cd ${ZOPEBASEDIR}/pcgi/Test && ${RM} *.o) - @(cd ${ZOPEBASEDIR}/pcgi && ${RM} *.o) - @# - @(cd ${ZOPEBASEDIR} && \ - ${MV} Zope.cgi \ - pcgi/pcgi-wrapper \ - ${CGIBINDIR} ) - @(cd ${CGIBINDIR} && \ - ${CHMOD} 555 Zope.cgi pcgi-wrapper ) - @# - @${ECHO} "===> Fixing permissions of Zope's own var directory..." - @${CHMOD} ugo+rwt ${ZOPEBASEDIR}/var - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var/* - @${RM} ${ZOPEBASEDIR}/var/.cvsignore - @if [ -e ${ZOPEBASEDIR}/var/Data.fs.preserve ] ; then \ - ${ECHO} "Restoring existing Database from ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs.preserve ${ZOPEBASEDIR}/var/Data.fs; \ - fi - @# - @if [ ! -f ${ZOPEBASEDIR}/access ]; then \ - ${ECHO} "===> Setting user/password to zopemaster/test..."; \ - (cd ${ZOPEBASEDIR} && \ - ${PYTHON_CMD} zpasswd.py -u zopemaster \ - -p test -e CLEARTEXT access ); \ - fi - @# - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/access - @# - @${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-Changes." - @${MKDIR} ${APACHE_CONFDIR} - @${CP} -p ${FILESDIR}/apache.conf.Zope-Changes ${APACHE_CONFDIR}/ - @# - @${ECHO} "===> Please have a look at this file and the instructions" - @${ECHO} "===> therein and incorporate them to your apache.conf." - @${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." - @${MKDIR} ${PREFIX}/etc/rc.d - @${SED} -e "s|%%ZOPEBASEDIR%%|${ZOPEBASEDIR}|g" \ - -e "s|%%CGIBINDIR%%|${CGIBINDIR}|g" \ - -e "s|%%ZOPE_USER%%|${ZOPE_USER}|g" \ - -e "s|%%ZOPE_HTTP_PORT%%|${ZOPE_HTTP_PORT}|g" \ - -e "s|%%ZOPE_FTP_PORT%%|${ZOPE_FTP_PORT}|g" \ - -e "s|%%ZOPE_MONITOR_PORT%%|${ZOPE_MONITOR_PORT}|g" \ - < ${FILESDIR}/zope.sh.in > ${PREFIX}/etc/rc.d/zope.sh - @${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh - @${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." - @${CAT} ${FILESDIR}/Message - @${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." - @${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." - @${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." - @${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGIBINDIR}." - -.include <bsd.port.mk> diff --git a/www/zope213/distinfo b/www/zope213/distinfo deleted file mode 100644 index 188763e35c10..000000000000 --- a/www/zope213/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (zope/Zope-2.6.0-src.tgz) = a0bb91ca1df775aebfc8ff8c46afa3a9 diff --git a/www/zope213/files/CREDITS b/www/zope213/files/CREDITS deleted file mode 100644 index c84974c8005c..000000000000 --- a/www/zope213/files/CREDITS +++ /dev/null @@ -1,6 +0,0 @@ -Special thanks to (in no particular order): - -- The Zope makers: Digital Creations. -- The Python Group -- Olaf Erb -- Andreas Ley diff --git a/www/zope213/files/Message b/www/zope213/files/Message deleted file mode 100644 index 54fc163809f9..000000000000 --- a/www/zope213/files/Message +++ /dev/null @@ -1,57 +0,0 @@ - -Welcome to Zope. - -The basic installation process for FreeBSD now has been done. To have a -quick look, cd to your Zope base directory (see below) and start Zope -with: - -./start -w <web port> -f <ftp port> - -where <web port> is the port where to http-access Zope with your browser -(try http://localhost:<web port>). It defaults to 80. <ftp-port> is the -same thing for ftp (upload) access, it defaults to 21. Obviously, you will -have to specify these if you already use these ports. The user/password -pair for access to the management screens has been preset to -zopemaster/test, respectively. - -PLEASE NOTE that the above only is for a quick check only, BUT IT WILL -LEAVE YOUR ZOPE PROCESS WIDE OPEN TO HACKING SINCE THERE'S NO SECURITY -WHATSOEVER. Therefore, PLEASE do incorporate the suggested changes (see -below) to your apache-SSL web server and only start Zope WITHOUT ANY open -<web port> or <ftp port>. This can be done, also from the Zope base dir, -by: - -./start -w '' -f '' -m '' -p <path to Zope.cgi>/Zope.cgi - -where <path to Zope.cgi> is the (full) path to where Zope.cgi lives (see -below). There now also should be a file in ${PREFIX}/etc/rc.d/ (most -probably /usr/local/etc/rc.d/) named zope.sh that does the startup for you -after a reboot. - -Also, it might be a good idea now to change the password. You can do that -with (again, in the Zope base directory): - -python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access - -The -e CLEARTEXT presently is *mandatory*, otherwise authentication -through apache will not work. - -You will probably already have gone through Apache's ssl certificate -generation process. If not, please do so now, if you don't already have a -certificate. If only a few well known people will have access to your -management screens, a self-signed one probably will suffice. Please refer -to the Apache and the Apache-SSL documentation for further information. -Use a sufficiently "long" key. Don't forget the https://... when trying to -access the management pages. - -Apache will communicate with Zope through the so-called persistent cgi -interface (aka pcgi). There's links to more information on the Zope web -site at http://www.zope.org. Also, this is the best (and only) source of -help end information on Zope itself. - -Zope is Copyrighted (C) by Digital Creations. All rights reserved. -Please thouroughly read the license (see below) before employing Zope. - -Good business, Peter Cornelius. <pcc@gmx.net> - -Please remember these files and directories: diff --git a/www/zope213/files/apache.conf.Zope-Changes b/www/zope213/files/apache.conf.Zope-Changes deleted file mode 100644 index bd9e6799c08a..000000000000 --- a/www/zope213/files/apache.conf.Zope-Changes +++ /dev/null @@ -1,54 +0,0 @@ -# *** *** *** -# ------------------- -# Zope Configuration. -# ------------------- -# -# IMPORTANT: In order for SSL access to work, copy the part between the -# lines with the nine asterisks * to your SSL virtual host section, too! -# -# This rule adds the trailing slash if omitted. So, we will have it for -# all subsequent rules -RewriteEngine on -RewriteRule ^/Zope$ /Zope/ [R] -# -# Zope requires the authentication headers to be passed to it if it is -# called through the cgi of another web server (like apache). An "easy" -# way to do so is to do a little mod_rewrite'ing. See doc/WEBSERVER.txt in -# your Zope base directory for further information. -# -# Uncomment the first RewriteRule if you move Zope.cgi into -# /usr/local/www/cgi-bin -# -# This maps maps /Zope/ to the Zope.cgi CGI script. -RewriteCond %{HTTP:Authorization} ^(.*) -#RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin.default/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -# - -# *** *** *** -# -# This lets the Zope cgi script run: -# - -<Directory /usr/local/www/cgi-bin.default> - Options +ExecCGI -</Directory> - - -# *** *** *** -# -# To require SSL to access the Zope management screens, uncomment the -# next section: -# -#<IfDefine SSL> -#<LocationMatch "/Zope/(.*)manage(.*)"> -# SSLRequireSSL -#</LocationMatch> -# -#<LocationMatch "/cgi-bin/Zope.cgi(.*)manage(.*)"> -# SSLRequireSSL -#</LocationMatch> -#</IfDefine> -# -# End of Zope configuration section. - diff --git a/www/zope213/files/zope.sh.in b/www/zope213/files/zope.sh.in deleted file mode 100644 index 616a53f07eec..000000000000 --- a/www/zope213/files/zope.sh.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -case "$1" in -start) - umask 077 - nohup %%ZOPEBASEDIR%%/start \ - -w %%ZOPE_HTTP_PORT%% \ - -f %%ZOPE_FTP_PORT%% \ - -m %%ZOPE_MONITOR_PORT%% \ - -u %%ZOPE_USER%% \ - -p %%CGIBINDIR%%/Zope.cgi \ - >> %%ZOPEBASEDIR%%/var/zope-output 2>&1 & - echo -n " Zope" - ;; -stop) - %%ZOPEBASEDIR%%/stop - echo -n " Zope" - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/zope213/pkg-deinstall b/www/zope213/pkg-deinstall deleted file mode 100644 index af2091a5b227..000000000000 --- a/www/zope213/pkg-deinstall +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=www - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete WWW (Zope or Apache and so on) user permanently, use 'pw userdel ${USER}'" -fi - -exit 0 diff --git a/www/zope213/pkg-descr b/www/zope213/pkg-descr deleted file mode 100644 index 4ca688518ba5..000000000000 --- a/www/zope213/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"Zope is an exciting new object-based, open source web application -platform. It allows you to build powerful and dynamic web applications -easily. Zope comes with source code and is friendly to developers as -well as users. -Zope is distinguished by its integrated object database which, when -combined with a revolutionary object model, provides a completely unique -facility for servicing content managers and web application developers." - -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : - -Database Integration Content Management - SQL and HTML in Harmony Builtin Objects - Multiple Data Sources Document Templates - Publish Databases Web to Objects -Application Development Integrated Object Database - DTML Scripting Managed Through the Web - External Methods Direct URL Access to Objects - -This is a "beta" release. It seems to work quite stable, but no guarantee -given. - Peter Cornelius <pcc@gmx.net> - -WWW: http://www.zope.org/ diff --git a/www/zope213/pkg-install b/www/zope213/pkg-install deleted file mode 100644 index cbeae9665004..000000000000 --- a/www/zope213/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 diff --git a/www/zope213/pkg-plist b/www/zope213/pkg-plist deleted file mode 100644 index 88e0dcd3901c..000000000000 --- a/www/zope213/pkg-plist +++ /dev/null @@ -1,2710 +0,0 @@ -%%APACHE_CONFDIR%%/apache.conf.Zope-Changes -etc/rc.d/zope.sh -%%ZOPEBASEDIR%%/var/Data.fs -%%ZOPEBASEDIR%%/var/Data.fs.in -@exec if [ ! -f %B/Data.fs ]; then cp %B/%f %B/Data.fs; fi -%%ZOPEBASEDIR%%/Extensions/README.txt -%%ZOPEBASEDIR%%/LICENSE.txt -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/ZServer/DebugLogger.py -%%ZOPEBASEDIR%%/ZServer/DebugLogger.pyc -%%ZOPEBASEDIR%%/ZServer/FCGIServer.py -%%ZOPEBASEDIR%%/ZServer/FCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/ICPServer.py -%%ZOPEBASEDIR%%/ZServer/ICPServer.pyc -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/WebDAVSrcHandler.py -%%ZOPEBASEDIR%%/ZServer/WebDAVSrcHandler.pyc -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ANNOUNCE.txt -%%ZOPEBASEDIR%%/ZServer/medusa/ANNOUNCE_970922.txt -%%ZOPEBASEDIR%%/ZServer/medusa/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/medusa/Makefile -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/chat_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/chat_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/continuation.py -%%ZOPEBASEDIR%%/ZServer/medusa/continuation.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/bobo_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/bobo_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/sample_cgi.py -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/sample_cgi.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/demo/publish.py -%%ZOPEBASEDIR%%/ZServer/medusa/demo/publish.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/dist/license.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/README.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/composing_producers.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/data_flow.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/data_flow.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/producers.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/proxy_notes.txt -%%ZOPEBASEDIR%%/ZServer/medusa/event_loop.py -%%ZOPEBASEDIR%%/ZServer/medusa/event_loop.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/fifo.py -%%ZOPEBASEDIR%%/ZServer/medusa/fifo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_bobo.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_bobo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa.html -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/async_mysql.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/async_mysql.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/recorder.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/recorder.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/syncsock.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/syncsock.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/notes/async_blurbs.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/debugging.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/threads.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/tkinter.txt -%%ZOPEBASEDIR%%/ZServer/medusa/out -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/put_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/put_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/redirecting_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/redirecting_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/form.mpy -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/persistent.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/persistent.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/start_demo.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/start_demo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/today.mpy -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/README -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/asynchat_sendfile.py -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/asynchat_sendfile.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/sendfilemodule.c -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/test_sendfile.py -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/test_sendfile.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/start_medusa.py -%%ZOPEBASEDIR%%/ZServer/medusa/start_medusa.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/test/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/asyn_http_bench.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_11.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_lb.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_medusa.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_single_11.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/tests.txt -%%ZOPEBASEDIR%%/ZServer/medusa/thread/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/pi_module.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/pi_module.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/test_module.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/test_module.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_channel.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_channel.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/unix_user_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/unix_user_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.pyc -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/ENVIRONMENT.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/HELPSYS.txt -%%ZOPEBASEDIR%%/doc/HISTORY.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/SETUID.txt -%%ZOPEBASEDIR%%/doc/SIGNALS.txt -%%ZOPEBASEDIR%%/doc/UNITTEST.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/doc/changenotes/010516-2.4-unicode.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-dropinindex.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-exreg.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-pluggableindex.stx -%%ZOPEBASEDIR%%/doc/changenotes/010620-2.4-btreeconflict.stx -%%ZOPEBASEDIR%%/import/Examples.zexp -%%ZOPEBASEDIR%%/import/README.txt -%%ZOPEBASEDIR%%/import/ZopeTutorialExamples.zexp -%%ZOPEBASEDIR%%/inituser -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/make_instance.py -%%ZOPEBASEDIR%%/inst/make_instance.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/inst/walkandscrub.py -%%ZOPEBASEDIR%%/inst/walkandscrub.pyc -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/.cvsignore -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/LICENSE.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Acquisition.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/ExtensionClass.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Installation.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/MultiMapping.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/index.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/release.notes.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_AqAlg -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_MultiMapping -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_Sync -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_ThreadLock -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_acquisition -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_add -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_binding -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_explicit_acquisition -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_method_hook -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/regrtest.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_AqAlg.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/initgroups/initgroups.c -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.c -%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.so -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/owner.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/userFolderProps.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/README -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testClassSecurityInfo.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testDeprecatedAPI.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testModuleSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPasswordDigest.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testUserFolder.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeSecurityPolicy.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.py -%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.py -%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.py -%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/dtml/activity.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/davLockManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_form_title.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_footer.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_header.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_style.css.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_style_test.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_top_frame.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_zmi_prefs.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/profile.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/refresh.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/zope_quick_start.dtml -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/DebugManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/load_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/store_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/transparent_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zopelogo.jpg -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/.cvsignore -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeItemsTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeModuleTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BucketTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.py -%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Length.py -%%ZOPEBASEDIR%%/lib/python/BTrees/Length.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Maintainer.txt -%%ZOPEBASEDIR%%/lib/python/BTrees/MergeTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/SetOpTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/SetTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/Setup -%%ZOPEBASEDIR%%/lib/python/BTrees/TreeSetTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.py -%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/convert.py -%%ZOPEBASEDIR%%/lib/python/BTrees/convert.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/intkeymacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/intvaluemacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/objectkeymacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/objectvaluemacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/sorters.c -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testSetOps.py -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/tests/julian_testdata.txt.gz -%%ZOPEBASEDIR%%/lib/python/DateTime/tests/testDateTime.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/results.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/testSequence.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/ztestlib.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.dtml -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.out -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTMLUnicode.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testustr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.pyc -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIHelpView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/addTopic.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/attributeView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/button.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/frame.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpURL.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_footer.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_header.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/methodView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/results.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/search.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_footer.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_header.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/helpTopic.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/productHelp.gif -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.py -%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/BaseTestMapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/Document.py -%%ZOPEBASEDIR%%/lib/python/Interface/Document.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.py -%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.py -%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IElement.py -%%ZOPEBASEDIR%%/lib/python/Interface/IElement.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.py -%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.py -%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Implements.py -%%ZOPEBASEDIR%%/lib/python/Interface/Implements.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Method.py -%%ZOPEBASEDIR%%/lib/python/Interface/Method.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Verify.py -%%ZOPEBASEDIR%%/lib/python/Interface/Verify.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_Element.py -%%ZOPEBASEDIR%%/lib/python/Interface/_Element.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.py -%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.py -%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_object.py -%%ZOPEBASEDIR%%/lib/python/Interface/_object.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/pprint.py -%%ZOPEBASEDIR%%/lib/python/Interface/pprint.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.py -%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/tests/IFoo.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/dummy.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testDocument.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testImplements.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testInterface.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVerify.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVisitImplements.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/unitfixtures.py -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Cache.py -%%ZOPEBASEDIR%%/lib/python/OFS/Cache.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.py -%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/History.py -%%ZOPEBASEDIR%%/lib/python/OFS/History.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.py -%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.py -%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheNamespaceKeys.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheable.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cmassoc.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/history.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/historyCompare.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertyType.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.py -%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/standard/index_html.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_error_message.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_footer.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_header.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_template.pt -%%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testTraverse.py -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/l_arrow.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OFS/www/r_arrow.gif -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.py -%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Try-It.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/Extensions/Test.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/testExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests/testMailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/CacheManager-associate.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Cacheable-properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Caching.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Document.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Proxy.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Upload.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Activity.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Cache-Parameters.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Database.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Flush-Cache.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DavLocks-ManageLocks.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Debug.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Profile.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Upload.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/History.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Import-Export.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Rename.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Ownership.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Distribution.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Refresh.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Define-Permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Local-Roles.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Permission.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Role.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_User-Local-Roles.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Undo.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Add-User.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Edit-User.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management_Version.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Join-Leave.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Save-Discard.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Basic.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Methods.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Property-Sheets.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Subobjects.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Views.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-call.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-comment.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-funcs.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-if.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-in.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-let.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-mime.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-raise.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-return.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sendmail.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlgroup.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqltest.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlvar.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-tree.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-try.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-unless.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-var.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-with.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/index.xml -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/zpt_examples.zexp -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/PageTemplate_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-fill-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-use-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-attributes.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-condition.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-content.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-define.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-omit-tag.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-on-error.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-repeat.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-replace.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-exists.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-nocall.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-not.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-path.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-python.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-string.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckUnicodeInserts.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1a.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1b.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/default.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/exclamation.gif -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptAdd.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptEdit.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/zpt.gif -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/addDateIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/manageDateIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/addDateRangeIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/manageDateRangeIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/manageFieldIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help/FieldIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/manageKeywordIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help/KeywordIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/managePathIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help/PathIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/vocab_query.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/addTopicIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help/TopicIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests/testTopicIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help/placeholder.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www/index.gif -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Bindings.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/ModuleAccess.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_test.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/testPythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/big_boolean.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/boolean_map.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/complex_print.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/fibonacci.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/for_loop.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/mutate_literals.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/ns_bind.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/simple_print.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/try_except.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/tuple_unpack_assignment.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/while_loop.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/default_py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptProxy.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyscript.gif -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addDataManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addIdManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageDataManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageIdManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testBrowserIdManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testSessionDataManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/datamgr.gif -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/idmgr.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/info.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/installing.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/otheruse.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/upgrading.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/vhosting.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help/SiteRoot_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRule.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRuleAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRoot.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonsterAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/manage_edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/error.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/main.pt -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/showEntry.pt -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/cache.gif -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/Accel.stx -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/RAM.stx -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/addTemporaryFolder.dtml -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/mountfail.dtml -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help/TemporaryFolder.stx -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www/tempfolder.gif -%%ZOPEBASEDIR%%/lib/python/Products/Transience/HowTransienceWorks.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/addTransientObjectContainer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/fauxtime.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTimeoutRelated.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/www/datacontainer.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/queryLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/Lexicon_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/ZCTextIndex_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.c -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.so -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.c -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.so -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/hs-tool.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/indexhtml.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mailtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mhindex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/python.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/queryhtml.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testLexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testNBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testPipelineFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryEngine.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testSetOps.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testStopper.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/wordstats.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/index.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/lexicon.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndexForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAdvanced.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogObjectInformation.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/edit_stop_syn.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manageOldindex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manage_vocab.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_manage_main.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_query.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Query.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Vocabulary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Find-Items-to-ZCatalog.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Status.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/Vocabulary.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Test.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.py -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialNav.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/glossary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/tutorial.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.txt -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/restricted_module.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/security_in_syntax.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/testRestrictions.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.testinfo -%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testSplitter.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/test_UnIndex.py -%%ZOPEBASEDIR%%/lib/python/Setup15 -%%ZOPEBASEDIR%%/lib/python/Setup20 -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptBindings.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionTestForm.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Signals/Signals.py -%%ZOPEBASEDIR%%/lib/python/Signals/Signals.pyc -%%ZOPEBASEDIR%%/lib/python/Signals/__init__.py -%%ZOPEBASEDIR%%/lib/python/Signals/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/STNG.txt -%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.py -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/TAL/.cvsignore -%%ZOPEBASEDIR%%/lib/python/TAL/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.py -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.py -%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/README.txt -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.py -%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml12.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal12.html -%%ZOPEBASEDIR%%/lib/python/TAL/driver.py -%%ZOPEBASEDIR%%/lib/python/TAL/driver.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.py -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.py -%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.py -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.py -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.py -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test19.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test20.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test21.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test22.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test23.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test24.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test25.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test26.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test27.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test28.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test29.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test30.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test31.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test32.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test19.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test20.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test21.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test22.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test23.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test24.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test25.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test26.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test27.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test28.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test29.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test30.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test31.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test32.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_sourcepos.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/README.txt -%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.py -%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/__init__.py -%%ZOPEBASEDIR%%/lib/python/Testing/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/common.py -%%ZOPEBASEDIR%%/lib/python/Testing/common.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.py -%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.py -%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.py -%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/var/README.txt -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.py -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.pyc -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.py -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.py -%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Corruption.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/IteratorStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/LocalStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MTStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MinPO.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ReadOnlyStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RevisionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/StorageTestBase.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Synchronization.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/VersionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testActivityMonitor.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testCache.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentList.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTimeStamp.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testUtils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testZODB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testfsIndex.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi_hotfix.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi_hotfix.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRangeSupport.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testTaintedString.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testTree.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/initgroups.so -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.py -%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.py -%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.py -%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.py -%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/dtml/locknullmain.dtml -%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.py -%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/www/davlock.gif -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/testExceptionFormatter.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.py -%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.py -%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.py -%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLog.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/testDaemon.py -%%ZOPEBASEDIR%%/pcgi/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/Test/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/setup.py -%%ZOPEBASEDIR%%/setup.pyc -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/stupid_clean -%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.py -%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.pyc -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/space.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/space.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/test-checker.fs -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testfstest.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testzeopack.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.pyc -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/check_catalog.py -%%ZOPEBASEDIR%%/utilities/check_catalog.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/utilities/requestprofiler.py -%%ZOPEBASEDIR%%/utilities/requestprofiler.pyc -%%ZOPEBASEDIR%%/utilities/testrunner.py -%%ZOPEBASEDIR%%/utilities/testrunner.pyc -%%ZOPEBASEDIR%%/w_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/zpasswd.pyc -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -@unexec rm -f %D/%%ZOPEBASEDIR%%/inituser -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.lock -@unexec rmdir %D/%%ZOPEBASEDIR%%/var 2>/dev/null || true -@unexec rmdir %D/%%CGIBINDIR%% 2>/dev/null || true -@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools/tests -@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools -@dirrm %%ZOPEBASEDIR%%/utilities -@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/zdaemon/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon -@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG -@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/www -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python/build -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/ThreadedAsync -@dirrm %%ZOPEBASEDIR%%/lib/python/Testing/var -@dirrm %%ZOPEBASEDIR%%/lib/python/Testing -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/output -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/input -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/benchmark -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/Signals -@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/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1 -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml -@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/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml -@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/tests/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/Persistence -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/standard -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib/Components/initgroups -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/import -@dirrm %%ZOPEBASEDIR%%/doc/changenotes -@dirrm %%ZOPEBASEDIR%%/doc/PLATFORMS -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/thread -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/test -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/sendfile -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/notes -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/misc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/docs -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/dist -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/demo -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/contrib -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/Extensions -@unexec rmdir %D/%%ZOPEBASEDIR%% 2>/dev/null || true -@unexec rmdir %D/%%WEBBASEDIR%% 2>/dev/null || true -@unexec rmdir %D/%%APACHE_CONFDIR%% 2>/dev/null || true diff --git a/www/zope28/Makefile b/www/zope28/Makefile deleted file mode 100644 index e1b9fe731ca0..000000000000 --- a/www/zope28/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: Zope -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= zope -PORTVERSION= 2.6.0 -PORTREVISION= 1 -CATEGORIES= www python zope -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ -DISTNAME= Zope-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= alane@FreeBSD.org -COMMENT= An object-based web application platform with DB access, WebDAV, & more - -USE_PYTHON= yes -PYTHON_VERSION= python2.1 - -DIST_SUBDIR= zope - -# Note: the notes that follow reflect the decisions of prior maintainers -# of this port. IOW, don't blame me if you don't like the way it's done. -# Exceptions to this are marked as such. - -# Build has to be done in the final location after installing the sources -# there. It was a major action to fix all paths otherwise. -do-build: # empty, but needs to be there for the python dependency. - -# Change these, if you like, via the environment. -WEBBASEDIR?= www -SZOPEBASEDIR?= ${WEBBASEDIR}/Zope -SCGIBINDIR?= ${WEBBASEDIR}/cgi-bin -SAPACHE_CONFDIR?= etc/apache -ZOPE_HTTP_PORT?= 8080 -ZOPE_FTP_PORT?= 8021 -ZOPE_MONITOR_PORT?= '' - -ZOPE_USER= www - -# Don't change these. -ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} -CGIBINDIR= ${PREFIX}/${SCGIBINDIR} -APACHE_CONFDIR= ${PREFIX}/${SAPACHE_CONFDIR} - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} \ - CGIBINDIR=${SCGIBINDIR} \ - APACHE_CONFDIR=${SAPACHE_CONFDIR} \ - VERSION=${PORTVERSION} \ - WEBBASEDIR=${WEBBASEDIR} - -# Force the cgi-bin dir or link to exist. -# If we have to create it, call it -dist to emphasize that the port -# set it up. <alane> - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -# I decided to consider the whole souce tree to be part of the package -# since in there, Zope can live on its own. I can use Zope's own building -# mechanism. -do-install: - @if test ! -d ${CGIBINDIR}; then \ - ${ECHO_CMD} "The directory for Zope's CGI scripts does"\ - "not exist, so I will create it.";\ - ${ECHO_CMD} "They will be placed in ${CGIBINDIR}.";\ - ${ECHO_CMD} ;\ - ${MKDIR} ${CGIBINDIR}; ${CHMOD} 0755 ${CGIBINDIR}; fi - @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ - ${ECHO} "Saving existing Database to ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs ${ZOPEBASEDIR}/var/Data.fs.preserve; \ - fi - @# - @${MKDIR} ${ZOPEBASEDIR} - @${ECHO} "===> Please be patient, some builds need their time." - @${ECHO} "===> Copying..." - @${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ - # - # Copying some patches - # - #@${CP} -Rp ${WRKDIR}/lib ${ZOPEBASEDIR}/ - @# - @${CHMOD} -R u+w ${ZOPEBASEDIR} - @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} w_pcgi.py) - @${CHMOD} -R u+w ${ZOPEBASEDIR} - @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} wo_pcgi.py) - @(cd ${ZOPEBASEDIR} && \ - ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO_CMD} "#! ${CGIBINDIR}/pcgi-wrapper" > Zope.cgi ; \ - ${CAT} Zope.cgi.orig >> Zope.cgi ; \ - ${RM} Zope.cgi.orig ) - @(cd ${ZOPEBASEDIR}/pcgi/Test && ${RM} *.o) - @(cd ${ZOPEBASEDIR}/pcgi && ${RM} *.o) - @# - @(cd ${ZOPEBASEDIR} && \ - ${MV} Zope.cgi \ - pcgi/pcgi-wrapper \ - ${CGIBINDIR} ) - @(cd ${CGIBINDIR} && \ - ${CHMOD} 555 Zope.cgi pcgi-wrapper ) - @# - @${ECHO} "===> Fixing permissions of Zope's own var directory..." - @${CHMOD} ugo+rwt ${ZOPEBASEDIR}/var - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var/* - @${RM} ${ZOPEBASEDIR}/var/.cvsignore - @if [ -e ${ZOPEBASEDIR}/var/Data.fs.preserve ] ; then \ - ${ECHO} "Restoring existing Database from ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs.preserve ${ZOPEBASEDIR}/var/Data.fs; \ - fi - @# - @if [ ! -f ${ZOPEBASEDIR}/access ]; then \ - ${ECHO} "===> Setting user/password to zopemaster/test..."; \ - (cd ${ZOPEBASEDIR} && \ - ${PYTHON_CMD} zpasswd.py -u zopemaster \ - -p test -e CLEARTEXT access ); \ - fi - @# - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/access - @# - @${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-Changes." - @${MKDIR} ${APACHE_CONFDIR} - @${CP} -p ${FILESDIR}/apache.conf.Zope-Changes ${APACHE_CONFDIR}/ - @# - @${ECHO} "===> Please have a look at this file and the instructions" - @${ECHO} "===> therein and incorporate them to your apache.conf." - @${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." - @${MKDIR} ${PREFIX}/etc/rc.d - @${SED} -e "s|%%ZOPEBASEDIR%%|${ZOPEBASEDIR}|g" \ - -e "s|%%CGIBINDIR%%|${CGIBINDIR}|g" \ - -e "s|%%ZOPE_USER%%|${ZOPE_USER}|g" \ - -e "s|%%ZOPE_HTTP_PORT%%|${ZOPE_HTTP_PORT}|g" \ - -e "s|%%ZOPE_FTP_PORT%%|${ZOPE_FTP_PORT}|g" \ - -e "s|%%ZOPE_MONITOR_PORT%%|${ZOPE_MONITOR_PORT}|g" \ - < ${FILESDIR}/zope.sh.in > ${PREFIX}/etc/rc.d/zope.sh - @${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh - @${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." - @${CAT} ${FILESDIR}/Message - @${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." - @${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." - @${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." - @${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGIBINDIR}." - -.include <bsd.port.mk> diff --git a/www/zope28/distinfo b/www/zope28/distinfo deleted file mode 100644 index 188763e35c10..000000000000 --- a/www/zope28/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (zope/Zope-2.6.0-src.tgz) = a0bb91ca1df775aebfc8ff8c46afa3a9 diff --git a/www/zope28/files/CREDITS b/www/zope28/files/CREDITS deleted file mode 100644 index c84974c8005c..000000000000 --- a/www/zope28/files/CREDITS +++ /dev/null @@ -1,6 +0,0 @@ -Special thanks to (in no particular order): - -- The Zope makers: Digital Creations. -- The Python Group -- Olaf Erb -- Andreas Ley diff --git a/www/zope28/files/Message b/www/zope28/files/Message deleted file mode 100644 index 54fc163809f9..000000000000 --- a/www/zope28/files/Message +++ /dev/null @@ -1,57 +0,0 @@ - -Welcome to Zope. - -The basic installation process for FreeBSD now has been done. To have a -quick look, cd to your Zope base directory (see below) and start Zope -with: - -./start -w <web port> -f <ftp port> - -where <web port> is the port where to http-access Zope with your browser -(try http://localhost:<web port>). It defaults to 80. <ftp-port> is the -same thing for ftp (upload) access, it defaults to 21. Obviously, you will -have to specify these if you already use these ports. The user/password -pair for access to the management screens has been preset to -zopemaster/test, respectively. - -PLEASE NOTE that the above only is for a quick check only, BUT IT WILL -LEAVE YOUR ZOPE PROCESS WIDE OPEN TO HACKING SINCE THERE'S NO SECURITY -WHATSOEVER. Therefore, PLEASE do incorporate the suggested changes (see -below) to your apache-SSL web server and only start Zope WITHOUT ANY open -<web port> or <ftp port>. This can be done, also from the Zope base dir, -by: - -./start -w '' -f '' -m '' -p <path to Zope.cgi>/Zope.cgi - -where <path to Zope.cgi> is the (full) path to where Zope.cgi lives (see -below). There now also should be a file in ${PREFIX}/etc/rc.d/ (most -probably /usr/local/etc/rc.d/) named zope.sh that does the startup for you -after a reboot. - -Also, it might be a good idea now to change the password. You can do that -with (again, in the Zope base directory): - -python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access - -The -e CLEARTEXT presently is *mandatory*, otherwise authentication -through apache will not work. - -You will probably already have gone through Apache's ssl certificate -generation process. If not, please do so now, if you don't already have a -certificate. If only a few well known people will have access to your -management screens, a self-signed one probably will suffice. Please refer -to the Apache and the Apache-SSL documentation for further information. -Use a sufficiently "long" key. Don't forget the https://... when trying to -access the management pages. - -Apache will communicate with Zope through the so-called persistent cgi -interface (aka pcgi). There's links to more information on the Zope web -site at http://www.zope.org. Also, this is the best (and only) source of -help end information on Zope itself. - -Zope is Copyrighted (C) by Digital Creations. All rights reserved. -Please thouroughly read the license (see below) before employing Zope. - -Good business, Peter Cornelius. <pcc@gmx.net> - -Please remember these files and directories: diff --git a/www/zope28/files/apache.conf.Zope-Changes b/www/zope28/files/apache.conf.Zope-Changes deleted file mode 100644 index bd9e6799c08a..000000000000 --- a/www/zope28/files/apache.conf.Zope-Changes +++ /dev/null @@ -1,54 +0,0 @@ -# *** *** *** -# ------------------- -# Zope Configuration. -# ------------------- -# -# IMPORTANT: In order for SSL access to work, copy the part between the -# lines with the nine asterisks * to your SSL virtual host section, too! -# -# This rule adds the trailing slash if omitted. So, we will have it for -# all subsequent rules -RewriteEngine on -RewriteRule ^/Zope$ /Zope/ [R] -# -# Zope requires the authentication headers to be passed to it if it is -# called through the cgi of another web server (like apache). An "easy" -# way to do so is to do a little mod_rewrite'ing. See doc/WEBSERVER.txt in -# your Zope base directory for further information. -# -# Uncomment the first RewriteRule if you move Zope.cgi into -# /usr/local/www/cgi-bin -# -# This maps maps /Zope/ to the Zope.cgi CGI script. -RewriteCond %{HTTP:Authorization} ^(.*) -#RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin.default/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -# - -# *** *** *** -# -# This lets the Zope cgi script run: -# - -<Directory /usr/local/www/cgi-bin.default> - Options +ExecCGI -</Directory> - - -# *** *** *** -# -# To require SSL to access the Zope management screens, uncomment the -# next section: -# -#<IfDefine SSL> -#<LocationMatch "/Zope/(.*)manage(.*)"> -# SSLRequireSSL -#</LocationMatch> -# -#<LocationMatch "/cgi-bin/Zope.cgi(.*)manage(.*)"> -# SSLRequireSSL -#</LocationMatch> -#</IfDefine> -# -# End of Zope configuration section. - diff --git a/www/zope28/files/zope.sh.in b/www/zope28/files/zope.sh.in deleted file mode 100644 index 616a53f07eec..000000000000 --- a/www/zope28/files/zope.sh.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -case "$1" in -start) - umask 077 - nohup %%ZOPEBASEDIR%%/start \ - -w %%ZOPE_HTTP_PORT%% \ - -f %%ZOPE_FTP_PORT%% \ - -m %%ZOPE_MONITOR_PORT%% \ - -u %%ZOPE_USER%% \ - -p %%CGIBINDIR%%/Zope.cgi \ - >> %%ZOPEBASEDIR%%/var/zope-output 2>&1 & - echo -n " Zope" - ;; -stop) - %%ZOPEBASEDIR%%/stop - echo -n " Zope" - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/zope28/pkg-deinstall b/www/zope28/pkg-deinstall deleted file mode 100644 index af2091a5b227..000000000000 --- a/www/zope28/pkg-deinstall +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=www - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete WWW (Zope or Apache and so on) user permanently, use 'pw userdel ${USER}'" -fi - -exit 0 diff --git a/www/zope28/pkg-descr b/www/zope28/pkg-descr deleted file mode 100644 index 4ca688518ba5..000000000000 --- a/www/zope28/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"Zope is an exciting new object-based, open source web application -platform. It allows you to build powerful and dynamic web applications -easily. Zope comes with source code and is friendly to developers as -well as users. -Zope is distinguished by its integrated object database which, when -combined with a revolutionary object model, provides a completely unique -facility for servicing content managers and web application developers." - -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : - -Database Integration Content Management - SQL and HTML in Harmony Builtin Objects - Multiple Data Sources Document Templates - Publish Databases Web to Objects -Application Development Integrated Object Database - DTML Scripting Managed Through the Web - External Methods Direct URL Access to Objects - -This is a "beta" release. It seems to work quite stable, but no guarantee -given. - Peter Cornelius <pcc@gmx.net> - -WWW: http://www.zope.org/ diff --git a/www/zope28/pkg-install b/www/zope28/pkg-install deleted file mode 100644 index cbeae9665004..000000000000 --- a/www/zope28/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 diff --git a/www/zope28/pkg-plist b/www/zope28/pkg-plist deleted file mode 100644 index 88e0dcd3901c..000000000000 --- a/www/zope28/pkg-plist +++ /dev/null @@ -1,2710 +0,0 @@ -%%APACHE_CONFDIR%%/apache.conf.Zope-Changes -etc/rc.d/zope.sh -%%ZOPEBASEDIR%%/var/Data.fs -%%ZOPEBASEDIR%%/var/Data.fs.in -@exec if [ ! -f %B/Data.fs ]; then cp %B/%f %B/Data.fs; fi -%%ZOPEBASEDIR%%/Extensions/README.txt -%%ZOPEBASEDIR%%/LICENSE.txt -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/ZServer/DebugLogger.py -%%ZOPEBASEDIR%%/ZServer/DebugLogger.pyc -%%ZOPEBASEDIR%%/ZServer/FCGIServer.py -%%ZOPEBASEDIR%%/ZServer/FCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/ICPServer.py -%%ZOPEBASEDIR%%/ZServer/ICPServer.pyc -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/WebDAVSrcHandler.py -%%ZOPEBASEDIR%%/ZServer/WebDAVSrcHandler.pyc -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ANNOUNCE.txt -%%ZOPEBASEDIR%%/ZServer/medusa/ANNOUNCE_970922.txt -%%ZOPEBASEDIR%%/ZServer/medusa/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/medusa/Makefile -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/chat_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/chat_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/continuation.py -%%ZOPEBASEDIR%%/ZServer/medusa/continuation.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/bobo_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/bobo_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/sample_cgi.py -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/sample_cgi.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/demo/publish.py -%%ZOPEBASEDIR%%/ZServer/medusa/demo/publish.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/dist/license.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/README.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/composing_producers.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/data_flow.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/data_flow.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/producers.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/proxy_notes.txt -%%ZOPEBASEDIR%%/ZServer/medusa/event_loop.py -%%ZOPEBASEDIR%%/ZServer/medusa/event_loop.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/fifo.py -%%ZOPEBASEDIR%%/ZServer/medusa/fifo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_bobo.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_bobo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa.html -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/async_mysql.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/async_mysql.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/recorder.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/recorder.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/syncsock.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/syncsock.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/notes/async_blurbs.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/debugging.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/threads.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/tkinter.txt -%%ZOPEBASEDIR%%/ZServer/medusa/out -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/put_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/put_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/redirecting_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/redirecting_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/form.mpy -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/persistent.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/persistent.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/start_demo.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/start_demo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/today.mpy -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/README -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/asynchat_sendfile.py -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/asynchat_sendfile.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/sendfilemodule.c -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/test_sendfile.py -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/test_sendfile.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/start_medusa.py -%%ZOPEBASEDIR%%/ZServer/medusa/start_medusa.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/test/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/asyn_http_bench.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_11.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_lb.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_medusa.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_single_11.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/tests.txt -%%ZOPEBASEDIR%%/ZServer/medusa/thread/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/pi_module.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/pi_module.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/test_module.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/test_module.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_channel.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_channel.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/unix_user_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/unix_user_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.pyc -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/ENVIRONMENT.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/HELPSYS.txt -%%ZOPEBASEDIR%%/doc/HISTORY.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/SETUID.txt -%%ZOPEBASEDIR%%/doc/SIGNALS.txt -%%ZOPEBASEDIR%%/doc/UNITTEST.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/doc/changenotes/010516-2.4-unicode.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-dropinindex.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-exreg.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-pluggableindex.stx -%%ZOPEBASEDIR%%/doc/changenotes/010620-2.4-btreeconflict.stx -%%ZOPEBASEDIR%%/import/Examples.zexp -%%ZOPEBASEDIR%%/import/README.txt -%%ZOPEBASEDIR%%/import/ZopeTutorialExamples.zexp -%%ZOPEBASEDIR%%/inituser -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/make_instance.py -%%ZOPEBASEDIR%%/inst/make_instance.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/inst/walkandscrub.py -%%ZOPEBASEDIR%%/inst/walkandscrub.pyc -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/.cvsignore -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/LICENSE.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Acquisition.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/ExtensionClass.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Installation.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/MultiMapping.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/index.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/release.notes.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_AqAlg -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_MultiMapping -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_Sync -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_ThreadLock -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_acquisition -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_add -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_binding -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_explicit_acquisition -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_method_hook -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/regrtest.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_AqAlg.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/initgroups/initgroups.c -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.c -%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.so -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/owner.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/userFolderProps.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/README -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testClassSecurityInfo.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testDeprecatedAPI.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testModuleSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPasswordDigest.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testUserFolder.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeSecurityPolicy.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.py -%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.py -%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.py -%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/dtml/activity.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/davLockManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_form_title.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_footer.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_header.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_style.css.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_style_test.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_top_frame.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_zmi_prefs.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/profile.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/refresh.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/zope_quick_start.dtml -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/DebugManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/load_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/store_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/transparent_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zopelogo.jpg -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/.cvsignore -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeItemsTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeModuleTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BucketTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.py -%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Length.py -%%ZOPEBASEDIR%%/lib/python/BTrees/Length.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Maintainer.txt -%%ZOPEBASEDIR%%/lib/python/BTrees/MergeTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/SetOpTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/SetTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/Setup -%%ZOPEBASEDIR%%/lib/python/BTrees/TreeSetTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.py -%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/convert.py -%%ZOPEBASEDIR%%/lib/python/BTrees/convert.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/intkeymacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/intvaluemacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/objectkeymacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/objectvaluemacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/sorters.c -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testSetOps.py -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/tests/julian_testdata.txt.gz -%%ZOPEBASEDIR%%/lib/python/DateTime/tests/testDateTime.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/results.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/testSequence.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/ztestlib.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.dtml -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.out -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTMLUnicode.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testustr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.pyc -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIHelpView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/addTopic.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/attributeView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/button.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/frame.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpURL.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_footer.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_header.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/methodView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/results.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/search.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_footer.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_header.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/helpTopic.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/productHelp.gif -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.py -%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/BaseTestMapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/Document.py -%%ZOPEBASEDIR%%/lib/python/Interface/Document.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.py -%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.py -%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IElement.py -%%ZOPEBASEDIR%%/lib/python/Interface/IElement.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.py -%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.py -%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Implements.py -%%ZOPEBASEDIR%%/lib/python/Interface/Implements.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Method.py -%%ZOPEBASEDIR%%/lib/python/Interface/Method.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Verify.py -%%ZOPEBASEDIR%%/lib/python/Interface/Verify.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_Element.py -%%ZOPEBASEDIR%%/lib/python/Interface/_Element.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.py -%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.py -%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_object.py -%%ZOPEBASEDIR%%/lib/python/Interface/_object.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/pprint.py -%%ZOPEBASEDIR%%/lib/python/Interface/pprint.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.py -%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/tests/IFoo.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/dummy.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testDocument.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testImplements.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testInterface.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVerify.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVisitImplements.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/unitfixtures.py -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Cache.py -%%ZOPEBASEDIR%%/lib/python/OFS/Cache.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.py -%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/History.py -%%ZOPEBASEDIR%%/lib/python/OFS/History.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.py -%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.py -%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheNamespaceKeys.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheable.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cmassoc.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/history.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/historyCompare.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertyType.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.py -%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/standard/index_html.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_error_message.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_footer.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_header.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_template.pt -%%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testTraverse.py -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/l_arrow.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OFS/www/r_arrow.gif -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.py -%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Try-It.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/Extensions/Test.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/testExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests/testMailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/CacheManager-associate.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Cacheable-properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Caching.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Document.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Proxy.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Upload.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Activity.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Cache-Parameters.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Database.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Flush-Cache.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DavLocks-ManageLocks.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Debug.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Profile.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Upload.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/History.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Import-Export.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Rename.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Ownership.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Distribution.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Refresh.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Define-Permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Local-Roles.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Permission.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Role.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_User-Local-Roles.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Undo.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Add-User.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Edit-User.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management_Version.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Join-Leave.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Save-Discard.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Basic.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Methods.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Property-Sheets.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Subobjects.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Views.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-call.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-comment.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-funcs.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-if.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-in.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-let.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-mime.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-raise.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-return.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sendmail.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlgroup.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqltest.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlvar.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-tree.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-try.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-unless.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-var.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-with.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/index.xml -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/zpt_examples.zexp -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/PageTemplate_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-fill-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-use-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-attributes.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-condition.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-content.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-define.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-omit-tag.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-on-error.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-repeat.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-replace.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-exists.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-nocall.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-not.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-path.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-python.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-string.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckUnicodeInserts.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1a.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1b.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/default.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/exclamation.gif -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptAdd.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptEdit.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/zpt.gif -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/addDateIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/manageDateIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/addDateRangeIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/manageDateRangeIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/manageFieldIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help/FieldIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/manageKeywordIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help/KeywordIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/managePathIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help/PathIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/vocab_query.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/addTopicIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help/TopicIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests/testTopicIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help/placeholder.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www/index.gif -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Bindings.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/ModuleAccess.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_test.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/testPythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/big_boolean.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/boolean_map.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/complex_print.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/fibonacci.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/for_loop.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/mutate_literals.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/ns_bind.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/simple_print.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/try_except.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/tuple_unpack_assignment.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/while_loop.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/default_py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptProxy.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyscript.gif -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addDataManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addIdManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageDataManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageIdManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testBrowserIdManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testSessionDataManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/datamgr.gif -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/idmgr.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/info.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/installing.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/otheruse.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/upgrading.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/vhosting.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help/SiteRoot_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRule.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRuleAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRoot.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonsterAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/manage_edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/error.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/main.pt -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/showEntry.pt -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/cache.gif -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/Accel.stx -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/RAM.stx -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/addTemporaryFolder.dtml -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/mountfail.dtml -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help/TemporaryFolder.stx -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www/tempfolder.gif -%%ZOPEBASEDIR%%/lib/python/Products/Transience/HowTransienceWorks.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/addTransientObjectContainer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/fauxtime.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTimeoutRelated.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/www/datacontainer.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/queryLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/Lexicon_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/ZCTextIndex_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.c -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.so -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.c -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.so -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/hs-tool.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/indexhtml.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mailtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mhindex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/python.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/queryhtml.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testLexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testNBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testPipelineFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryEngine.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testSetOps.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testStopper.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/wordstats.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/index.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/lexicon.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndexForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAdvanced.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogObjectInformation.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/edit_stop_syn.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manageOldindex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manage_vocab.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_manage_main.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_query.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Query.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Vocabulary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Find-Items-to-ZCatalog.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Status.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/Vocabulary.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Test.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.py -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialNav.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/glossary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/tutorial.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.txt -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/restricted_module.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/security_in_syntax.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/testRestrictions.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.testinfo -%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testSplitter.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/test_UnIndex.py -%%ZOPEBASEDIR%%/lib/python/Setup15 -%%ZOPEBASEDIR%%/lib/python/Setup20 -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptBindings.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionTestForm.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Signals/Signals.py -%%ZOPEBASEDIR%%/lib/python/Signals/Signals.pyc -%%ZOPEBASEDIR%%/lib/python/Signals/__init__.py -%%ZOPEBASEDIR%%/lib/python/Signals/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/STNG.txt -%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.py -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/TAL/.cvsignore -%%ZOPEBASEDIR%%/lib/python/TAL/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.py -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.py -%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/README.txt -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.py -%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml12.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal12.html -%%ZOPEBASEDIR%%/lib/python/TAL/driver.py -%%ZOPEBASEDIR%%/lib/python/TAL/driver.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.py -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.py -%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.py -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.py -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.py -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test19.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test20.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test21.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test22.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test23.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test24.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test25.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test26.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test27.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test28.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test29.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test30.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test31.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test32.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test19.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test20.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test21.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test22.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test23.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test24.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test25.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test26.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test27.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test28.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test29.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test30.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test31.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test32.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_sourcepos.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/README.txt -%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.py -%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/__init__.py -%%ZOPEBASEDIR%%/lib/python/Testing/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/common.py -%%ZOPEBASEDIR%%/lib/python/Testing/common.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.py -%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.py -%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.py -%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/var/README.txt -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.py -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.pyc -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.py -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.py -%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Corruption.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/IteratorStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/LocalStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MTStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MinPO.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ReadOnlyStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RevisionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/StorageTestBase.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Synchronization.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/VersionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testActivityMonitor.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testCache.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentList.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTimeStamp.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testUtils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testZODB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testfsIndex.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi_hotfix.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi_hotfix.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRangeSupport.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testTaintedString.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testTree.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/initgroups.so -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.py -%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.py -%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.py -%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.py -%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/dtml/locknullmain.dtml -%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.py -%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/www/davlock.gif -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/testExceptionFormatter.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.py -%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.py -%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.py -%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLog.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/testDaemon.py -%%ZOPEBASEDIR%%/pcgi/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/Test/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/setup.py -%%ZOPEBASEDIR%%/setup.pyc -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/stupid_clean -%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.py -%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.pyc -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/space.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/space.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/test-checker.fs -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testfstest.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testzeopack.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.pyc -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/check_catalog.py -%%ZOPEBASEDIR%%/utilities/check_catalog.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/utilities/requestprofiler.py -%%ZOPEBASEDIR%%/utilities/requestprofiler.pyc -%%ZOPEBASEDIR%%/utilities/testrunner.py -%%ZOPEBASEDIR%%/utilities/testrunner.pyc -%%ZOPEBASEDIR%%/w_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/zpasswd.pyc -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -@unexec rm -f %D/%%ZOPEBASEDIR%%/inituser -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.lock -@unexec rmdir %D/%%ZOPEBASEDIR%%/var 2>/dev/null || true -@unexec rmdir %D/%%CGIBINDIR%% 2>/dev/null || true -@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools/tests -@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools -@dirrm %%ZOPEBASEDIR%%/utilities -@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/zdaemon/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon -@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG -@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/www -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python/build -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/ThreadedAsync -@dirrm %%ZOPEBASEDIR%%/lib/python/Testing/var -@dirrm %%ZOPEBASEDIR%%/lib/python/Testing -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/output -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/input -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/benchmark -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/Signals -@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/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1 -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml -@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/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml -@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/tests/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/Persistence -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/standard -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib/Components/initgroups -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/import -@dirrm %%ZOPEBASEDIR%%/doc/changenotes -@dirrm %%ZOPEBASEDIR%%/doc/PLATFORMS -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/thread -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/test -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/sendfile -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/notes -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/misc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/docs -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/dist -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/demo -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/contrib -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/Extensions -@unexec rmdir %D/%%ZOPEBASEDIR%% 2>/dev/null || true -@unexec rmdir %D/%%WEBBASEDIR%% 2>/dev/null || true -@unexec rmdir %D/%%APACHE_CONFDIR%% 2>/dev/null || true diff --git a/www/zope29/Makefile b/www/zope29/Makefile deleted file mode 100644 index e1b9fe731ca0..000000000000 --- a/www/zope29/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: Zope -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= zope -PORTVERSION= 2.6.0 -PORTREVISION= 1 -CATEGORIES= www python zope -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ -DISTNAME= Zope-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= alane@FreeBSD.org -COMMENT= An object-based web application platform with DB access, WebDAV, & more - -USE_PYTHON= yes -PYTHON_VERSION= python2.1 - -DIST_SUBDIR= zope - -# Note: the notes that follow reflect the decisions of prior maintainers -# of this port. IOW, don't blame me if you don't like the way it's done. -# Exceptions to this are marked as such. - -# Build has to be done in the final location after installing the sources -# there. It was a major action to fix all paths otherwise. -do-build: # empty, but needs to be there for the python dependency. - -# Change these, if you like, via the environment. -WEBBASEDIR?= www -SZOPEBASEDIR?= ${WEBBASEDIR}/Zope -SCGIBINDIR?= ${WEBBASEDIR}/cgi-bin -SAPACHE_CONFDIR?= etc/apache -ZOPE_HTTP_PORT?= 8080 -ZOPE_FTP_PORT?= 8021 -ZOPE_MONITOR_PORT?= '' - -ZOPE_USER= www - -# Don't change these. -ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} -CGIBINDIR= ${PREFIX}/${SCGIBINDIR} -APACHE_CONFDIR= ${PREFIX}/${SAPACHE_CONFDIR} - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} \ - CGIBINDIR=${SCGIBINDIR} \ - APACHE_CONFDIR=${SAPACHE_CONFDIR} \ - VERSION=${PORTVERSION} \ - WEBBASEDIR=${WEBBASEDIR} - -# Force the cgi-bin dir or link to exist. -# If we have to create it, call it -dist to emphasize that the port -# set it up. <alane> - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -# I decided to consider the whole souce tree to be part of the package -# since in there, Zope can live on its own. I can use Zope's own building -# mechanism. -do-install: - @if test ! -d ${CGIBINDIR}; then \ - ${ECHO_CMD} "The directory for Zope's CGI scripts does"\ - "not exist, so I will create it.";\ - ${ECHO_CMD} "They will be placed in ${CGIBINDIR}.";\ - ${ECHO_CMD} ;\ - ${MKDIR} ${CGIBINDIR}; ${CHMOD} 0755 ${CGIBINDIR}; fi - @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ - ${ECHO} "Saving existing Database to ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs ${ZOPEBASEDIR}/var/Data.fs.preserve; \ - fi - @# - @${MKDIR} ${ZOPEBASEDIR} - @${ECHO} "===> Please be patient, some builds need their time." - @${ECHO} "===> Copying..." - @${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ - # - # Copying some patches - # - #@${CP} -Rp ${WRKDIR}/lib ${ZOPEBASEDIR}/ - @# - @${CHMOD} -R u+w ${ZOPEBASEDIR} - @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} w_pcgi.py) - @${CHMOD} -R u+w ${ZOPEBASEDIR} - @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} wo_pcgi.py) - @(cd ${ZOPEBASEDIR} && \ - ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO_CMD} "#! ${CGIBINDIR}/pcgi-wrapper" > Zope.cgi ; \ - ${CAT} Zope.cgi.orig >> Zope.cgi ; \ - ${RM} Zope.cgi.orig ) - @(cd ${ZOPEBASEDIR}/pcgi/Test && ${RM} *.o) - @(cd ${ZOPEBASEDIR}/pcgi && ${RM} *.o) - @# - @(cd ${ZOPEBASEDIR} && \ - ${MV} Zope.cgi \ - pcgi/pcgi-wrapper \ - ${CGIBINDIR} ) - @(cd ${CGIBINDIR} && \ - ${CHMOD} 555 Zope.cgi pcgi-wrapper ) - @# - @${ECHO} "===> Fixing permissions of Zope's own var directory..." - @${CHMOD} ugo+rwt ${ZOPEBASEDIR}/var - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var/* - @${RM} ${ZOPEBASEDIR}/var/.cvsignore - @if [ -e ${ZOPEBASEDIR}/var/Data.fs.preserve ] ; then \ - ${ECHO} "Restoring existing Database from ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs.preserve ${ZOPEBASEDIR}/var/Data.fs; \ - fi - @# - @if [ ! -f ${ZOPEBASEDIR}/access ]; then \ - ${ECHO} "===> Setting user/password to zopemaster/test..."; \ - (cd ${ZOPEBASEDIR} && \ - ${PYTHON_CMD} zpasswd.py -u zopemaster \ - -p test -e CLEARTEXT access ); \ - fi - @# - @${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/access - @# - @${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-Changes." - @${MKDIR} ${APACHE_CONFDIR} - @${CP} -p ${FILESDIR}/apache.conf.Zope-Changes ${APACHE_CONFDIR}/ - @# - @${ECHO} "===> Please have a look at this file and the instructions" - @${ECHO} "===> therein and incorporate them to your apache.conf." - @${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." - @${MKDIR} ${PREFIX}/etc/rc.d - @${SED} -e "s|%%ZOPEBASEDIR%%|${ZOPEBASEDIR}|g" \ - -e "s|%%CGIBINDIR%%|${CGIBINDIR}|g" \ - -e "s|%%ZOPE_USER%%|${ZOPE_USER}|g" \ - -e "s|%%ZOPE_HTTP_PORT%%|${ZOPE_HTTP_PORT}|g" \ - -e "s|%%ZOPE_FTP_PORT%%|${ZOPE_FTP_PORT}|g" \ - -e "s|%%ZOPE_MONITOR_PORT%%|${ZOPE_MONITOR_PORT}|g" \ - < ${FILESDIR}/zope.sh.in > ${PREFIX}/etc/rc.d/zope.sh - @${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh - @${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." - @${CAT} ${FILESDIR}/Message - @${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." - @${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." - @${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." - @${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGIBINDIR}." - -.include <bsd.port.mk> diff --git a/www/zope29/distinfo b/www/zope29/distinfo deleted file mode 100644 index 188763e35c10..000000000000 --- a/www/zope29/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (zope/Zope-2.6.0-src.tgz) = a0bb91ca1df775aebfc8ff8c46afa3a9 diff --git a/www/zope29/files/CREDITS b/www/zope29/files/CREDITS deleted file mode 100644 index c84974c8005c..000000000000 --- a/www/zope29/files/CREDITS +++ /dev/null @@ -1,6 +0,0 @@ -Special thanks to (in no particular order): - -- The Zope makers: Digital Creations. -- The Python Group -- Olaf Erb -- Andreas Ley diff --git a/www/zope29/files/Message b/www/zope29/files/Message deleted file mode 100644 index 54fc163809f9..000000000000 --- a/www/zope29/files/Message +++ /dev/null @@ -1,57 +0,0 @@ - -Welcome to Zope. - -The basic installation process for FreeBSD now has been done. To have a -quick look, cd to your Zope base directory (see below) and start Zope -with: - -./start -w <web port> -f <ftp port> - -where <web port> is the port where to http-access Zope with your browser -(try http://localhost:<web port>). It defaults to 80. <ftp-port> is the -same thing for ftp (upload) access, it defaults to 21. Obviously, you will -have to specify these if you already use these ports. The user/password -pair for access to the management screens has been preset to -zopemaster/test, respectively. - -PLEASE NOTE that the above only is for a quick check only, BUT IT WILL -LEAVE YOUR ZOPE PROCESS WIDE OPEN TO HACKING SINCE THERE'S NO SECURITY -WHATSOEVER. Therefore, PLEASE do incorporate the suggested changes (see -below) to your apache-SSL web server and only start Zope WITHOUT ANY open -<web port> or <ftp port>. This can be done, also from the Zope base dir, -by: - -./start -w '' -f '' -m '' -p <path to Zope.cgi>/Zope.cgi - -where <path to Zope.cgi> is the (full) path to where Zope.cgi lives (see -below). There now also should be a file in ${PREFIX}/etc/rc.d/ (most -probably /usr/local/etc/rc.d/) named zope.sh that does the startup for you -after a reboot. - -Also, it might be a good idea now to change the password. You can do that -with (again, in the Zope base directory): - -python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access - -The -e CLEARTEXT presently is *mandatory*, otherwise authentication -through apache will not work. - -You will probably already have gone through Apache's ssl certificate -generation process. If not, please do so now, if you don't already have a -certificate. If only a few well known people will have access to your -management screens, a self-signed one probably will suffice. Please refer -to the Apache and the Apache-SSL documentation for further information. -Use a sufficiently "long" key. Don't forget the https://... when trying to -access the management pages. - -Apache will communicate with Zope through the so-called persistent cgi -interface (aka pcgi). There's links to more information on the Zope web -site at http://www.zope.org. Also, this is the best (and only) source of -help end information on Zope itself. - -Zope is Copyrighted (C) by Digital Creations. All rights reserved. -Please thouroughly read the license (see below) before employing Zope. - -Good business, Peter Cornelius. <pcc@gmx.net> - -Please remember these files and directories: diff --git a/www/zope29/files/apache.conf.Zope-Changes b/www/zope29/files/apache.conf.Zope-Changes deleted file mode 100644 index bd9e6799c08a..000000000000 --- a/www/zope29/files/apache.conf.Zope-Changes +++ /dev/null @@ -1,54 +0,0 @@ -# *** *** *** -# ------------------- -# Zope Configuration. -# ------------------- -# -# IMPORTANT: In order for SSL access to work, copy the part between the -# lines with the nine asterisks * to your SSL virtual host section, too! -# -# This rule adds the trailing slash if omitted. So, we will have it for -# all subsequent rules -RewriteEngine on -RewriteRule ^/Zope$ /Zope/ [R] -# -# Zope requires the authentication headers to be passed to it if it is -# called through the cgi of another web server (like apache). An "easy" -# way to do so is to do a little mod_rewrite'ing. See doc/WEBSERVER.txt in -# your Zope base directory for further information. -# -# Uncomment the first RewriteRule if you move Zope.cgi into -# /usr/local/www/cgi-bin -# -# This maps maps /Zope/ to the Zope.cgi CGI script. -RewriteCond %{HTTP:Authorization} ^(.*) -#RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin.default/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -# - -# *** *** *** -# -# This lets the Zope cgi script run: -# - -<Directory /usr/local/www/cgi-bin.default> - Options +ExecCGI -</Directory> - - -# *** *** *** -# -# To require SSL to access the Zope management screens, uncomment the -# next section: -# -#<IfDefine SSL> -#<LocationMatch "/Zope/(.*)manage(.*)"> -# SSLRequireSSL -#</LocationMatch> -# -#<LocationMatch "/cgi-bin/Zope.cgi(.*)manage(.*)"> -# SSLRequireSSL -#</LocationMatch> -#</IfDefine> -# -# End of Zope configuration section. - diff --git a/www/zope29/files/zope.sh.in b/www/zope29/files/zope.sh.in deleted file mode 100644 index 616a53f07eec..000000000000 --- a/www/zope29/files/zope.sh.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -case "$1" in -start) - umask 077 - nohup %%ZOPEBASEDIR%%/start \ - -w %%ZOPE_HTTP_PORT%% \ - -f %%ZOPE_FTP_PORT%% \ - -m %%ZOPE_MONITOR_PORT%% \ - -u %%ZOPE_USER%% \ - -p %%CGIBINDIR%%/Zope.cgi \ - >> %%ZOPEBASEDIR%%/var/zope-output 2>&1 & - echo -n " Zope" - ;; -stop) - %%ZOPEBASEDIR%%/stop - echo -n " Zope" - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/www/zope29/pkg-deinstall b/www/zope29/pkg-deinstall deleted file mode 100644 index af2091a5b227..000000000000 --- a/www/zope29/pkg-deinstall +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=www - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete WWW (Zope or Apache and so on) user permanently, use 'pw userdel ${USER}'" -fi - -exit 0 diff --git a/www/zope29/pkg-descr b/www/zope29/pkg-descr deleted file mode 100644 index 4ca688518ba5..000000000000 --- a/www/zope29/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"Zope is an exciting new object-based, open source web application -platform. It allows you to build powerful and dynamic web applications -easily. Zope comes with source code and is friendly to developers as -well as users. -Zope is distinguished by its integrated object database which, when -combined with a revolutionary object model, provides a completely unique -facility for servicing content managers and web application developers." - -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : - -Database Integration Content Management - SQL and HTML in Harmony Builtin Objects - Multiple Data Sources Document Templates - Publish Databases Web to Objects -Application Development Integrated Object Database - DTML Scripting Managed Through the Web - External Methods Direct URL Access to Objects - -This is a "beta" release. It seems to work quite stable, but no guarantee -given. - Peter Cornelius <pcc@gmx.net> - -WWW: http://www.zope.org/ diff --git a/www/zope29/pkg-install b/www/zope29/pkg-install deleted file mode 100644 index cbeae9665004..000000000000 --- a/www/zope29/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 diff --git a/www/zope29/pkg-plist b/www/zope29/pkg-plist deleted file mode 100644 index 88e0dcd3901c..000000000000 --- a/www/zope29/pkg-plist +++ /dev/null @@ -1,2710 +0,0 @@ -%%APACHE_CONFDIR%%/apache.conf.Zope-Changes -etc/rc.d/zope.sh -%%ZOPEBASEDIR%%/var/Data.fs -%%ZOPEBASEDIR%%/var/Data.fs.in -@exec if [ ! -f %B/Data.fs ]; then cp %B/%f %B/Data.fs; fi -%%ZOPEBASEDIR%%/Extensions/README.txt -%%ZOPEBASEDIR%%/LICENSE.txt -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/ZServer/DebugLogger.py -%%ZOPEBASEDIR%%/ZServer/DebugLogger.pyc -%%ZOPEBASEDIR%%/ZServer/FCGIServer.py -%%ZOPEBASEDIR%%/ZServer/FCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/ICPServer.py -%%ZOPEBASEDIR%%/ZServer/ICPServer.pyc -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/WebDAVSrcHandler.py -%%ZOPEBASEDIR%%/ZServer/WebDAVSrcHandler.pyc -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ANNOUNCE.txt -%%ZOPEBASEDIR%%/ZServer/medusa/ANNOUNCE_970922.txt -%%ZOPEBASEDIR%%/ZServer/medusa/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/medusa/Makefile -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/chat_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/chat_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/continuation.py -%%ZOPEBASEDIR%%/ZServer/medusa/continuation.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/bobo_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/bobo_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/sample_cgi.py -%%ZOPEBASEDIR%%/ZServer/medusa/contrib/sample_cgi.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/demo/publish.py -%%ZOPEBASEDIR%%/ZServer/medusa/demo/publish.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/dist/license.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/README.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/composing_producers.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/data_flow.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/data_flow.html -%%ZOPEBASEDIR%%/ZServer/medusa/docs/producers.gif -%%ZOPEBASEDIR%%/ZServer/medusa/docs/proxy_notes.txt -%%ZOPEBASEDIR%%/ZServer/medusa/event_loop.py -%%ZOPEBASEDIR%%/ZServer/medusa/event_loop.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/fifo.py -%%ZOPEBASEDIR%%/ZServer/medusa/fifo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_bobo.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_bobo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa.html -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/async_mysql.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/async_mysql.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/recorder.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/recorder.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/misc/syncsock.py -%%ZOPEBASEDIR%%/ZServer/medusa/misc/syncsock.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/notes/async_blurbs.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/debugging.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/threads.txt -%%ZOPEBASEDIR%%/ZServer/medusa/notes/tkinter.txt -%%ZOPEBASEDIR%%/ZServer/medusa/out -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/put_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/put_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/redirecting_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/redirecting_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/rpc_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/form.mpy -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/persistent.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/persistent.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/start_demo.py -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/start_demo.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo/today.mpy -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/README -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/asynchat_sendfile.py -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/asynchat_sendfile.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/sendfilemodule.c -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/test_sendfile.py -%%ZOPEBASEDIR%%/ZServer/medusa/sendfile/test_sendfile.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/start_medusa.py -%%ZOPEBASEDIR%%/ZServer/medusa/start_medusa.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/test/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/asyn_http_bench.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_11.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_lb.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_medusa.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/test_single_11.py -%%ZOPEBASEDIR%%/ZServer/medusa/test/tests.txt -%%ZOPEBASEDIR%%/ZServer/medusa/thread/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/pi_module.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/pi_module.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/test_module.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/test_module.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_channel.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_channel.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/thread/thread_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/unix_user_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/unix_user_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.pyc -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/ENVIRONMENT.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/HELPSYS.txt -%%ZOPEBASEDIR%%/doc/HISTORY.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/SETUID.txt -%%ZOPEBASEDIR%%/doc/SIGNALS.txt -%%ZOPEBASEDIR%%/doc/UNITTEST.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/doc/changenotes/010516-2.4-unicode.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-dropinindex.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-exreg.stx -%%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-pluggableindex.stx -%%ZOPEBASEDIR%%/doc/changenotes/010620-2.4-btreeconflict.stx -%%ZOPEBASEDIR%%/import/Examples.zexp -%%ZOPEBASEDIR%%/import/README.txt -%%ZOPEBASEDIR%%/import/ZopeTutorialExamples.zexp -%%ZOPEBASEDIR%%/inituser -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/make_instance.py -%%ZOPEBASEDIR%%/inst/make_instance.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/inst/walkandscrub.py -%%ZOPEBASEDIR%%/inst/walkandscrub.pyc -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/.cvsignore -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/LICENSE.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Acquisition.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/ExtensionClass.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/Installation.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/MultiMapping.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/index.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc/release.notes.html -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_AqAlg -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_MultiMapping -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_Sync -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_ThreadLock -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_acquisition -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_add -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_binding -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_explicit_acquisition -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output/test_method_hook -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/regrtest.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_AqAlg.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/initgroups/initgroups.c -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.c -%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.so -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/owner.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/userFolderProps.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/README -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testClassSecurityInfo.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testDeprecatedAPI.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testModuleSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPasswordDigest.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testSecurity.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testUserFolder.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeSecurityPolicy.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.py -%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.py -%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.py -%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/dtml/activity.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/davLockManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_form_title.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_footer.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_header.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_style.css.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_style_test.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_top_frame.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_zmi_prefs.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/profile.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/refresh.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/dtml/zope_quick_start.dtml -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/DebugManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/load_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/store_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/transparent_bar.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zopelogo.jpg -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/.cvsignore -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeItemsTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeModuleTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BTreeTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/BucketTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.py -%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Length.py -%%ZOPEBASEDIR%%/lib/python/BTrees/Length.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/Maintainer.txt -%%ZOPEBASEDIR%%/lib/python/BTrees/MergeTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.py -%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/SetOpTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/SetTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/Setup -%%ZOPEBASEDIR%%/lib/python/BTrees/TreeSetTemplate.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.py -%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.c -%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.so -%%ZOPEBASEDIR%%/lib/python/BTrees/convert.py -%%ZOPEBASEDIR%%/lib/python/BTrees/convert.pyc -%%ZOPEBASEDIR%%/lib/python/BTrees/intkeymacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/intvaluemacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/objectkeymacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/objectvaluemacros.h -%%ZOPEBASEDIR%%/lib/python/BTrees/sorters.c -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.py -%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testSetOps.py -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/tests/julian_testdata.txt.gz -%%ZOPEBASEDIR%%/lib/python/DateTime/tests/testDateTime.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/results.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/testSequence.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/ztestlib.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.dtml -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.out -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTMLUnicode.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testustr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.pyc -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIHelpView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/addTopic.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/attributeView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/button.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/frame.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpURL.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_footer.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_header.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/methodView.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/results.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/search.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_footer.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_header.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/helpTopic.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/productHelp.gif -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.py -%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/BaseTestMapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/Document.py -%%ZOPEBASEDIR%%/lib/python/Interface/Document.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.py -%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.py -%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IElement.py -%%ZOPEBASEDIR%%/lib/python/Interface/IElement.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.py -%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.py -%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Implements.py -%%ZOPEBASEDIR%%/lib/python/Interface/Implements.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.py -%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Method.py -%%ZOPEBASEDIR%%/lib/python/Interface/Method.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/Verify.py -%%ZOPEBASEDIR%%/lib/python/Interface/Verify.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_Element.py -%%ZOPEBASEDIR%%/lib/python/Interface/_Element.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.py -%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.py -%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/_object.py -%%ZOPEBASEDIR%%/lib/python/Interface/_object.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/pprint.py -%%ZOPEBASEDIR%%/lib/python/Interface/pprint.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.py -%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.pyc -%%ZOPEBASEDIR%%/lib/python/Interface/tests/IFoo.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/dummy.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testDocument.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testImplements.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testInterface.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVerify.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVisitImplements.py -%%ZOPEBASEDIR%%/lib/python/Interface/tests/unitfixtures.py -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Cache.py -%%ZOPEBASEDIR%%/lib/python/OFS/Cache.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.py -%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/History.py -%%ZOPEBASEDIR%%/lib/python/OFS/History.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.py -%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.py -%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheNamespaceKeys.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheable.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cmassoc.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/history.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/historyCompare.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertyType.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/dtml/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.py -%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/standard/index_html.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_error_message.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_footer.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_header.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_template.pt -%%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.py -%%ZOPEBASEDIR%%/lib/python/OFS/tests/testTraverse.py -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/l_arrow.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OFS/www/r_arrow.gif -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.py -%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Try-It.stx -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/Extensions/Test.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/testExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests/testMailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/CacheManager-associate.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Cacheable-properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Caching.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Document.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Proxy.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Upload.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Activity.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Cache-Parameters.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Database.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Flush-Cache.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DavLocks-ManageLocks.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Debug.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Profile.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Upload.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/History.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_View.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Import-Export.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Rename.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Ownership.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Distribution.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Refresh.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Define-Permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Local-Roles.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Permission.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Role.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_User-Local-Roles.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Undo.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Add-User.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Contents.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Edit-User.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management_Version.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Join-Leave.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Properties.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Save-Discard.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Basic.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Methods.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Permissions.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Property-Sheets.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Subobjects.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Views.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-call.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-comment.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-funcs.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-if.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-in.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-let.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-mime.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-raise.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-return.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sendmail.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlgroup.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqltest.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlvar.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-tree.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-try.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-unless.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-var.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-with.stx -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/index.xml -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/zpt_examples.zexp -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/PageTemplate_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-fill-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-use-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-attributes.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-condition.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-content.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-define.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-omit-tag.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-on-error.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-repeat.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-replace.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-exists.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-nocall.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-not.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-path.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-python.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-string.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckUnicodeInserts.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1a.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1b.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/default.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/exclamation.gif -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptAdd.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptEdit.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/zpt.gif -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/addDateIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/manageDateIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/addDateRangeIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/manageDateRangeIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/manageFieldIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help/FieldIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/manageKeywordIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help/KeywordIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/managePathIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help/PathIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Setup -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/vocab_query.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/addTopicIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help/TopicIndex_searchResults.stx -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests/testTopicIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help/placeholder.txt -%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www/index.gif -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Bindings.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/ModuleAccess.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_test.stx -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/testPythonScript.py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/big_boolean.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/boolean_map.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/complex_print.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/fibonacci.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/for_loop.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/mutate_literals.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/ns_bind.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/simple_print.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/try_except.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/tuple_unpack_assignment.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/while_loop.ps -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/default_py -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptProxy.dtml -%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyscript.gif -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addDataManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addIdManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageDataManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageIdManager.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testBrowserIdManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testSessionDataManager.py -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/datamgr.gif -%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/idmgr.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/info.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/installing.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/otheruse.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/upgrading.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/vhosting.html -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help/SiteRoot_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRule.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRuleAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRoot.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonsterAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/manage_edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/error.gif -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/main.pt -%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/showEntry.pt -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/cache.gif -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsAccel.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsRCM.dtml -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/Accel.stx -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/RAM.stx -%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/addTemporaryFolder.dtml -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/mountfail.dtml -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help/TemporaryFolder.stx -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.pyc -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py -%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www/tempfolder.gif -%%ZOPEBASEDIR%%/lib/python/Products/Transience/HowTransienceWorks.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/addTransientObjectContainer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-add.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-change.stx -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.pyc -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/fauxtime.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTimeoutRelated.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.py -%%ZOPEBASEDIR%%/lib/python/Products/Transience/www/datacontainer.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/queryLexicon.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/Lexicon_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/ZCTextIndex_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.c -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.so -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.c -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.so -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/hs-tool.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/indexhtml.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mailtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mhindex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/python.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/queryhtml.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testLexicon.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testNBest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testPipelineFactory.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryEngine.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testSetOps.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testStopper.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/wordstats.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/index.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/lexicon.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndexForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addVocabulary.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAdvanced.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogObjectInformation.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/edit_stop_syn.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manageOldindex.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manage_vocab.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_manage_main.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_query.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Query.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Vocabulary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Find-Items-to-ZCatalog.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Status.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/Vocabulary.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Add.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Advanced.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Test.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.py -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialNav.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/glossary.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/tutorial.stx -%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.txt -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.pyc -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/restricted_module.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/security_in_syntax.py -%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/testRestrictions.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.testinfo -%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/README.txt -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testSplitter.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/test_UnIndex.py -%%ZOPEBASEDIR%%/lib/python/Setup15 -%%ZOPEBASEDIR%%/lib/python/Setup20 -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptBindings.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionTestForm.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Signals/Signals.py -%%ZOPEBASEDIR%%/lib/python/Signals/Signals.pyc -%%ZOPEBASEDIR%%/lib/python/Signals/__init__.py -%%ZOPEBASEDIR%%/lib/python/Signals/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/STNG.txt -%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.py -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/TAL/.cvsignore -%%ZOPEBASEDIR%%/lib/python/TAL/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.py -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.py -%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/README.txt -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.py -%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml12.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal12.html -%%ZOPEBASEDIR%%/lib/python/TAL/driver.py -%%ZOPEBASEDIR%%/lib/python/TAL/driver.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.py -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.py -%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.py -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.py -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.py -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test19.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test20.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test21.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test22.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test23.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test24.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test25.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test26.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test27.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test28.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test29.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test30.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test31.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test32.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test19.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test20.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test21.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test22.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test23.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test24.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test25.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test26.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test27.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test28.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test29.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test30.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test31.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test32.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_sourcepos.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/README.txt -%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.py -%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/__init__.py -%%ZOPEBASEDIR%%/lib/python/Testing/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/common.py -%%ZOPEBASEDIR%%/lib/python/Testing/common.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.py -%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.py -%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.py -%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.pyc -%%ZOPEBASEDIR%%/lib/python/Testing/var/README.txt -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.py -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.pyc -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.py -%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.py -%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.py -%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.py -%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Corruption.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/IteratorStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/LocalStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MTStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MinPO.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ReadOnlyStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RevisionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/StorageTestBase.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Synchronization.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/VersionStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testActivityMonitor.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testCache.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentList.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTimeStamp.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testUtils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testZODB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testfsIndex.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi_hotfix.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi_hotfix.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRangeSupport.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testTaintedString.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testTree.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/initgroups.so -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.py -%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.py -%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.py -%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.py -%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/dtml/locknullmain.dtml -%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.py -%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/www/davlock.gif -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/testExceptionFormatter.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.py -%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.py -%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.py -%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.py -%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLog.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/testDaemon.py -%%ZOPEBASEDIR%%/pcgi/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/Test/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/setup.py -%%ZOPEBASEDIR%%/setup.pyc -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/stupid_clean -%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.py -%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.pyc -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/space.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/space.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/test-checker.fs -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testfstest.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testzeopack.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.pyc -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.py -%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.pyc -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/check_catalog.py -%%ZOPEBASEDIR%%/utilities/check_catalog.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/utilities/requestprofiler.py -%%ZOPEBASEDIR%%/utilities/requestprofiler.pyc -%%ZOPEBASEDIR%%/utilities/testrunner.py -%%ZOPEBASEDIR%%/utilities/testrunner.pyc -%%ZOPEBASEDIR%%/w_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/zpasswd.pyc -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -@unexec rm -f %D/%%ZOPEBASEDIR%%/inituser -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.lock -@unexec rmdir %D/%%ZOPEBASEDIR%%/var 2>/dev/null || true -@unexec rmdir %D/%%CGIBINDIR%% 2>/dev/null || true -@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools/tests -@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools -@dirrm %%ZOPEBASEDIR%%/utilities -@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/zdaemon/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon -@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG -@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/www -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python/build -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/ThreadedAsync -@dirrm %%ZOPEBASEDIR%%/lib/python/Testing/var -@dirrm %%ZOPEBASEDIR%%/lib/python/Testing -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/output -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/input -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/benchmark -@dirrm %%ZOPEBASEDIR%%/lib/python/TAL -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/Signals -@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/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1 -@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml -@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/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml -@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/tests/Extensions -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/Persistence -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/standard -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common -@dirrm %%ZOPEBASEDIR%%/lib/python/Interface -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib/Components/initgroups -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/doc -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/import -@dirrm %%ZOPEBASEDIR%%/doc/changenotes -@dirrm %%ZOPEBASEDIR%%/doc/PLATFORMS -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/thread -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/test -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/sendfile -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/script_handler_demo -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/notes -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/misc -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/docs -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/dist -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/demo -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa/contrib -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/Extensions -@unexec rmdir %D/%%ZOPEBASEDIR%% 2>/dev/null || true -@unexec rmdir %D/%%WEBBASEDIR%% 2>/dev/null || true -@unexec rmdir %D/%%APACHE_CONFDIR%% 2>/dev/null || true |
