aboutsummaryrefslogtreecommitdiff
path: root/www/apache13+ipv6
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
commit2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch)
tree3d7591c78a947273efae6c582aacdca524e69528 /www/apache13+ipv6
parentd800016e3408fa62b2ffd8ead6e8ab7abb84a0bb (diff)
downloadports-2c96f26a12ae4d0474c70d61c6cab483c2865f49.tar.gz
ports-2c96f26a12ae4d0474c70d61c6cab483c2865f49.zip
Notes
Diffstat (limited to 'www/apache13+ipv6')
-rw-r--r--www/apache13+ipv6/Makefile164
-rw-r--r--www/apache13+ipv6/distinfo4
-rw-r--r--www/apache13+ipv6/files/apache.in33
-rw-r--r--www/apache13+ipv6/files/no_port_doc22
-rw-r--r--www/apache13+ipv6/files/patch-aa20
-rw-r--r--www/apache13+ipv6/files/patch-ab96
-rw-r--r--www/apache13+ipv6/files/patch-ac31
-rw-r--r--www/apache13+ipv6/files/patch-ad11
-rw-r--r--www/apache13+ipv6/files/patch-ae35
-rw-r--r--www/apache13+ipv6/files/patch-ag64
-rw-r--r--www/apache13+ipv6/files/patch-aj15
-rw-r--r--www/apache13+ipv6/files/patch-ak19
-rw-r--r--www/apache13+ipv6/files/patch-al24
-rw-r--r--www/apache13+ipv6/files/patch-ba20
-rw-r--r--www/apache13+ipv6/files/patch-bb60
-rw-r--r--www/apache13+ipv6/pkg-deinstall15
-rw-r--r--www/apache13+ipv6/pkg-descr6
-rw-r--r--www/apache13+ipv6/pkg-install34
-rw-r--r--www/apache13+ipv6/pkg-message8
-rw-r--r--www/apache13+ipv6/pkg-plist674
20 files changed, 0 insertions, 1355 deletions
diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile
deleted file mode 100644
index 326d9e983e0a..000000000000
--- a/www/apache13+ipv6/Makefile
+++ /dev/null
@@ -1,164 +0,0 @@
-# New ports collection makefile for: apache HTTPD
-# Date created: Fri Feb 18 03:04:36 JST 2000
-# Whom: sumikawa
-#
-# $FreeBSD$
-#
-
-PORTNAME= apache
-PORTVERSION= 1.3.42
-PORTREVISION= 1
-CATEGORIES= www ipv6
-MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
-PKGNAMESUFFIX= +ipv6
-DISTNAME= apache_${PORTVERSION}
-
-PATCH_SITES= http://cloud.github.com/downloads/sumikawa/apache13-ipv6/
-PATCHFILES= apache-1.3.44-v6-20100506.diff.gz
-PATCH_DIST_STRIP= -p0
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= The extremely popular Apache http server. Very fast, very clean
-
-FORBIDDEN= CVE-2011-3368, no patches against this issue
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2011-11-01
-
-MAKE_JOBS_SAFE= yes
-
-CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \
- apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \
- apache+mod_ssl+mod_snmp+mod_accel-1.* \
- apache+ssl-1.* apache-1.* apache-2.* apache_fp-1.* \
- caudium-devel-1.* caudium10-1.* caudium12-1.* \
- ru-apache+mod_ssl-1.* ru-apache-1.*
-USE_PERL5= yes
-USE_RC_SUBR= apache
-
-.if defined(APACHE_DATADIR)
-DATADIR=${APACHE_DATADIR}
-.else
-DATADIR=${PREFIX}/www
-.endif
-.if defined(APACHE_DOCUMENT_ROOT)
-DOCUMENT_ROOT=${APACHE_DOCUMENT_ROOT}
-.else
-DOCUMENT_ROOT=${DATADIR}/data
-.endif
-.if defined(APACHE_CGIBIN_ROOT)
-CGIBIN_ROOT=${APACHE_CGIBIN_ROOT}
-.else
-CGIBIN_ROOT=${DATADIR}/cgi-bin
-.endif
-DEFAULT_PATH=/bin:/usr/bin:${PREFIX}/bin
-
-.if defined(WITHOUT_APACHE_EXPAT)
-EXPAT_CONF+= --disable-rule=EXPAT
-.else
-.if !defined(WITH_APACHE_INTERNAL_EXPAT)
-LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2
-.endif
-EXPAT_CONF+= --enable-rule=EXPAT
-.endif
-
-.if defined(WITH_APACHE_SUEXEC)
-
-APACHE_SUEXEC_DOCROOT?=${DOCUMENT_ROOT}
-APACHE_SUEXEC_LOG?=/var/log/httpd-suexec.log
-APACHE_SUEXEC_USERDIR?=public_html
-APACHE_SUEXEC_UIDMIN?=1000
-APACHE_SUEXEC_GIDMIN?=1000
-APACHE_SUEXEC_CALLER?=www
-
-SUEXEC_CONF= \
- --enable-suexec \
- --suexec-docroot=${APACHE_SUEXEC_DOCROOT} \
- --suexec-caller=${APACHE_SUEXEC_CALLER} \
- --suexec-uidmin=${APACHE_SUEXEC_UIDMIN} \
- --suexec-gidmin=${APACHE_SUEXEC_GIDMIN} \
- --suexec-logfile=${APACHE_SUEXEC_LOG} \
- --suexec-userdir=${APACHE_SUEXEC_USERDIR} \
- --suexec-safepath=${DEFAULT_PATH}
-
-.if defined(APACHE_SUEXEC_UMASK)
-SUEXEC_CONF+= \
- --suexec-umask=${APACHE_SUEXEC_UMASK}
-.endif
-
-PLIST_SUB+= SUB_SUEXEC=""
-SUEXEC_MAN= suexec.8
-
-.else # !SUEXEC
-
-SUEXEC_CONF=
-PLIST_SUB+= SUB_SUEXEC="@comment "
-SUEXEC_MAN=
-
-.endif # !SUEXEC
-
-HAS_CONFIGURE= yes
-# += for child ports
-CONFIGURE_ARGS+= \
- --prefix=${PREFIX} \
- --server-uid=www \
- --server-gid=www \
- --with-perl=${PERL} \
- --with-layout=FreeBSD \
- --datadir=${DATADIR} \
- --htdocsdir=${DOCUMENT_ROOT} \
- --cgidir=${CGIBIN_ROOT} \
- --without-confadjust \
- --enable-rule=INET6 \
- --enable-module=most \
- --enable-module=auth_db \
- --enable-module=mmap_static \
- --disable-module=auth_dbm \
- --enable-shared=max \
- ${SUEXEC_CONF} \
- ${EXPAT_CONF}
-
-CFLAGS+=-DDOCUMENT_LOCATION=\\\\\"${DOCUMENT_ROOT}\\\\\" \
- -DDEFAULT_PATH=\\\\\"${DEFAULT_PATH}\\\\\"
-
-#
-# Set APACHE_HARD_SERVER_LIMIT env. variable to desired value
-#
-.if defined(APACHE_HARD_SERVER_LIMIT)
-CFLAGS+=-DHARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT}
-.else
-CFLAGS+=-DHARD_SERVER_LIMIT=512
-.endif
-
-#
-# Set WITH_APACHE_PERF_TUNING env. variable to get maximum performance
-#
-.if defined(WITH_APACHE_PERF_TUNING)
-CFLAGS+=-DBUFFERED_LOGS
-# Don't use OPTIM below, it is inserted _before_ CFLAGS
-CFLAGS+=-O3
-.endif
-
-CONFIGURE_ENV= OPTIM='${OPTIM}' LD_SHLIB='${CC}' LIBS='${LIBS}'
-
-.if !defined(WITHOUT_APACHE_EXPAT) && !defined(WITH_APACHE_INTERNAL_EXPAT)
-CONFIGURE_ENV+= \
- INCLUDES=-I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-.endif
-
-MAN1= dbmmanage.1 htdigest.1 htpasswd.1
-MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 \
- ${SUEXEC_MAN}
-
-post-patch:
-.if defined(NOPORTDOCS)
- @(cd ${WRKSRC} ; ${PATCH} < ${FILESDIR}/no_port_doc)
-.endif
-
-pre-install:
- PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/www/apache13+ipv6/distinfo b/www/apache13+ipv6/distinfo
deleted file mode 100644
index c4068ad0775a..000000000000
--- a/www/apache13+ipv6/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (apache_1.3.42.tar.gz) = 953ff952680efe0297bd925c842234bae2b313608200dcff8297b4590d134952
-SIZE (apache_1.3.42.tar.gz) = 2661241
-SHA256 (apache-1.3.44-v6-20100506.diff.gz) = 49981e21ff006a77da6d6acbb828b6b022bfc8136b83336ccdfd5868e13bb878
-SIZE (apache-1.3.44-v6-20100506.diff.gz) = 39767
diff --git a/www/apache13+ipv6/files/apache.in b/www/apache13+ipv6/files/apache.in
deleted file mode 100644
index 2ea54ca51f03..000000000000
--- a/www/apache13+ipv6/files/apache.in
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-# PROVIDE: apache
-# REQUIRE: LOGIN cleanvar
-# KEYWORD: shutdown
-
-# Define these apache_* variables in one of these files:
-# /etc/rc.conf
-# /etc/rc.conf.local
-# /etc/rc.conf.d/apache
-#
-# DO NOT CHANGE THESE DEFAULT VALUES HERE
-#
-# apache_enable="YES"
-# apache_flags="<set as needed>"
-
-apache_enable=${apache_enable-"NO"}
-apache_pidfile=${apache_pidfile-"/var/run/httpd.pid"}
-
-. /etc/rc.subr
-
-name="apache"
-rcvar=`set_rcvar`
-command="%%PREFIX%%/sbin/httpd"
-
-load_rc_config $name
-
-pidfile="${apache_pidfile}"
-start_precmd="`/usr/bin/limits -e -U www`"
-start_postcmd="`/usr/bin/limits -e -C daemon`"
-
-run_rc_command "$1"
diff --git a/www/apache13+ipv6/files/no_port_doc b/www/apache13+ipv6/files/no_port_doc
deleted file mode 100644
index 36190f286bd0..000000000000
--- a/www/apache13+ipv6/files/no_port_doc
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.tmpl.orig 2007-10-15 23:37:45.000000000 -0400
-+++ Makefile.tmpl 2007-10-15 23:37:59.000000000 -0400
-@@ -229,7 +229,6 @@
- $(MKDIR) $(root)$(sysconfdir)
- $(MKDIR) $(root)$(htdocsdir)/
- $(MKDIR) $(root)$(htdocsdir)-dist
-- $(MKDIR) $(root)$(manualdir)
- $(MKDIR) $(root)$(iconsdir)
- $(MKDIR) $(root)$(cgidir)/
- $(MKDIR) $(root)$(cgidir)-dist
-@@ -423,11 +422,6 @@
- (cd $(root)$(htdocsdir)-dist/ && $(TAR) -xf -); \
- find $(root)$(htdocsdir)-dist/ -type d -exec chmod a+rx {} \; ; \
- find $(root)$(htdocsdir)-dist/ -type f -print | xargs chmod a+r ;
-- echo "Copying tree $(TOP)/htdocs/manual -> $(root)/$(manualdir)/"; \
-- (cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\
-- (cd $(root)$(manualdir)/ && $(TAR) -xf -); \
-- find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \
-- find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ;
- for script in printenv test-cgi; do \
- cat $(TOP)/cgi-bin/$${script} |\
- sed -e 's;^#!/.*perl;#!$(PERL);' \
diff --git a/www/apache13+ipv6/files/patch-aa b/www/apache13+ipv6/files/patch-aa
deleted file mode 100644
index 78be57c08eed..000000000000
--- a/www/apache13+ipv6/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Tue May 21 16:24:59 2002
-+++ configure Wed Jun 19 05:27:31 2002
-@@ -1251,7 +1251,7 @@
- echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid"
- echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard"
- echo " DEFAULT_LOCKFILE: ${runtimedir_relative}${thetarget}.lock"
-- echo " DEFAULT_ERRORLOG: ${logfiledir_relative}error_log"
-+ echo " DEFAULT_ERRORLOG: ${logfiledir_relative}httpd-error.log"
- echo " TYPES_CONFIG_FILE: ${sysconfdir_relative}mime.types"
- echo " SERVER_CONFIG_FILE: ${sysconfdir_relative}${thetarget}.conf"
- echo " ACCESS_CONFIG_FILE: ${sysconfdir_relative}access.conf"
-@@ -1349,7 +1349,7 @@
- echo "echo '-DDEFAULT_PIDLOG=\"${runtimedir_relative}${thetarget}.pid\"'" >>$src/apaci
- echo "echo '-DDEFAULT_SCOREBOARD=\"${runtimedir_relative}${thetarget}.scoreboard\"'" >>$src/apaci
- echo "echo '-DDEFAULT_LOCKFILE=\"${runtimedir_relative}${thetarget}.lock\"'" >>$src/apaci
--echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}error_log\"'" >>$src/apaci
-+echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}httpd-error.log\"'" >>$src/apaci
- echo "echo '-DTYPES_CONFIG_FILE=\"${sysconfdir_relative}mime.types\"'" >>$src/apaci
- echo "echo '-DSERVER_CONFIG_FILE=\"${sysconfdir_relative}${thetarget}.conf\"'" >>$src/apaci
- echo "echo '-DACCESS_CONFIG_FILE=\"${sysconfdir_relative}access.conf\"'" >>$src/apaci
diff --git a/www/apache13+ipv6/files/patch-ab b/www/apache13+ipv6/files/patch-ab
deleted file mode 100644
index 986749781248..000000000000
--- a/www/apache13+ipv6/files/patch-ab
+++ /dev/null
@@ -1,96 +0,0 @@
---- Makefile.tmpl.orig 2006-07-12 12:16:05.000000000 +0400
-+++ Makefile.tmpl 2007-10-01 09:21:04.000000000 +0400
-@@ -227,10 +227,12 @@
- $(MKDIR) $(root)$(mandir)/man1
- $(MKDIR) $(root)$(mandir)/man8
- $(MKDIR) $(root)$(sysconfdir)
-- $(MKDIR) $(root)$(htdocsdir)
-+ $(MKDIR) $(root)$(htdocsdir)/
-+ $(MKDIR) $(root)$(htdocsdir)-dist
- $(MKDIR) $(root)$(manualdir)
- $(MKDIR) $(root)$(iconsdir)
-- $(MKDIR) $(root)$(cgidir)
-+ $(MKDIR) $(root)$(cgidir)/
-+ $(MKDIR) $(root)$(cgidir)-dist
- $(MKDIR) $(root)$(includedir)
- $(MKDIR) $(root)$(includedir)/xml
- $(MKDIR) $(root)$(runtimedir)
-@@ -416,33 +418,23 @@
- # icons and distributed CGI scripts.
- install-data:
- @echo "===> [data: Installing initial data files]"
-- -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \
-- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \
-- else \
-- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \
-+ echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)-dist/"; \
- (cd $(TOP)/htdocs/ && $(TAR) $(TAROPT) - index* apache_pb.* ) |\
-- (cd $(root)$(htdocsdir)/ && $(TAR) -xf -); \
-- find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \
-- find $(root)$(htdocsdir)/ -type f -print | xargs chmod a+r ; \
-- fi
-- -@if [ -d $(TOP)/htdocs/manual ]; then \
-+ (cd $(root)$(htdocsdir)-dist/ && $(TAR) -xf -); \
-+ find $(root)$(htdocsdir)-dist/ -type d -exec chmod a+rx {} \; ; \
-+ find $(root)$(htdocsdir)-dist/ -type f -print | xargs chmod a+r ;
- echo "Copying tree $(TOP)/htdocs/manual -> $(root)/$(manualdir)/"; \
- (cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\
- (cd $(root)$(manualdir)/ && $(TAR) -xf -); \
- find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \
-- find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \
-- fi
-- -@if [ -f $(root)$(cgidir)/printenv ]; then \
-- echo "[PRESERVING EXISTING CGI SUBDIR: $(root)$(cgidir)/]"; \
-- else \
-+ find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ;
- for script in printenv test-cgi; do \
- cat $(TOP)/cgi-bin/$${script} |\
- sed -e 's;^#!/.*perl;#!$(PERL);' \
- > $(TOP)/$(SRC)/.apaci.install.tmp; \
-- echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir)/$${script}"; \
-- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir)/$${script}; \
-- done; \
-- fi
-+ echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir)-dist/$${script}"; \
-+ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir)-dist/$${script}; \
-+ done;
- @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \
- (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\
- (cd $(root)$(iconsdir)/ && $(TAR) -xf -); \
-@@ -481,10 +473,10 @@
- -e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \
- -e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \
- -e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \
-- -e "s;logs/access_log;$(logfiledir)/$${target_prefix}access_log;" \
-- -e "s;logs/error_log;$(logfiledir)/$${target_prefix}error_log;" \
-- -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;" \
-- -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;" \
-+ -e "s;logs/access_log;$(logfiledir)/$${target_prefix}httpd-access.log;" \
-+ -e "s;logs/error_log;$(logfiledir)/$${target_prefix}httpd-error.log;" \
-+ -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}httpd-referer.log;" \
-+ -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}httpd-agent.log;" \
- -e 's;conf/magic;$(sysconfdir)/magic;' \
- -e 's;conf/srm.conf;$(sysconfdir)/srm.conf;' \
- -e 's;conf/access.conf;$(sysconfdir)/access.conf;' \
-@@ -496,8 +488,8 @@
- -e 's;ServerAdmin you@your.address;ServerAdmin $(conf_serveradmin);' \
- -e 's;ServerName new.host.name;ServerName $(conf_servername);' \
- > $(TOP)/$(SRC)/.apaci.install.tmp && \
-- echo "$(INSTALL_DATA) $(TOP)/conf/$${conf}-dist[*] $(root)$(sysconfdir)/$${target_conf}.default"; \
-- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sysconfdir)/$${target_conf}.default; \
-+ echo "$(INSTALL_DATA) $(TOP)/conf/$${conf}-dist[*] $(root)$(sysconfdir)/$${target_conf}-dist"; \
-+ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sysconfdir)/$${target_conf}-dist; \
- if [ ! -f "$(root)$(sysconfdir)/$${target_conf}" ]; then \
- echo "$(INSTALL_DATA) $(TOP)/conf/$${conf}-dist[*] $(root)$(sysconfdir)/$${target_conf}"; \
- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sysconfdir)/$${target_conf}; \
-@@ -506,8 +498,8 @@
- fi; \
- done
- -@for conf in mime.types magic; do \
-- echo "$(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}.default"; \
-- $(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}.default; \
-+ echo "$(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}-dist"; \
-+ $(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}-dist; \
- if [ ! -f "$(root)$(sysconfdir)/$${conf}" ]; then \
- echo "$(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}"; \
- $(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}; \
diff --git a/www/apache13+ipv6/files/patch-ac b/www/apache13+ipv6/files/patch-ac
deleted file mode 100644
index f4f02e80cbc2..000000000000
--- a/www/apache13+ipv6/files/patch-ac
+++ /dev/null
@@ -1,31 +0,0 @@
---- src/modules/standard/mod_auth_db.module.bak Tue Oct 16 13:12:02 2001
-+++ src/modules/standard/mod_auth_db.module Thu Feb 20 12:55:19 2003
-@@ -4,23 +4,23 @@
- DB_LIB=''
- if ./helpers/TestCompile func db_create; then
- DB_VERSION='Berkeley-DB/3.x'
-- elif ./helpers/TestCompile lib db db_create; then
-+ elif ./helpers/TestCompile lib dbXXX db_create; then
- DB_VERSION='Berkeley-DB/3.x'
- DB_LIB='-ldb'
- elif ./helpers/TestCompile func db_open; then
- DB_VERSION='Berkeley-DB/2.x'
-- elif ./helpers/TestCompile lib db db_open; then
-+ elif ./helpers/TestCompile lib dbXXX db_open; then
- DB_VERSION='Berkeley-DB/2.x'
- DB_LIB='-ldb'
-- elif ./helpers/TestCompile lib db2 db_open; then
-+ elif ./helpers/TestCompile lib db2XXX db_open; then
- DB_VERSION='Berkeley-DB/2.x'
- DB_LIB='-ldb2'
- elif ./helpers/TestCompile func dbopen; then
- DB_VERSION='Berkeley-DB/1.x'
-- elif ./helpers/TestCompile lib db dbopen; then
-+ elif ./helpers/TestCompile lib dbXXX dbopen; then
- DB_VERSION='Berkeley-DB/1.x'
- DB_LIB='-ldb'
-- elif ./helpers/TestCompile lib db1 dbopen; then
-+ elif ./helpers/TestCompile lib db1XXX dbopen; then
- DB_VERSION='Berkeley-DB/1.x'
- DB_LIB='-ldb1'
- elif TCADDINCL='#include <db.h>' INCLUDES1="$INCLUDES1 -I/usr/include/db1" TLIB="-ldb1" \
diff --git a/www/apache13+ipv6/files/patch-ad b/www/apache13+ipv6/files/patch-ad
deleted file mode 100644
index d92d2f447613..000000000000
--- a/www/apache13+ipv6/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/support/dbmmanage.bak Thu Mar 14 00:05:37 2002
-+++ src/support/dbmmanage Mon Jun 2 23:05:27 2003
-@@ -338,6 +338,8 @@
- } elsif (substr($chkpass, 0, 5) eq '{SHA}') {
- need_sha1_crypt;
- $crypt_method = "sha1";
-+ } elsif (substr($chkpass, 0, 3) eq '$1$') {
-+ $crypt_method = "crypt";
- } elsif (length($chkpass) == 13 && $chkpass ne $testpass) {
- $crypt_method = "crypt";
- } else {
diff --git a/www/apache13+ipv6/files/patch-ae b/www/apache13+ipv6/files/patch-ae
deleted file mode 100644
index 530af73ee920..000000000000
--- a/www/apache13+ipv6/files/patch-ae
+++ /dev/null
@@ -1,35 +0,0 @@
---- src/Configure.orig 2007-08-10 19:45:50.000000000 +0400
-+++ src/Configure 2007-09-08 04:46:28.000000000 +0400
-@@ -26,7 +26,7 @@
- # fp2rp:
- # slo.sh:
-
--LANG=C; export LANG
-+LC_ALL=C; export LC_ALL
- exitcode=0
- trap 'rm -f $tmpfile $tmpfile2 $tmpfile3 $tmpconfig $awkfile; exit $exitcode' 0 1 2 3 15
-
-@@ -457,7 +457,7 @@
- PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
- OS="FreeBSD $PLATOSVERS"
- case "$PLATOSVERS" in
-- [23456]*)
-+ *)
- DEF_WANTHSREGEX=no
- CFLAGS="$CFLAGS -funsigned-char"
- ;;
-@@ -1083,14 +1083,8 @@
- CFLAGS_SHLIB="-fpic"
- LDFLAGS_SHLIB="-shared"
- LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB
-- OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-- if [ "x$OBJFORMAT" = "xelf" ]; then
- LDFLAGS_SHLIB_EXPORT="-Wl,-E"
- SHLIB_SUFFIX_DEPTH=0
-- else
-- LDFLAGS_SHLIB_EXPORT=""
-- SHLIB_SUFFIX_DEPTH=2
-- fi
- ;;
- *-openbsd*)
- PLATOSVERS=`echo $PLAT | sed 's/^.*openbsd//'`
diff --git a/www/apache13+ipv6/files/patch-ag b/www/apache13+ipv6/files/patch-ag
deleted file mode 100644
index 58ef46c45c2f..000000000000
--- a/www/apache13+ipv6/files/patch-ag
+++ /dev/null
@@ -1,64 +0,0 @@
---- conf/httpd.conf-dist.old 2004-11-24 22:10:19.000000000 +0300
-+++ conf/httpd.conf-dist 2008-07-19 18:42:27.000000000 +0400
-@@ -356,7 +356,22 @@
- # directory index. Separate multiple entries with spaces.
- #
- <IfModule mod_dir.c>
-- DirectoryIndex index.html
-+ <IfModule mod_php3.c>
-+ DirectoryIndex index.php3 index.html
-+ </IfModule>
-+ <IfModule !mod_php3.c>
-+ <IfModule mod_php4.c>
-+ DirectoryIndex index.php index.html
-+ </IfModule>
-+ <IfModule !mod_php4.c>
-+ <IfModule mod_php5.c>
-+ DirectoryIndex index.php index.html
-+ </IfModule>
-+ <IfModule !mod_php5.c>
-+ DirectoryIndex index.html
-+ </IfModule>
-+ </IfModule>
-+ </IfModule>
- </IfModule>
-
- #
-@@ -476,7 +491,7 @@
- # define per-<VirtualHost> access logfiles, transactions will be
- # logged therein and *not* in this file.
- #
--CustomLog logs/access_log common
-+#CustomLog logs/access_log common
-
- #
- # If you would like to have agent and referer logfiles, uncomment the
-@@ -489,7 +504,7 @@
- # If you prefer a single logfile with access, agent, and referer information
- # (Combined Logfile Format) you can use the following directive.
- #
--#CustomLog logs/access_log combined
-+CustomLog logs/access_log combined
-
- #
- # Optionally add a line containing the server version and virtual host
-@@ -746,6 +761,19 @@
- LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
- </IfModule>
-
-+ <IfModule mod_php3.c>
-+ AddType application/x-httpd-php3 .php3
-+ AddType application/x-httpd-php3-source .php3s
-+ </IfModule>
-+ <IfModule mod_php4.c>
-+ AddType application/x-httpd-php .php
-+ AddType application/x-httpd-php-source .phps
-+ </IfModule>
-+ <IfModule mod_php5.c>
-+ AddType application/x-httpd-php .php
-+ AddType application/x-httpd-php-source .phps
-+ </IfModule>
-+
- #
- # AddType allows you to tweak mime.types without actually editing it, or to
- # make certain files to be certain types.
diff --git a/www/apache13+ipv6/files/patch-aj b/www/apache13+ipv6/files/patch-aj
deleted file mode 100644
index 9c1596e0cb70..000000000000
--- a/www/apache13+ipv6/files/patch-aj
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/support/apxs.pl.orig Mon Nov 29 21:05:12 2004
-+++ src/support/apxs.pl Mon Nov 29 21:05:56 2004
-@@ -604,12 +604,10 @@
- print FP $content;
- close(FP);
- if ($^O ne "MSWin32") {
-- push(@cmds, "cp $cfgbase.conf $cfgbase.conf.bak");
- push(@cmds, "cp $cfgbase.conf.new $cfgbase.conf");
- push(@cmds, "rm $cfgbase.conf.new");
- } else {
- $cfgbase =~ s|/|\\|g;
-- push(@cmds, "copy \"$cfgbase.conf\" \"$cfgbase.conf.bak\"");
- push(@cmds, "copy \"$cfgbase.conf.new\" \"$cfgbase.conf\"");
- push(@cmds, "del \"$cfgbase.conf.new\"");
- }
diff --git a/www/apache13+ipv6/files/patch-ak b/www/apache13+ipv6/files/patch-ak
deleted file mode 100644
index 9f3163556b4c..000000000000
--- a/www/apache13+ipv6/files/patch-ak
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/support/apachectl.orig Wed Apr 7 00:36:33 1999
-+++ src/support/apachectl Fri Sep 3 15:41:01 1999
-@@ -39,6 +39,8 @@
- # -------------------- --------------------
- # |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
-
-+eval `limits -e -U www` >/dev/null 2>&1
-+
- ERROR=0
- ARGV="$@"
- if [ "x$ARGV" = "x" ] ; then
-@@ -82,6 +84,7 @@
- fi
- if kill $PID ; then
- echo "$0 $ARG: httpd stopped"
-+ rm $PIDFILE
- else
- echo "$0 $ARG: httpd could not be stopped"
- ERROR=4
diff --git a/www/apache13+ipv6/files/patch-al b/www/apache13+ipv6/files/patch-al
deleted file mode 100644
index bd792616581e..000000000000
--- a/www/apache13+ipv6/files/patch-al
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/support/log_server_status.orig Mon Jan 15 20:06:38 2001
-+++ src/support/log_server_status Fri Jan 25 08:03:03 2002
-@@ -70,10 +70,10 @@
- #
- require 'sys/socket.ph';
-
--$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312"
-+$wherelog = "/var/log/httpd-status-";
- $server = "localhost"; # Name of server, could be "www.foo.com"
- $port = "80"; # Port on server
--$request = "/status/?auto"; # Request to send
-+$request = "/server-status/?auto"; # Request to send
-
- sub tcp_connect
- {
-@@ -103,7 +103,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/apache13+ipv6/files/patch-ba b/www/apache13+ipv6/files/patch-ba
deleted file mode 100644
index 1f92bd360250..000000000000
--- a/www/apache13+ipv6/files/patch-ba
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/support/Makefile.tmpl.orig Sat Mar 2 20:46:23 2002
-+++ src/support/Makefile.tmpl Tue Oct 22 00:31:18 2002
-@@ -7,7 +7,7 @@
- # LIBS=-L$(SSLLOC)/lib -lssl -lcrypto -lm -lap -los $(EXTRA_LIBS) $(LIBS1)
- # INCLUDES=-I$(SSLLOC)/include $(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES)
-
--CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
-+CFLAGS=-DLOGIN_CAP $(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
- LIBS=-lm -lap -los $(EXTRA_LIBS) $(LIBS1)
- INCLUDES=$(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES)
- LDFLAGS=$(LDFLAGS1) $(EXTRA_LDFLAGS) -L$(OSDIR) -L$(SRCDIR)/ap
-@@ -50,7 +50,7 @@
- -e 's%@LIBS_SHLIB@%$(LIBS_SHLIB)%g' && chmod a+x apxs
-
- suexec: suexec.o
-- $(CC) $(CFLAGS) -o suexec $(LDFLAGS) suexec.o $(LIBS)
-+ $(CC) $(CFLAGS) -lutil -o suexec $(LDFLAGS) suexec.o $(LIBS)
-
- clean:
- rm -f $(TARGETS) *.o
diff --git a/www/apache13+ipv6/files/patch-bb b/www/apache13+ipv6/files/patch-bb
deleted file mode 100644
index 313c5f515759..000000000000
--- a/www/apache13+ipv6/files/patch-bb
+++ /dev/null
@@ -1,60 +0,0 @@
---- src/support/suexec.c.orig Wed Mar 5 18:50:29 2003
-+++ src/support/suexec.c Fri Jul 18 18:09:56 2003
-@@ -90,6 +90,9 @@
- #include <sys/types.h>
-
- #include <stdarg.h>
-+#ifdef LOGIN_CAP
-+#include <login_cap.h>
-+#endif
-
- #include "suexec.h"
-
-@@ -322,6 +325,9 @@
- #ifdef LOG_EXEC
- fprintf(stderr, " -D LOG_EXEC=\"%s\"\n", LOG_EXEC);
- #endif
-+#ifdef LOGIN_CAP
-+ fprintf(stderr, " -D LOGIN_CAP\n");
-+#endif
- #ifdef SAFE_PATH
- fprintf(stderr, " -D SAFE_PATH=\"%s\"\n", SAFE_PATH);
- #endif
-@@ -480,7 +486,28 @@
-
- /*
- * Change UID/GID here so that the following tests work over NFS.
-- *
-+ */
-+
-+#ifdef LOGIN_CAP
-+ /*
-+ * Set user context (resources, priority and grouplist).
-+ * If unsuccessful, error out.
-+ */
-+ if (setusercontext(NULL, pw, uid, LOGIN_SETRESOURCES | LOGIN_SETPRIORITY |
-+ LOGIN_SETGROUP | LOGIN_SETLOGIN) == -1) {
-+ log_err("emerg: failed to set user context (%ld: %s)\n", uid, cmd);
-+ exit(108);
-+ }
-+
-+ /*
-+ * Set gid to the target group. If unsuccessful, error out.
-+ */
-+ if ((setgid(gid)) != 0) {
-+ log_err("emerg: failed to setgid (%ld: %s)\n", gid, cmd);
-+ exit(109);
-+ }
-+#else /* !LOGIN_CAP */
-+ /*
- * Initialize the group access list for the target user,
- * and setgid() to the target group. If unsuccessful, error out.
- */
-@@ -488,6 +515,7 @@
- log_err("emerg: failed to setgid (%ld: %s)\n", gid, cmd);
- exit(109);
- }
-+#endif /* LOGIN_CAP */
-
- /*
- * setuid() to the target user. Error out on fail.
diff --git a/www/apache13+ipv6/pkg-deinstall b/www/apache13+ipv6/pkg-deinstall
deleted file mode 100644
index c37189c5875e..000000000000
--- a/www/apache13+ipv6/pkg-deinstall
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/www/apache13+ipv6/Attic/pkg-deinstall,v 1.4 2003-09-25 21:29:03 sumikawa Exp $
-#
-
-if [ "$2" != "POST-DEINSTALL" ]; then
- exit 0
-fi
-
-USER=www
-
-if pw usershow "${USER}" 2>/dev/null 1>&2; then
- echo "To delete Apache user permanently, use 'pw userdel ${USER}'"
-fi
-
-exit 0
diff --git a/www/apache13+ipv6/pkg-descr b/www/apache13+ipv6/pkg-descr
deleted file mode 100644
index 8803492624a1..000000000000
--- a/www/apache13+ipv6/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://httpd.apache.org/
diff --git a/www/apache13+ipv6/pkg-install b/www/apache13+ipv6/pkg-install
deleted file mode 100644
index 1bfefbd0c793..000000000000
--- a/www/apache13+ipv6/pkg-install
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/www/apache13+ipv6/Attic/pkg-install,v 1.2 2002-06-21 12:06:04 sumikawa 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/apache13+ipv6/pkg-message b/www/apache13+ipv6/pkg-message
deleted file mode 100644
index 99f901ee1fa3..000000000000
--- a/www/apache13+ipv6/pkg-message
+++ /dev/null
@@ -1,8 +0,0 @@
-===> COMPATIBILITY NOTE:
- As of version 1.3.24, the RedirectMatch directive requires an
- absolute URL target location per RFC 2068. Uses of RedirectMatch that
- specify a relative URL will fail and must be corrected to function.
-
-===> BE CAREFULL HOW TO BOOT on 1.3.29_2 or after:
- To run apache www server from startup, add apache_enable="YES"
- in your /etc/rc.conf.
diff --git a/www/apache13+ipv6/pkg-plist b/www/apache13+ipv6/pkg-plist
deleted file mode 100644
index 0da0b5ddc89a..000000000000
--- a/www/apache13+ipv6/pkg-plist
+++ /dev/null
@@ -1,674 +0,0 @@
-@comment $FreeBSD: /tmp/pcvs/ports/www/apache13+ipv6/Attic/pkg-plist,v 1.27 2009-05-12 13:48:46 itetcu Exp $
-bin/checkgid
-bin/dbmmanage
-bin/htdigest
-bin/htpasswd
-@unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf-dist; then rm -f %D/etc/apache/access.conf; fi
-etc/apache/access.conf-dist
-@exec [ -f %B/access.conf ] || cp %B/%f %B/access.conf
-@unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf-dist; then rm -f %D/etc/apache/httpd.conf; fi
-etc/apache/httpd.conf-dist
-@exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf
-@unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic-dist; then rm -f %D/etc/apache/magic; fi
-etc/apache/magic-dist
-@exec [ -f %B/magic ] || cp %B/%f %B/magic
-@unexec if cmp -s %D/etc/apache/mime.types %D/etc/apache/mime.types-dist; then rm -f %D/etc/apache/mime.types; fi
-etc/apache/mime.types-dist
-@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types
-@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf-dist; then rm -f %D/etc/apache/srm.conf; fi
-etc/apache/srm.conf-dist
-@exec [ -f %B/srm.conf ] || cp %B/%f %B/srm.conf
-include/apache/ap.h
-include/apache/ap_alloc.h
-include/apache/ap_compat.h
-include/apache/ap_config.h
-include/apache/ap_config_auto.h
-include/apache/ap_ctype.h
-include/apache/ap_ebcdic.h
-include/apache/ap_md5.h
-include/apache/ap_mmn.h
-include/apache/ap_sha1.h
-include/apache/buff.h
-include/apache/compat.h
-include/apache/conf.h
-include/apache/explain.h
-include/apache/fnmatch.h
-include/apache/hsregex.h
-include/apache/http_conf_globals.h
-include/apache/http_config.h
-include/apache/http_core.h
-include/apache/http_log.h
-include/apache/http_main.h
-include/apache/http_protocol.h
-include/apache/http_request.h
-include/apache/http_vhost.h
-include/apache/httpd.h
-include/apache/multithread.h
-include/apache/os-inline.c
-include/apache/os.h
-include/apache/rfc1413.h
-include/apache/sa_len.h
-include/apache/scoreboard.h
-include/apache/sockaddr_storage.h
-include/apache/util_date.h
-include/apache/util_md5.h
-include/apache/util_script.h
-include/apache/util_uri.h
-include/apache/xml/asciitab.h
-include/apache/xml/hashtable.h
-include/apache/xml/iasciitab.h
-include/apache/xml/latin1tab.h
-include/apache/xml/nametab.h
-include/apache/xml/utf8tab.h
-include/apache/xml/xmldef.h
-include/apache/xml/xmlparse.h
-include/apache/xml/xmlrole.h
-include/apache/xml/xmltok.h
-include/apache/xml/xmltok_impl.h
-libexec/apache/httpd.exp
-libexec/apache/libproxy.so
-libexec/apache/mod_access.so
-libexec/apache/mod_actions.so
-libexec/apache/mod_alias.so
-libexec/apache/mod_asis.so
-libexec/apache/mod_auth.so
-libexec/apache/mod_auth_anon.so
-libexec/apache/mod_auth_db.so
-libexec/apache/mod_autoindex.so
-libexec/apache/mod_cern_meta.so
-libexec/apache/mod_cgi.so
-libexec/apache/mod_digest.so
-libexec/apache/mod_dir.so
-libexec/apache/mod_env.so
-libexec/apache/mod_expires.so
-libexec/apache/mod_headers.so
-libexec/apache/mod_imap.so
-libexec/apache/mod_include.so
-libexec/apache/mod_info.so
-libexec/apache/mod_log_config.so
-libexec/apache/mod_log_forensic.so
-libexec/apache/mod_mime.so
-libexec/apache/mod_mime_magic.so
-libexec/apache/mod_mmap_static.so
-libexec/apache/mod_negotiation.so
-libexec/apache/mod_rewrite.so
-libexec/apache/mod_setenvif.so
-libexec/apache/mod_speling.so
-libexec/apache/mod_status.so
-libexec/apache/mod_unique_id.so
-libexec/apache/mod_userdir.so
-libexec/apache/mod_usertrack.so
-libexec/apache/mod_vhost_alias.so
-sbin/ab
-sbin/apachectl
-sbin/apxs
-sbin/httpd
-sbin/logresolve
-sbin/rotatelogs
-%%SUB_SUEXEC%%sbin/suexec
-@exec mkdir -p -m 755 %D/www/data-dist
-@exec [ -d %D/www/data/ ] || mkdir -p -m 755 %D/www/data/
-www/data-dist/apache_pb.gif
-www/data-dist/index.html.ca
-www/data-dist/index.html.cz
-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.fr
-www/data-dist/index.html.he.iso8859-8
-www/data-dist/index.html.hu
-www/data-dist/index.html.it
-www/data-dist/index.html.ja.jis
-www/data-dist/index.html.kr.iso-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.iso-pl
-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.ucs2
-www/data-dist/index.html.ru.ucs4
-www/data-dist/index.html.ru.utf8
-www/data-dist/index.html.se
-www/data-dist/index.html.zh-tw.big5
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/bind.html.en
-%%PORTDOCS%%%%DOCSDIR%%/bind.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/bind.html.html
-%%PORTDOCS%%%%DOCSDIR%%/bind.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/configuring.html.en
-%%PORTDOCS%%%%DOCSDIR%%/configuring.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/configuring.html.html
-%%PORTDOCS%%%%DOCSDIR%%/configuring.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.html.en
-%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.html.html
-%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.en
-%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.html
-%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/cygwin.html
-%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.en
-%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.html
-%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/dso.html
-%%PORTDOCS%%%%DOCSDIR%%/ebcdic.html
-%%PORTDOCS%%%%DOCSDIR%%/env.html.en
-%%PORTDOCS%%%%DOCSDIR%%/env.html.html
-%%PORTDOCS%%%%DOCSDIR%%/env.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/footer.html
-%%PORTDOCS%%%%DOCSDIR%%/handler.html.en
-%%PORTDOCS%%%%DOCSDIR%%/handler.html.html
-%%PORTDOCS%%%%DOCSDIR%%/handler.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/header.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/auth.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.html.en
-%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.html.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/howto/footer.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/header.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/htaccess.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.html.en
-%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.html.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/images/apache_header.gif
-%%PORTDOCS%%%%DOCSDIR%%/images/custom_errordocs.gif
-%%PORTDOCS%%%%DOCSDIR%%/images/home.gif
-%%PORTDOCS%%%%DOCSDIR%%/images/index.gif
-%%PORTDOCS%%%%DOCSDIR%%/images/mod_rewrite_fig1.fig
-%%PORTDOCS%%%%DOCSDIR%%/images/mod_rewrite_fig1.gif
-%%PORTDOCS%%%%DOCSDIR%%/images/mod_rewrite_fig2.fig
-%%PORTDOCS%%%%DOCSDIR%%/images/mod_rewrite_fig2.gif
-%%PORTDOCS%%%%DOCSDIR%%/images/pixel.gif
-%%PORTDOCS%%%%DOCSDIR%%/images/sub.gif
-%%PORTDOCS%%%%DOCSDIR%%/index.html.en
-%%PORTDOCS%%%%DOCSDIR%%/index.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/index.html.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/install-tpf.html
-%%PORTDOCS%%%%DOCSDIR%%/install-ztpf.html
-%%PORTDOCS%%%%DOCSDIR%%/install.html.en
-%%PORTDOCS%%%%DOCSDIR%%/install.html.es
-%%PORTDOCS%%%%DOCSDIR%%/install.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/install.html.html
-%%PORTDOCS%%%%DOCSDIR%%/install.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/invoking.html.en
-%%PORTDOCS%%%%DOCSDIR%%/invoking.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/invoking.html.html
-%%PORTDOCS%%%%DOCSDIR%%/invoking.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/keepalive.html.en
-%%PORTDOCS%%%%DOCSDIR%%/keepalive.html.html
-%%PORTDOCS%%%%DOCSDIR%%/keepalive.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/location.html.en
-%%PORTDOCS%%%%DOCSDIR%%/location.html.html
-%%PORTDOCS%%%%DOCSDIR%%/location.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/logs.html
-%%PORTDOCS%%%%DOCSDIR%%/man-template.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/API.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/FAQ.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/HTTP_Features.tsv
-%%PORTDOCS%%%%DOCSDIR%%/misc/client_block_api.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/compat_notes.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/custom_errordocs.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/descriptors.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/fin_wait_2.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/footer.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/header.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/howto.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/index.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/known_client_problems.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/nopgp.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/perf-bsd44.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/perf-dec.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/perf-hp.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/perf-tuning.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/perf.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/rewriteguide.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/security_tips.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/tutorials.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/vif-info.html
-%%PORTDOCS%%%%DOCSDIR%%/misc/windoz_keepalive.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/core.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/core.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/mod/core.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/core.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.de
-%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/footer.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/header.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/index-bytype.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/index-bytype.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/mod/index-bytype.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/index-bytype.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_anon.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_db.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_dbm.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_digest.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_browser.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cern_meta.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cookies.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_digest.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dld.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_example.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_expires.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_headers.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_imap.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_include.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_isapi.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_agent.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_common.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_config.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_config.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_config.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_forensic.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_forensic.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_referer.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime_magic.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mmap_static.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_rewrite.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_rewrite.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_rewrite.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_status.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_usertrack.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/mod_vhost_alias.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.html.en
-%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.html.html
-%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/mpeix.html
-%%PORTDOCS%%%%DOCSDIR%%/multilogs.html
-%%PORTDOCS%%%%DOCSDIR%%/netware.html
-%%PORTDOCS%%%%DOCSDIR%%/new_features_1_0.html
-%%PORTDOCS%%%%DOCSDIR%%/new_features_1_1.html
-%%PORTDOCS%%%%DOCSDIR%%/new_features_1_2.html
-%%PORTDOCS%%%%DOCSDIR%%/new_features_1_3.html.en
-%%PORTDOCS%%%%DOCSDIR%%/new_features_1_3.html.html
-%%PORTDOCS%%%%DOCSDIR%%/new_features_1_3.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/process-model.html.en
-%%PORTDOCS%%%%DOCSDIR%%/process-model.html.html
-%%PORTDOCS%%%%DOCSDIR%%/process-model.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/programs/ab.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/apachectl.html.en
-%%PORTDOCS%%%%DOCSDIR%%/programs/apachectl.html.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/apachectl.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/programs/apxs.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/dbmmanage.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/footer.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/header.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/htdigest.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/htpasswd.html.en
-%%PORTDOCS%%%%DOCSDIR%%/programs/htpasswd.html.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/htpasswd.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/programs/httpd.html.en
-%%PORTDOCS%%%%DOCSDIR%%/programs/httpd.html.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/httpd.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/programs/index.html.en
-%%PORTDOCS%%%%DOCSDIR%%/programs/index.html.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/index.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/programs/logresolve.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/other.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/rotatelogs.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/suexec.html.en
-%%PORTDOCS%%%%DOCSDIR%%/programs/suexec.html.html
-%%PORTDOCS%%%%DOCSDIR%%/programs/suexec.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/readme-tpf.html
-%%PORTDOCS%%%%DOCSDIR%%/sections.html.en
-%%PORTDOCS%%%%DOCSDIR%%/sections.html.html
-%%PORTDOCS%%%%DOCSDIR%%/sections.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.en
-%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.html
-%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/sitemap.html
-%%PORTDOCS%%%%DOCSDIR%%/sourcereorg.html
-%%PORTDOCS%%%%DOCSDIR%%/stopping.html.en
-%%PORTDOCS%%%%DOCSDIR%%/stopping.html.fr
-%%PORTDOCS%%%%DOCSDIR%%/stopping.html.html
-%%PORTDOCS%%%%DOCSDIR%%/suexec.html.en
-%%PORTDOCS%%%%DOCSDIR%%/suexec.html.html
-%%PORTDOCS%%%%DOCSDIR%%/suexec.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/suexec_1_2.html
-%%PORTDOCS%%%%DOCSDIR%%/unixware.html
-%%PORTDOCS%%%%DOCSDIR%%/upgrading_to_1_3.html
-%%PORTDOCS%%%%DOCSDIR%%/urlmapping.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/details.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/details_1_2.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/examples.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.html.en
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.html.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/footer.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/header.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/host.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.en
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/ip-based.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/mass.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html.en
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/vhosts-in-depth.html
-%%PORTDOCS%%%%DOCSDIR%%/vhosts/virtual-host.html
-%%PORTDOCS%%%%DOCSDIR%%/win_compiling.html.en
-%%PORTDOCS%%%%DOCSDIR%%/win_compiling.html.html
-%%PORTDOCS%%%%DOCSDIR%%/win_compiling.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/win_service.html.en
-%%PORTDOCS%%%%DOCSDIR%%/win_service.html.html
-%%PORTDOCS%%%%DOCSDIR%%/win_service.html.ja.jis
-%%PORTDOCS%%%%DOCSDIR%%/windows.html.en
-%%PORTDOCS%%%%DOCSDIR%%/windows.html.html
-%%PORTDOCS%%%%DOCSDIR%%/windows.html.ja.jis
-@exec mkdir -p -m 755 %D/www/cgi-bin-dist
-@exec [ -d %D/www/cgi-bin/ ] || mkdir -p -m 755 %D/www/cgi-bin/
-www/cgi-bin-dist/printenv
-www/cgi-bin-dist/test-cgi
-www/icons/README
-www/icons/README.html
-www/icons/a.gif
-www/icons/a.png
-www/icons/alert.black.gif
-www/icons/alert.black.png
-www/icons/alert.red.gif
-www/icons/alert.red.png
-www/icons/apache_pb.gif
-www/icons/apache_pb.png
-www/icons/back.gif
-www/icons/back.png
-www/icons/ball.gray.gif
-www/icons/ball.gray.png
-www/icons/ball.red.gif
-www/icons/ball.red.png
-www/icons/binary.gif
-www/icons/binary.png
-www/icons/binhex.gif
-www/icons/binhex.png
-www/icons/blank.gif
-www/icons/blank.png
-www/icons/bomb.gif
-www/icons/bomb.png
-www/icons/box1.gif
-www/icons/box1.png
-www/icons/box2.gif
-www/icons/box2.png
-www/icons/broken.gif
-www/icons/broken.png
-www/icons/burst.gif
-www/icons/burst.png
-www/icons/c.gif
-www/icons/c.png
-www/icons/comp.blue.gif
-www/icons/comp.blue.png
-www/icons/comp.gray.gif
-www/icons/comp.gray.png
-www/icons/compressed.gif
-www/icons/compressed.png
-www/icons/continued.gif
-www/icons/continued.png
-www/icons/dir.gif
-www/icons/dir.png
-www/icons/diskimg.gif
-www/icons/diskimg.png
-www/icons/down.gif
-www/icons/down.png
-www/icons/dvi.gif
-www/icons/dvi.png
-www/icons/f.gif
-www/icons/f.png
-www/icons/folder.gif
-www/icons/folder.open.gif
-www/icons/folder.open.png
-www/icons/folder.png
-www/icons/folder.sec.gif
-www/icons/folder.sec.png
-www/icons/forward.gif
-www/icons/forward.png
-www/icons/generic.gif
-www/icons/generic.png
-www/icons/generic.red.gif
-www/icons/generic.red.png
-www/icons/generic.sec.gif
-www/icons/generic.sec.png
-www/icons/hand.right.gif
-www/icons/hand.right.png
-www/icons/hand.up.gif
-www/icons/hand.up.png
-www/icons/icon.sheet.gif
-www/icons/icon.sheet.png
-www/icons/image1.gif
-www/icons/image1.png
-www/icons/image2.gif
-www/icons/image2.png
-www/icons/image3.gif
-www/icons/image3.png
-www/icons/index.gif
-www/icons/index.png
-www/icons/layout.gif
-www/icons/layout.png
-www/icons/left.gif
-www/icons/left.png
-www/icons/link.gif
-www/icons/link.png
-www/icons/movie.gif
-www/icons/movie.png
-www/icons/p.gif
-www/icons/p.png
-www/icons/patch.gif
-www/icons/patch.png
-www/icons/pdf.gif
-www/icons/pdf.png
-www/icons/pie0.gif
-www/icons/pie0.png
-www/icons/pie1.gif
-www/icons/pie1.png
-www/icons/pie2.gif
-www/icons/pie2.png
-www/icons/pie3.gif
-www/icons/pie3.png
-www/icons/pie4.gif
-www/icons/pie4.png
-www/icons/pie5.gif
-www/icons/pie5.png
-www/icons/pie6.gif
-www/icons/pie6.png
-www/icons/pie7.gif
-www/icons/pie7.png
-www/icons/pie8.gif
-www/icons/pie8.png
-www/icons/portal.gif
-www/icons/portal.png
-www/icons/ps.gif
-www/icons/ps.png
-www/icons/quill.gif
-www/icons/quill.png
-www/icons/right.gif
-www/icons/right.png
-www/icons/screw1.gif
-www/icons/screw1.png
-www/icons/screw2.gif
-www/icons/screw2.png
-www/icons/script.gif
-www/icons/script.png
-www/icons/small/back.gif
-www/icons/small/back.png
-www/icons/small/binary.gif
-www/icons/small/binary.png
-www/icons/small/binhex.gif
-www/icons/small/binhex.png
-www/icons/small/blank.gif
-www/icons/small/blank.png
-www/icons/small/broken.gif
-www/icons/small/broken.png
-www/icons/small/burst.gif
-www/icons/small/burst.png
-www/icons/small/comp1.gif
-www/icons/small/comp1.png
-www/icons/small/comp2.gif
-www/icons/small/comp2.png
-www/icons/small/compressed.gif
-www/icons/small/compressed.png
-www/icons/small/continued.gif
-www/icons/small/continued.png
-www/icons/small/dir.gif
-www/icons/small/dir.png
-www/icons/small/dir2.gif
-www/icons/small/dir2.png
-www/icons/small/doc.gif
-www/icons/small/doc.png
-www/icons/small/forward.gif
-www/icons/small/forward.png
-www/icons/small/generic.gif
-www/icons/small/generic.png
-www/icons/small/generic2.gif
-www/icons/small/generic2.png
-www/icons/small/generic3.gif
-www/icons/small/generic3.png
-www/icons/small/image.gif
-www/icons/small/image.png
-www/icons/small/image2.gif
-www/icons/small/image2.png
-www/icons/small/index.gif
-www/icons/small/index.png
-www/icons/small/key.gif
-www/icons/small/key.png
-www/icons/small/movie.gif
-www/icons/small/movie.png
-www/icons/small/patch.gif
-www/icons/small/patch.png
-www/icons/small/ps.gif
-www/icons/small/ps.png
-www/icons/small/rainbow.gif
-www/icons/small/rainbow.png
-www/icons/small/sound.gif
-www/icons/small/sound.png
-www/icons/small/sound2.gif
-www/icons/small/sound2.png
-www/icons/small/tar.gif
-www/icons/small/tar.png
-www/icons/small/text.gif
-www/icons/small/text.png
-www/icons/small/transfer.gif
-www/icons/small/transfer.png
-www/icons/small/unknown.gif
-www/icons/small/unknown.png
-www/icons/small/uu.gif
-www/icons/small/uu.png
-www/icons/sound1.gif
-www/icons/sound1.png
-www/icons/sound2.gif
-www/icons/sound2.png
-www/icons/sphere1.gif
-www/icons/sphere1.png
-www/icons/sphere2.gif
-www/icons/sphere2.png
-www/icons/tar.gif
-www/icons/tar.png
-www/icons/tex.gif
-www/icons/tex.png
-www/icons/text.gif
-www/icons/text.png
-www/icons/transfer.gif
-www/icons/transfer.png
-www/icons/unknown.gif
-www/icons/unknown.png
-www/icons/up.gif
-www/icons/up.png
-www/icons/uu.gif
-www/icons/uu.png
-www/icons/uuencoded.gif
-www/icons/uuencoded.png
-www/icons/world1.gif
-www/icons/world1.png
-www/icons/world2.gif
-www/icons/world2.png
-@exec mkdir -p %D/www/proxy
-@unexec rm -f %D/etc/apache/httpd.conf.bak 2> /dev/null || true
-@dirrmtry etc/apache
-@dirrm include/apache/xml
-@dirrm include/apache
-@dirrmtry libexec/apache
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/misc
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/mod
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/programs
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/vhosts
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrmtry www/data/
-@dirrm www/data-dist
-@dirrmtry www/cgi-bin/
-@dirrm www/cgi-bin-dist
-@dirrm www/icons/small
-@dirrmtry www/icons
-@dirrm www/proxy