Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 03:21:33 -0600 (CST)
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47944: NEW PORT: mod_frontpage{13,20}
Message-ID:  <200302050921.h159LXhV090875@WBIw009.westbend.net>

next in thread | raw e-mail | index | archive | help

>Number:         47944
>Category:       ports
>Synopsis:       NEW PORT: mod_frontpage{13,20}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 05 01:30:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Scot W. Hetzel
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
West Bend Internet
>Environment:
System: FreeBSD WBIw009.westbend.net 4.7-STABLE FreeBSD 4.7-STABLE #5: Wed Jan 15 11:31:34 CST 2003 root@WBIw009.westbend.net:/usr/obj/usr/src/src4/sys/GENERIC-SMP i386


>Description:
	Ready To Run is currently beta testing mod_frontpage for
	Apache 2.0.  New with this release is that the FrontPage
	Module no longer requires that the Apache httpd (1.3.x or
	2.0.x) server be patched.

	With this change, the www/apache13-fp port will eventually
	become obsolete when these FrontPage Extentsion are no
	longer in beta.

	You will need to follow the instuctions in pkg-message,
	when setting up the Apache server.

	I have tested these ports with the www/apache13 and 
	www/apache20 ports, and had no problems in creating,
	modifying, or deleting a web page.

>How-To-Repeat:

>Fix:

NOTE:  mod_frontpage13 is a slave port to mod_frontpage20

diff -ruN mod_frontpage13.orig/Makefile mod_frontpage13/Makefile
--- mod_frontpage13.orig/Makefile	Wed Dec 31 18:00:00 1969
+++ mod_frontpage13/Makefile	Wed Feb  5 02:43:46 2003
@@ -0,0 +1,23 @@
+# New ports collection makefile for:    Apache 1.3.x mod_frontpage
+# Date created:		Tue Feb  4 13:59:20 CST 2003
+# Whom:			hetzels@westbend.net
+#
+# $FreeBSD$
+#
+
+CATEGORIES=	www
+
+MAINTAINER=	hetzels@westbend.net
+
+USE_APACHE13=	YES
+
+COMMENT=	${.CURDIR}/pkg-comment
+PKGMESSAGE=	${.CURDIR}/pkg-message
+
+.if defined(WITH_SSL)
+AP_PORT?=apache13-modssl
+.endif
+
+MASTERDIR=	${.CURDIR}/../mod_frontpage20
+
+.include "${MASTERDIR}/Makefile"
diff -ruN mod_frontpage13.orig/pkg-comment mod_frontpage13/pkg-comment
--- mod_frontpage13.orig/pkg-comment	Wed Dec 31 18:00:00 1969
+++ mod_frontpage13/pkg-comment	Wed Feb  5 00:36:54 2003
@@ -0,0 +1 @@
+Microsoft mod_frontpage (by RTR) for Apache 1.3.x
diff -ruN mod_frontpage13.orig/pkg-message mod_frontpage13/pkg-message
--- mod_frontpage13.orig/pkg-message	Wed Dec 31 18:00:00 1969
+++ mod_frontpage13/pkg-message	Wed Feb  5 01:51:34 2003
@@ -0,0 +1,63 @@
+************************************************************************
+
+1.)
+
+Check your httpd.conf, if you have included a ResourceConfig and
+AccessConfig. If you do not have these files, you'll have to add
+these lines to make the frontpage extensions work properly. These
+lines are commented out in the default config, so you'll have to
+activate them again. If you have a real ResourceConfig and
+AccessConfig, you can skip this part.
+
+ResourceConfig /dev/null
+AccessConfig /dev/null
+
+
+2.)
+
+You'll need to change the AllowOverride directive under the
+default web from None to at least "AuthConfig Limit Indexes Options".
+
+<Directory "%%PREFIX%%/www/data">
+:
+AllowOverride AuthConfig Limit Indexes Options
+:
+</Directory>
+
+Don't use "AllowOverride All" if you have a server environment
+with customers, since this can be a security risk, as they
+could modify the .htaccess files themselves.
+
+You'll also need to change the AllowOverride Directive on all
+virtual hosts that you are going to enable with Frontpage Extentions.
+
+
+3.)
+
+After you have made these changes, you'll need to execute:
+
+%%PREFIX%%/frontpage/version5.0/fp_install.sh
+
+to build the base apache/frontpage web site and to setup frontpage
+users and admins.  You can also run this to add virtual hosts to
+the apache/frontpage system.
+
+
+4.)
+
+If you have installed the port in another PREFIX than "/usr/local"
+you have to create a symlink. Microsoft has hardcoded the local
+path in their binarys. If you do not use fp_install.sh, you have
+to create the link manually:
+
+ln -s %%PREFIX%%/frontpage /usr/local/frontpage
+
+
+5.)
+
+When using owsadm.exe, you need to specify the server type in the  
+command.
+
+    owsadm.exe -t apache-fp ...
+
+************************************************************************
diff -ruN mod_frontpage20.orig/Makefile mod_frontpage20/Makefile
--- mod_frontpage20.orig/Makefile	Wed Dec 31 18:00:00 1969
+++ mod_frontpage20/Makefile	Wed Feb  5 02:30:08 2003
@@ -0,0 +1,140 @@
+# New ports collection makefile for:    Microsoft FrontPage Extensions
+# Date created:         Tue Feb  4 13:59:20 CST 2003
+# Whom:                 hetzels@westbend.net
+#
+# $FreeBSD$
+#
+
+PORTNAME=	mod_frontpage
+PKGNAMESUFFIX=	${AP_VER:S/.//}
+PORTVERSION=	5.0.2.2626
+PORTREVISION=	0
+CATEGORIES=	www
+MASTER_SITES=	ftp://ftp.microsoft.com/products/frontpage/beta/ \
+		ftp://www.westbend.net/Mirrors/ftp.microsoft.com/Products/frontpage/beta/
+DISTFILES=	${FRONTPAGE}
+DIST_SUBDIR=	fp50beta
+
+MAINTAINER=	hetzels@westbend.net
+
+BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT}
+RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT}
+#RUN_DEPENDS+=	${LOCALBASE}/frontpage/version5.0/bin/owsadm.exe:${PORTSDIR}/www/frontpage
+
+.ifdef USE_APACHE13
+AP_VER=1.3
+AP_PORT?=apache13
+APACHE=		"apache"
+.else
+AP_VER=2.0
+AP_PORT=apache2
+APACHE=		"apache2"
+.endif
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 440000
+BROKEN=		"These Extentions require FreeBSD 4.4 or better"
+.endif
+
+USE_REINPLACE=	yes
+
+# Only the i386 FrontPage Extensions are available for Apache 2.0
+#ONLY_FOR_ARCHS=	i386 alpha
+ONLY_FOR_ARCHS=	i386
+
+FP_VER=		5.0
+#FP_VER=		${PORTVERSION:C/\..*//}
+
+#.ifndef ALL_FP
+#.if ${ARCH} == i386
+FRONTPAGE=	fp${FP_VER:S/.//}.freebsd.tar.gz
+
+.if ${OSVERSION} >= 500000
+.if (defined(BATCH) && ${BATCH} == YES ) || !exists(/usr/lib/compat/libc.so.4)
+LIB_DEPENDS+=   c.4:${PORTSDIR}/misc/compat4x
+.endif
+.endif
+#.elif ${ARCH} == alpha
+#FRONTPAGE=	fp${FP_VER:S/.//}.alpha.tar.gz
+#.endif
+#.else
+#FRONTPAGE=	fp${FP_VER:S/.//}.freebsd.tar.Z \
+#		fp${FP_VER:S/.//}.alpha.tar.Z
+#.endif
+
+APXS=		${LOCALBASE}/sbin/apxs
+FPDIR=		frontpage/version${FP_VER}
+FP_INSTALL=	${FPDIR}/fp_install.sh
+FP_SETPERM=	${FPDIR}/set_default_perms.sh
+FP_README=	${FPDIR}/readme.htm
+FP_README2=	${FPDIR}/readme_apache2.txt
+FP_LICENSE=	${FPDIR}/LICENSE.TXT
+
+NO_WRKSUBDIR=	yes
+EXTRACT_FILES=	${FP_INSTALL} \
+		${FP_SETPERM} \
+		${FP_README} \
+		${FPDIR}/apache-fp/mod_frontpage.c \
+		${FPDIR}/apache2/mod_fpcgid.c \
+		${FPDIR}/apache2/mod_fpcgid.h \
+		${FPDIR}/apache2/mod_frontpage.c \
+		${FPDIR}/apache2/mod_frontpage.h \
+		${FPDIR}/apache2/mod_suexec.h
+
+PLIST_SUB=	FP_VER=${FP_VER} \
+		APACHE=${APACHE}
+
+do-extract:
+	@${RM} -rf ${WRKDIR}
+	@${MKDIR} ${WRKDIR}
+	@if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
+		${_DISTDIR}/${FRONTPAGE} ${EXTRACT_AFTER_ARGS} ${EXTRACT_FILES}); \
+	then \
+		exit 1; \
+	fi
+
+post-patch:
+.if !defind(PATCH_DEBUG}
+	@${REINPLACE_CMD} -e 's:PREFIX:${PREFIX}:g' \
+		-e 's:AP_VER:${AP_VER}:g' ${WRKDIR}/${FP_INSTALL}
+.endif
+
+do-build:
+.ifdef USE_APACHE13
+	@(cd ${WRKDIR}/${FPDIR}/apache-fp && \
+		${APXS} -c -Wc,-DFREEBSD ${WRKDIR}/${FPDIR}/apache-fp/mod_frontpage.c)
+.else
+	@${APXS} -c -Wc,-DFREEBSD ${WRKDIR}/${FPDIR}/apache2/mod_frontpage.c \
+		${WRKDIR}/${FPDIR}/apache2/mod_fpcgid.c
+.endif
+
+do-install:
+.ifdef USE_APACHE13
+	@${APXS} -i -a -n frontpage ${WRKDIR}/${FPDIR}/apache-fp/mod_frontpage.so
+.else
+	@${APXS} -i -a -n frontpage ${WRKDIR}/${FPDIR}/apache2/mod_frontpage.la
+.endif
+	@${ECHO_MSG} "===> Untaring FrontPage Extensions to ${PREFIX}"
+	@(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${FRONTPAGE} ${EXTRACT_AFTER_ARGS})
+	@${INSTALL_SCRIPT} ${WRKDIR}/${FP_INSTALL} ${PREFIX}/${FP_INSTALL}
+	@${INSTALL_SCRIPT} ${WRKDIR}/${FP_SETPERM} ${PREFIX}/${FP_SETPERM}
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKDIR}/${FP_README} ${DOCSDIR}
+	@${INSTALL_DATA} ${PREFIX}/${FP_README2} ${DOCSDIR}
+	@${INSTALL_DATA} ${PREFIX}/${FP_LICENSE} ${DOCSDIR}
+.endif
+	@${RM}	${PREFIX}/${FPDIR}/apache-fp/httpd \
+		${PREFIX}/${FP_README} ${PREFIX}/${FP_README2} \
+		${PREFIX}/${FP_LICENSE}
+
+post-install:
+.if (${PREFIX} != "/usr/local")
+	@${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|'
+.else
+	@${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
+		| ${GREP} -v "ln"
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN mod_frontpage20.orig/distinfo mod_frontpage20/distinfo
--- mod_frontpage20.orig/distinfo	Wed Dec 31 18:00:00 1969
+++ mod_frontpage20/distinfo	Tue Feb  4 14:38:16 2003
@@ -0,0 +1 @@
+MD5 (fp50beta/fp50.freebsd.tar.gz) = 502f2a40ccab6c0bb76bd4bee5b7fd6a
diff -ruN mod_frontpage20.orig/files/patch-fp_install.sh mod_frontpage20/files/patch-fp_install.sh
--- mod_frontpage20.orig/files/patch-fp_install.sh	Wed Dec 31 18:00:00 1969
+++ mod_frontpage20/files/patch-fp_install.sh	Wed Feb  5 01:15:31 2003
@@ -0,0 +1,349 @@
+diff -ruN frontpage.orig/version5.0/fp_install.sh frontpage/version5.0/fp_install.sh
+--- frontpage.orig/version5.0/fp_install.sh	Thu Jan  9 12:19:35 2003
++++ frontpage/version5.0/fp_install.sh	Tue Feb  4 18:31:20 2003
+@@ -12,7 +12,7 @@
+ main() {
+     initialize
+     step1                               # setup environment
+-    step2                               # untar
++#    step2                               # untar
+     $FPDIR/set_default_perms.sh         # Run the external permissions script.
+     step3                               # upgrade/install
+     
+@@ -140,11 +140,16 @@
+     VERSION="5.0"
+     OLDPATH=$PATH
+     PATH=".:/bin:/usr/bin:/sbin:/usr/sbin:/usr/ucb:/etc:/usr/bsd"
+-    INSTALLDIRDEFAULT="/usr/local/frontpage"
+-    NEWHTTPDNEW="/usr/local/frontpage/version${VERSION}/apache-fp/httpd"
++    APXS="PREFIX/sbin/apxs"
++    AP_TARGET=`${APXS} -q TARGET`
++    AP_CONFDIR=`${APXS} -q SYSCONFDIR`
++    AP_LIBEXEC=`${APXS} -q LIBEXECDIR`
++    INSTALLDIRDEFAULT="PREFIX/frontpage"
++    NEWHTTPDNEW="PREFIX/sbin/httpd"
+     NEWMODFPSO1="/usr/local/frontpage/version${VERSION}/apache-fp/mod_frontpage.c"
+     NEWMOFPSO2="/usr/local/frontpage/version${VERSION}/apache2/mod_frontpage.c"
+-    DEFAULTHTTPD="/usr/local/apache/sbin/httpd"
++    DEFAULTHTTPD="PREFIX/sbin/httpd"
++    DEFAULTCTL="PREFIX/sbin/apachectl"
+     FPDIR="/usr/local/frontpage/version${VERSION}"
+     APACHE_2_0_VERSION="2.0.40"
+ 
+@@ -403,30 +408,10 @@
+ {
+     retval=0
+     
+-    cat <<EOF
+-
+-Where would you like to install the FrontPage Server Extensions.  If
+-you select a location other than /usr/local/frontpage/ then a symbolic
+-link will be created from /usr/local/frontpage/ to the location that
+-is chosen.
+-
+-EOF
+-    $echo "FrontPage Server Extensions directory [/usr/local/frontpage/]:  ${nnl}"
+-    read installdir
+-    
+-    if [ "$installdir" = "" ]
+-    then
+         installdir=$INSTALLDIRDEFAULT
+-    fi
+     # Normalize the name
+     installdir=`dirname $installdir`/`basename $installdir`
+ 
+-    if [ ! -d "$installdir" ]
+-    then
+-        echo "Creating $installdir" 
+-        if mkdir "$installdir"
+-        then
+-            echo "Directory $installdir has been created." 
+             if chmod "$prot" "$installdir"
+             then
+                 echo "Directory $installdir chmoded to $prot." 
+@@ -434,22 +419,6 @@
+                 echo "ERROR:  Unable to chmod $installdir to $prot." 
+                 retval=1
+             fi
+-        else
+-            echo "ERROR:  Unable to create $installdir!" 
+-            retval=1
+-        fi
+-    else
+-        echo "WARNING:  Directory $installdir already exists." 
+-        echo "Installation will overwrite existing files." 
+-        echo 
+-        
+-        myprompt 'yYnN' "Continue the installation (y/n)" "N"
+-        echo 
+-        if [ $answer = n ] || [ $answer = N ]
+-        then
+-            exit 0
+-        fi
+-    fi
+     
+     if [ "$installdir" != "/usr/local/frontpage" ]
+     then
+@@ -476,28 +445,37 @@
+ #
+ getapachevers()
+ {
+-    $echo "Which version of Apache will you be using? (1.3 or 2.0) ${nnl}"
+-    read ApacheVers
++    DEFAULTVERSION="AP_VER"
++    ApacheVers=""
+     while [ "$ApacheVers" != "1.3" -a "$ApacheVers" != "2.0" ]
+     do
+-      $echo "Please enter either '1.3' or '2.0'"
+-      $echo "Which version of Apache will you be using? (1.3 or 2.0) ${nnl}"
++      $echo "Which version of Apache will you be using? (1.3 or 2.0) [${DEFAULTVERSION}] ${nnl}"
+       read ApacheVers
++      if [ "$ApacheVers" = "" ]
++      then
++        ApacheVers=${DEFAULTVERSION}
++      fi
++      if [ "$ApacheVers" != "1.3" -a "$ApacheVers" != "2.0" ]
++      then
++        echo "Please enter either '1.3' or '2.0'"
++      fi
+     done
+ 
+     if [ "$ApacheVers" = "1.3" ]
+     then
+-        promptstring="Where is the current apache daemon located: [$HttpdFile] ${nnl}"
++        promptstring="Where is the current apache daemon located:"
++        DEFAULT=${DEFAULTHTTPD}
+     else
+-        promptstring="Where is the current apache control file (apachectl) located: [$HttpdFile] ${nnl}"
++        promptstring="Where is the current apache control file (apachectl) located:"
++        DEFAULT=${DEFAULTCTL}
+     fi
+        
+     echo
+     HttpdFile=""
+     while ( [ "$HttpdFile" = "" ] || [ ! -x $HttpdFile ] )
+     do
+-        HttpdFile=$DEFAULTHTTPD
+-        $echo $promptstring
++        HttpdFile=${DEFAULT}
++        $echo "$promptstring [$HttpdFile] ${nnl}"
+         read location
+         if [ "$location" != "" ]
+         then
+@@ -919,16 +897,22 @@
+                 accessconffile="${configfiledir}${file}"
+                 ;;
+         esac
++	if [ ! -f $accessconffile ]
++	then
++	    echo "ERROR:  $accessconffile does not exist! Using $configfile instead."
++	    accessconffile=$configfile
++	fi
+     else
+         accessconffile="${configfiledir}access.conf"
+         if [ ! -f $accessconffile ]
+         then
++	    echo "ERROR: No AccessConfig directive found, add 'AccessConfig /dev/null' to $configfile"
+             accessconffile=$configfile
+         fi
+     fi
+     if [ "$accessconffile" != "" -a "$accessconffile" != "/dev/null" -a ! -f "$accessconffile" ]
+     then
+-        echo "$accessconffile does not exist."
++        echo "ERROR: $accessconffile does not exist!"
+         return 1
+     fi
+ 
+@@ -1388,11 +1372,16 @@
+ 	configfile=$rootconfigfile
+ 	return
+     fi
++    defconfigfile="${AP_CONFDIR}/${AP_TARGET}.conf"
+     configfile=""
+     while ( [ "$configfile" = "" ] || [ ! -f $configfile ] )
+     do
+-        $echo "Server config filename:  ${nnl}" 
++        $echo "Server config filename:  [$defconfigfile] ${nnl}" 
+         read configfile
++	if [ "$configfile" = "" ]
++        then
++            configfile=$defconfigfile
++        fi
+     done
+     rootconfigfile=$configfile
+ }
+@@ -1432,26 +1421,50 @@
+     getrootconfigfile
+     httpdconfigfile=$configfile
+     
++    defadmin="fpadmin"
+     admin=""
+     until [ "$admin" != "" ]
+     do
+-        $echo "FrontPage Administrator's user name:  ${nnl}" 
++        $echo "FrontPage Administrator's user name:  [$defadmin] ${nnl}" 
+         read admin
++        if [ "$admin" = "" ]
++        then
++            admin=$defadmin
++        fi
+     done
+     
++    defport="80"
+     getHttpRootDirective $configfile Port
+     port=$param
+     
+     until [ "$port" != "" ]
+     do
+-        $echo "Enter the new server's port number:  ${nnl}" 
++        $echo "Enter the new server's port number:  [$defport] ${nnl}" 
+         read port
++        if [ "$port" = "" ]
++        then
++            port=$defport
++        fi
+     done
+     weconfigfile="${installdir}/we${port}.cnf"
+     
++    getHttpRootDirective $configfile DocumentRoot
++    docroot=$param
++    if [ ! -d "$docroot" ]
++    then
++        echo "ERROR: $docroot does not exist!"
++        return 1
++    fi
++
+     echo 
+     getparam User $configfile $port "Getting User from "
+     defwebowner=$param
++
++    if [ "$defwebowner" = "" ]
++    then
++	defwebowner=`$lsg ${docroot}${service} | $awk ' { print $3}'`
++    fi
++
+     webowner=""
+     until [ "$webowner" != "" ]
+     do
+@@ -1466,6 +1479,12 @@
+     echo 
+     getparam Group $configfile $port "Getting Group from "
+     defgroup=$param
++
++    if [ "$defgroup" = "" ]
++    then
++	defgroup=`$lsg ${docroot}${service} | $awk ' { print $4}'`
++    fi
++
+     webgroup=""
+     until [ "$webgroup" != "" ]
+     do
+@@ -1597,7 +1616,7 @@
+         return $retval
+     fi
+     
+-    defaultconfigfile=$configfile
++    defaultconfigfile="${AP_CONFDIR}/${AP_TARGET}.conf"
+     configfile=""
+     while ( [ "$configfile" = "" ] || [ ! -f $configfile ] )
+     do
+@@ -2055,12 +2074,18 @@
+                 resconffile="${configfiledir}${file}"
+                 ;;
+         esac
++	if [ ! -f $resconffile ]
++        then
++            echo "ERROR:  $resconffile does not exist! Using $configfile instead."
++            resconffile=$configfile
++        fi
+     elif [ $httpdmajor -eq 1 ]
+     then
+     # only Apache 1 requires srm.conf
+         resconffile="${configfiledir}srm.conf"
+         if [ ! -f $resconffile ]
+         then
++	    echo "ERROR: No ResourceConfig directive found, add 'ResourceConfig /dev/null' to $configfile"
+             resconffile=$configfile
+         fi
+     else
+@@ -2187,7 +2212,7 @@
+                                     print ARRAY[i] 
+                                 }
+                             }
+-                    } "`
++                    } " | sed -e 's/"//g'`
+     
+     if [ "$param" = "" ]
+     then
+@@ -2253,22 +2278,22 @@
+         # Apache 2.0
+ 	httpdmajor=2
+         fpversionoption="apache-2.0"
+-	installfpdso2 || 
+-	{
+-	    echo "ERROR: Unable to install mod_frontpage dso"
+-	    return 1
+-	}
++#	installfpdso2 ||
++#	{
++#	    echo "ERROR: Unable to install mod_frontpage dso"
++#	    return 1
++#	}
+ 	return 0
+     elif [ $rtc -eq 4 ]
+     then
+ 	# Apache 1.3 with mod_so
+ 	httpdmajor=1
+ 	fpversionoption="apache-fp"
+-	installfpdso1 || 
+-	{
+-	    echo "ERROR: Unable to install mod_frontpage dso"
+-	    return 1
+-	}
++#	installfpdso1 || 
++#	{
++#	    echo "ERROR: Unable to install mod_frontpage dso"
++#	    return 1
++#	}
+ 	return 0
+     elif [ $rtc -ne 0 ]
+     then
+@@ -2491,23 +2516,7 @@
+ 
+ getModFpVersion1() 
+ {
+-    httpdir=`dirname $HttpdFile`
+-    # Remove the /bin
+-    httpdir=`dirname $httpdir`/libexec
+-    if [ ! -d "$httpdir" ]
+-    then
+-	httpdir="/usr/local/apache/modules"
+-    fi
+-    while ( [ ! -d "$httpdir" ] )
+-    do 
+-	$echo "Where is the current Apache modules directory: [$httpdir] ${nnl}"
+-	read location
+-	if [ "$location" != "" ]
+-	then
+-	    httpdir=$location
+-	fi
+-    done
+-    modfpso="${httpdir}/mod_frontpage.so"
++    modfpso="${AP_LIBEXEC}/mod_frontpage.so"
+ }
+ 
+ checkModFpSo1()
+@@ -2735,11 +2744,11 @@
+     echo "This version of FrontPage requires either:"
+     echo "  Apache Version $sourceVersion"
+     echo "or"
+-    echo "  Apache Version APACHE_2_0_VERSION (with mod_so)"
++    echo "  Apache Version ${APACHE_2_0_VERSION} (with mod_so)"
+     echo 
+     echo "We recommend you install one of these versions, with mod_so."
+     echo "Alternatively, we can install a prebuilt Apache $sourceVersion ."
+-    echo "This prebuilt version does not use mod_so for FronPage, but instead"
++    echo "This prebuilt version does not use mod_so for FrontPage, but instead"
+     echo "has been patched to work with FrontPage."
+     myprompt 'yYnN' "Do you want to install this prebuilt version (y/n)" "N"
+     if [ $answer = n ] || [ $answer = N ]
diff -ruN mod_frontpage20.orig/files/patch-readme.htm mod_frontpage20/files/patch-readme.htm
--- mod_frontpage20.orig/files/patch-readme.htm	Wed Dec 31 18:00:00 1969
+++ mod_frontpage20/files/patch-readme.htm	Tue Feb  4 18:59:21 2003
@@ -0,0 +1,44 @@
+diff -ruN frontpage.orig/version5.0/readme.htm frontpage/version5.0/readme.htm
+--- frontpage.orig/version5.0/readme.htm	Thu Jan  9 12:19:46 2003
++++ frontpage/version5.0/readme.htm	Tue Feb  4 18:47:42 2003
+@@ -75,9 +75,9 @@
+   /dev/null&nbsp;<BR>AccessConfig /dev/null</FONT> </BLOCKQUOTE><FONT 
+ face=Verdana>
+ <P>If you have some settings stored in secondary configuration files, move them 
+-to http.conf. You must stop and restart the web server for your changes to http.conf to 
++to httpd.conf. You must stop and restart the web server for your changes to httpd.conf to 
+ take effect.</P>
+-<P><B>Note:</B> To successfully install the FrontPage Server Extensions, you must set the AllowOveride value to "All" in the http.conf file.</P>
++<P><B>Note:</B> To successfully install the FrontPage Server Extensions, you must set the AllowOveride value to "All" in the httpd.conf file.</P>
+ <P align=right><FONT size=1><A 
+ href="#relnotes">Top 
+ of Section</A></FONT></P>
+@@ -105,8 +105,7 @@
+ <P>To allow FrontPage authors to upload executables, set the 
+ NoExecutableCgiUpload configuration variable to zero (0). For information about 
+ FrontPage Server Extensions configuration variables, see the SharePoint Team 
+-Services Administrator's Guide at 
+-http://www.microsoft.com/technet/sharepoint.</P>;
++Services <A href="http://www.microsoft.com/technet/sharepoint">Administrator's Guide</A>.</P>
+ <P align=right><FONT size=1><A 
+ href="#relnotes">Top 
+ of Section</A></FONT></P>
+@@ -125,8 +124,7 @@
+ of Page</A></FONT></P>
+ <H3><A name=adminguide>SharePoint Team Services Administrator's Guide</H3>
+ <P>Documentation of the FrontPage Server Extensions 2002 is included in the 
+-SharePoint Team Services Administrator's Guide, at 
+-http://www.microsoft.com/technet/sharepoint. This includes detailed information 
++SharePoint Team Services <A href="http://www.microsoft.com/technet/sharepoint">Administrator's Guide</A>. This includes detailed information 
+ about installing and administering the FrontPage Server Extensions along with an 
+ overview of the Server Extensions, a detailed discussion of server extensions 
+ security on UNIX and Windows, troubleshooting information, and a full set of 
+@@ -142,7 +140,7 @@
+ can also customize the site to control your search using either keywords or the 
+ site's natural language search engine, which uses normal, everyday language for 
+ answering inquiries, so you can write your question in your own words. To begin, 
+-go to http://support.microsoft.com/support/</A>.</P>;
++go to <A href="http://support.microsoft.com/support/">Microsoft Support</A>.</P>
+ <P align=right><FONT size=1><A 
+ href="#moreinfo">Top 
+ of Section</A></FONT></P>
diff -ruN mod_frontpage20.orig/files/patch-set_default_perms.sh mod_frontpage20/files/patch-set_default_perms.sh
--- mod_frontpage20.orig/files/patch-set_default_perms.sh	Wed Dec 31 18:00:00 1969
+++ mod_frontpage20/files/patch-set_default_perms.sh	Tue Feb  4 22:40:08 2003
@@ -0,0 +1,27 @@
+diff -ruN frontpage.orig/version5.0/set_default_perms.sh frontpage/version5.0/set_default_perms.sh
+--- frontpage.orig/version5.0/set_default_perms.sh	Thu Jan  9 12:19:35 2003
++++ frontpage/version5.0/set_default_perms.sh	Tue Feb  4 18:38:21 2003
+@@ -36,10 +36,9 @@
+ chown bin $FPDIR/frontpage.cnf || die chown frontpage.cnf
+ chgrp bin $FPDIR/frontpage.cnf || die chgrp frontpage.cnf
+ chmod 664 $FPDIR/frontpage.cnf || die chmod frontpage.cnf
+-chown bin $FPDIR/*.sh $FPDIR/*.TXT $FPDIR/*.htm || die chown top level files
+-chgrp bin $FPDIR/*.sh $FPDIR/*.TXT $FPDIR/*.htm || die chgrp top level files
+-chmod 555 $FPDIR/*.sh                           || die chmod top level files
+-chmod 444             $FPDIR/*.TXT $FPDIR/*.htm || die chmod top level files
++chown bin $FPDIR/*.sh || die chown top level files
++chgrp bin $FPDIR/*.sh || die chgrp top level files
++chmod 555 $FPDIR/*.sh || die chmod top level files
+ 
+ # Handle all of the non apache-fp directory trees
+ for dir in bin nls admin exes help ; do
+@@ -79,9 +78,6 @@
+ 
+ # The apache-fp fpexe stub needs to be suid root
+ chmod 4755 $FPDIR/apache-fp/_vti_bin/fpexe || die set fpexe to be suid
+-
+-# Set httpd
+-chmod 555  $FPDIR/apache-fp/httpd || die make httpd executable
+ 
+ # The apache-fp directory should not be writable to protect the stub program.
+ chmod 555  $FPDIR/apache-fp/_vti_bin || die restrict the apache-fp directory
diff -ruN mod_frontpage20.orig/pkg-comment mod_frontpage20/pkg-comment
--- mod_frontpage20.orig/pkg-comment	Wed Dec 31 18:00:00 1969
+++ mod_frontpage20/pkg-comment	Wed Feb  5 01:32:38 2003
@@ -0,0 +1 @@
+Microsoft mod_frontpage (by RTR) for Apache 2.x
diff -ruN mod_frontpage20.orig/pkg-descr mod_frontpage20/pkg-descr
--- mod_frontpage20.orig/pkg-descr	Wed Dec 31 18:00:00 1969
+++ mod_frontpage20/pkg-descr	Tue Feb  4 15:34:12 2003
@@ -0,0 +1,18 @@
+
+What is it?
+-----------
+The Microsoft Frontpage module allows web administrators and authors to
+remotely manage, create, modify, or delete web pages on the Apache server
+using the Microsoft FrontPage Extentions.
+
+Documentation
+-------------
+
+All the documentation is on-line at these URL's:
+
+   FrontPage - http://www.microsoft.com/frontpage
+             - http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/ows000.asp
+             - http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/owse01.asp
+	     - http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/owse02.asp
+
+WWW: http://www.rtr.com
diff -ruN mod_frontpage20.orig/pkg-message mod_frontpage20/pkg-message
--- mod_frontpage20.orig/pkg-message	Wed Dec 31 18:00:00 1969
+++ mod_frontpage20/pkg-message	Wed Feb  5 01:40:26 2003
@@ -0,0 +1,43 @@
+************************************************************************
+
+1.)
+
+You'll need to change AllowOverride under
+<Directory "%%PREFIX%%/www/data"> ( or the place where you
+moved your webservers ) from None to at least:
+
+AllowOverride AuthConfig Limit Indexes Options
+
+Don't use "AllowOverride All" if you have a server environment
+with customers, since this can be a security risk If you use
+this, they can enable mod_php4 etc. themself with .htaccess files.
+
+
+2.)
+
+After you have made these changes, you'll have to execute:
+
+%%PREFIX%%/frontpage/version5.0/fp_install.sh to build the base
+apache/frontpage web site and to setup frontpage users and admins.
+You can also run this to add virtual hosts to the apache/frontpage
+system.
+
+
+3.)
+
+If you have installed the port in another PREFIX than "/usr/local"
+you have to create a symlink. Microsoft has hardcoded the local
+path in their binarys. If you do not use fp_install.sh, you have
+to create the link manually:
+
+ln -s %%PREFIX%%/frontpage /usr/local/frontpage
+
+
+4.)
+
+When using owsadm.exe, you need to specify the server type in the
+command.
+
+    owsadm.exe -t apache-2.0 ...
+
+************************************************************************
diff -ruN mod_frontpage20.orig/pkg-plist mod_frontpage20/pkg-plist
--- mod_frontpage20.orig/pkg-plist	Wed Dec 31 18:00:00 1969
+++ mod_frontpage20/pkg-plist	Wed Feb  5 01:55:38 2003
@@ -0,0 +1,271 @@
+@exec %D/sbin/apxs -e -a -n frontpage %D/libexec/%%APACHE%%/mod_frontpage.so
+@unexec %D/sbin/apxs -e -A -n frontpage %D/libexec/%%APACHE%%/mod_frontpage.so
+libexec/%%APACHE%%/mod_frontpage.so
+frontpage/version%%FP_VER%%/admin/1033/addacct.htm
+frontpage/version%%FP_VER%%/admin/1033/addrole.htm
+frontpage/version%%FP_VER%%/admin/1033/adduser.htm
+frontpage/version%%FP_VER%%/admin/1033/anonusr.htm
+frontpage/version%%FP_VER%%/admin/1033/copyrole.htm
+frontpage/version%%FP_VER%%/admin/1033/delsbweb.htm
+frontpage/version%%FP_VER%%/admin/1033/disable.htm
+frontpage/version%%FP_VER%%/admin/1033/editrole.htm
+frontpage/version%%FP_VER%%/admin/1033/edituser.htm
+frontpage/version%%FP_VER%%/admin/1033/fpadmin.htm
+frontpage/version%%FP_VER%%/admin/1033/genset.htm
+frontpage/version%%FP_VER%%/admin/1033/health.htm
+frontpage/version%%FP_VER%%/admin/1033/healthrp.htm
+frontpage/version%%FP_VER%%/admin/1033/invite.htm
+frontpage/version%%FP_VER%%/admin/1033/invite2.htm
+frontpage/version%%FP_VER%%/admin/1033/invite3.htm
+frontpage/version%%FP_VER%%/admin/1033/invite4.htm
+frontpage/version%%FP_VER%%/admin/1033/mergeweb.htm
+frontpage/version%%FP_VER%%/admin/1033/newsbweb.htm
+frontpage/version%%FP_VER%%/admin/1033/newsrvr.htm
+frontpage/version%%FP_VER%%/admin/1033/opengl.htm
+frontpage/version%%FP_VER%%/admin/1033/openweb.htm
+frontpage/version%%FP_VER%%/admin/1033/passwd.htm
+frontpage/version%%FP_VER%%/admin/1033/password.htm
+frontpage/version%%FP_VER%%/admin/1033/perms.htm
+frontpage/version%%FP_VER%%/admin/1033/policies.htm
+frontpage/version%%FP_VER%%/admin/1033/pwdmgr.htm
+frontpage/version%%FP_VER%%/admin/1033/recalc.htm
+frontpage/version%%FP_VER%%/admin/1033/role.htm
+frontpage/version%%FP_VER%%/admin/1033/security.htm
+frontpage/version%%FP_VER%%/admin/1033/uninstal.htm
+frontpage/version%%FP_VER%%/admin/1033/usage.htm
+frontpage/version%%FP_VER%%/admin/1033/user.htm
+frontpage/version%%FP_VER%%/admin/1033/vadmin.htm
+frontpage/version%%FP_VER%%/admin/1033/verctrl.htm
+frontpage/version%%FP_VER%%/admin/1033/webadmin.css
+frontpage/version%%FP_VER%%/admin/1033/webadmin.htm
+frontpage/version%%FP_VER%%/admin/1033/weblist.htm
+frontpage/version%%FP_VER%%/apache-fp/_vti_bin/fpexe
+frontpage/version%%FP_VER%%/apache-fp/mod_frontpage.c
+frontpage/version%%FP_VER%%/apache-fp/fpexe.c
+@unexec if [ -f %B/suidkey ] ; then rm -f %B/suidkey* ; fi
+frontpage/version%%FP_VER%%/apache2/mod_fpcgid.c
+frontpage/version%%FP_VER%%/apache2/mod_fpcgid.h
+frontpage/version%%FP_VER%%/apache2/mod_frontpage.c
+frontpage/version%%FP_VER%%/apache2/mod_frontpage.h
+frontpage/version%%FP_VER%%/apache2/mod_suexec.h
+frontpage/version%%FP_VER%%/bin/_vti_inf.htm
+frontpage/version%%FP_VER%%/bin/owsadm.exe
+frontpage/version%%FP_VER%%/bin/postinfo.htm
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/admin.exe
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/fpadmcgi.exe
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/blank.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/bluedot.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/delete.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/discuss.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/gears_an.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/health.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/navlink.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/newuser.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/offlogo.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/rect.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/settings.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/sortdown.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/sortup.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/subwebs.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/usage.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/users.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/warn_lg.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/web.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/webdisc.gif
+frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_aut/author.exe
+frontpage/version%%FP_VER%%/exes/_vti_bin/fpcount.exe
+frontpage/version%%FP_VER%%/exes/_vti_bin/shtml.exe
+frontpage/version%%FP_VER%%/fp_install.sh
+frontpage/version%%FP_VER%%/frontpage.cnf
+@unexec if [ -f %B/%f.orig ] ; then rm -f %B/%f.orig ; fi
+frontpage/version%%FP_VER%%/help/1033/1p.gif
+frontpage/version%%FP_VER%%/help/1033/ExpColla.js
+frontpage/version%%FP_VER%%/help/1033/ExpndAll.gif
+frontpage/version%%FP_VER%%/help/1033/back.gif
+frontpage/version%%FP_VER%%/help/1033/bg_Help.gif
+frontpage/version%%FP_VER%%/help/1033/bg_help.gif
+frontpage/version%%FP_VER%%/help/1033/bga_Help.gif
+frontpage/version%%FP_VER%%/help/1033/bluedrop.gif
+frontpage/version%%FP_VER%%/help/1033/blueup.gif
+frontpage/version%%FP_VER%%/help/1033/bullet.gif
+frontpage/version%%FP_VER%%/help/1033/collpstr.GIF
+frontpage/version%%FP_VER%%/help/1033/collpstr.gif
+frontpage/version%%FP_VER%%/help/1033/desg01.gif
+frontpage/version%%FP_VER%%/help/1033/desg02.gif
+frontpage/version%%FP_VER%%/help/1033/desg03.gif
+frontpage/version%%FP_VER%%/help/1033/desg04.gif
+frontpage/version%%FP_VER%%/help/1033/desg05.gif
+frontpage/version%%FP_VER%%/help/1033/desg06.gif
+frontpage/version%%FP_VER%%/help/1033/desg07.gif
+frontpage/version%%FP_VER%%/help/1033/desg08.gif
+frontpage/version%%FP_VER%%/help/1033/desg09.gif
+frontpage/version%%FP_VER%%/help/1033/desg10.gif
+frontpage/version%%FP_VER%%/help/1033/desg11.gif
+frontpage/version%%FP_VER%%/help/1033/desg12.gif
+frontpage/version%%FP_VER%%/help/1033/desg13.gif
+frontpage/version%%FP_VER%%/help/1033/desg14.gif
+frontpage/version%%FP_VER%%/help/1033/desg15.gif
+frontpage/version%%FP_VER%%/help/1033/expndtri.gif
+frontpage/version%%FP_VER%%/help/1033/fpaGloss.htm
+frontpage/version%%FP_VER%%/help/1033/fpaHome.htm
+frontpage/version%%FP_VER%%/help/1033/fpaIndex.htm
+frontpage/version%%FP_VER%%/help/1033/fpaTOC.htm
+frontpage/version%%FP_VER%%/help/1033/fpahow.htm
+frontpage/version%%FP_VER%%/help/1033/fpatTrbl.htm
+frontpage/version%%FP_VER%%/help/1033/home.gif
+frontpage/version%%FP_VER%%/help/1033/minus.gif
+frontpage/version%%FP_VER%%/help/1033/ms_logo.gif
+frontpage/version%%FP_VER%%/help/1033/next.gif
+frontpage/version%%FP_VER%%/help/1033/office10.css
+frontpage/version%%FP_VER%%/help/1033/ows.css
+frontpage/version%%FP_VER%%/help/1033/owsns.css
+frontpage/version%%FP_VER%%/help/1033/plus.gif
+frontpage/version%%FP_VER%%/help/1033/spacer.gif
+frontpage/version%%FP_VER%%/help/1033/strtpage.css
+frontpage/version%%FP_VER%%/help/1033/wsaAces2.htm
+frontpage/version%%FP_VER%%/help/1033/wsaAcess.htm
+frontpage/version%%FP_VER%%/help/1033/wsaKeybd.htm
+frontpage/version%%FP_VER%%/help/1033/wsaTOC.htm
+frontpage/version%%FP_VER%%/help/1033/wsaart1.gif
+frontpage/version%%FP_VER%%/help/1033/wsaart2.gif
+frontpage/version%%FP_VER%%/help/1033/wsacCmd.htm
+frontpage/version%%FP_VER%%/help/1033/wsacHeal.htm
+frontpage/version%%FP_VER%%/help/1033/wsacRole.htm
+frontpage/version%%FP_VER%%/help/1033/wsacSubw.htm
+frontpage/version%%FP_VER%%/help/1033/wsacUsag.htm
+frontpage/version%%FP_VER%%/help/1033/wsacWeb.htm
+frontpage/version%%FP_VER%%/help/1033/wsaextr0.htm
+frontpage/version%%FP_VER%%/help/1033/wsaextr1.htm
+frontpage/version%%FP_VER%%/help/1033/wsaextr2.htm
+frontpage/version%%FP_VER%%/help/1033/wsaextr3.htm
+frontpage/version%%FP_VER%%/help/1033/wsaextr4.htm
+frontpage/version%%FP_VER%%/help/1033/wsaextr5.htm
+frontpage/version%%FP_VER%%/help/1033/wsaextr6.htm
+frontpage/version%%FP_VER%%/help/1033/wsaextr7.htm
+frontpage/version%%FP_VER%%/help/1033/wsaextr8.htm
+frontpage/version%%FP_VER%%/help/1033/wsaextr9.htm
+frontpage/version%%FP_VER%%/help/1033/wsapAnon.htm
+frontpage/version%%FP_VER%%/help/1033/wsapHeal.htm
+frontpage/version%%FP_VER%%/help/1033/wsapHelC.htm
+frontpage/version%%FP_VER%%/help/1033/wsapHelM.htm
+frontpage/version%%FP_VER%%/help/1033/wsapRolC.htm
+frontpage/version%%FP_VER%%/help/1033/wsapRolG.htm
+frontpage/version%%FP_VER%%/help/1033/wsapRolM.htm
+frontpage/version%%FP_VER%%/help/1033/wsapRolU.htm
+frontpage/version%%FP_VER%%/help/1033/wsapRole.htm
+frontpage/version%%FP_VER%%/help/1033/wsapSubC.htm
+frontpage/version%%FP_VER%%/help/1033/wsapSubD.htm
+frontpage/version%%FP_VER%%/help/1033/wsapSubM.htm
+frontpage/version%%FP_VER%%/help/1033/wsapSubR.htm
+frontpage/version%%FP_VER%%/help/1033/wsapSubs.htm
+frontpage/version%%FP_VER%%/help/1033/wsapSubw.htm
+frontpage/version%%FP_VER%%/help/1033/wsapUsag.htm
+frontpage/version%%FP_VER%%/help/1033/wsapUser.htm
+frontpage/version%%FP_VER%%/help/1033/wsapUsgM.htm
+frontpage/version%%FP_VER%%/help/1033/wsapUsgT.htm
+frontpage/version%%FP_VER%%/help/1033/wsapUsrD.htm
+frontpage/version%%FP_VER%%/help/1033/wsapUsrE.htm
+frontpage/version%%FP_VER%%/help/1033/wsapUsrN.htm
+frontpage/version%%FP_VER%%/help/1033/wsapUsrV.htm
+frontpage/version%%FP_VER%%/help/1033/wsaphelp.htm
+frontpage/version%%FP_VER%%/help/1033/wsasearc.htm
+frontpage/version%%FP_VER%%/help/1033/wscopyrt.htm
+frontpage/version%%FP_VER%%/help/1033/wsgGloss.htm
+frontpage/version%%FP_VER%%/help/1033/wsgHome.htm
+frontpage/version%%FP_VER%%/help/1033/wsgIndex.htm
+frontpage/version%%FP_VER%%/help/1033/wsgTOC.htm
+frontpage/version%%FP_VER%%/help/1033/wsgTroub.htm
+frontpage/version%%FP_VER%%/help/1033/wsgcData.htm
+frontpage/version%%FP_VER%%/help/1033/wsgcOver.htm
+frontpage/version%%FP_VER%%/help/1033/wsgcPol.htm
+frontpage/version%%FP_VER%%/help/1033/wsgcRigh.htm
+frontpage/version%%FP_VER%%/help/1033/wsgcRole.htm
+frontpage/version%%FP_VER%%/help/1033/wsgcSec.htm
+frontpage/version%%FP_VER%%/help/1033/wsgcSite.htm
+frontpage/version%%FP_VER%%/help/1033/wsgcWeb.htm
+frontpage/version%%FP_VER%%/help/1033/wsgcWebs.htm
+frontpage/version%%FP_VER%%/help/1033/wsgcgens.htm
+frontpage/version%%FP_VER%%/help/1033/wsgextr1.htm
+frontpage/version%%FP_VER%%/help/1033/wsgextr2.htm
+frontpage/version%%FP_VER%%/help/1033/wsgextr3.htm
+frontpage/version%%FP_VER%%/help/1033/wsgextr4.htm
+frontpage/version%%FP_VER%%/help/1033/wsgextr5.htm
+frontpage/version%%FP_VER%%/help/1033/wsgextr6.htm
+frontpage/version%%FP_VER%%/help/1033/wsgextr7.htm
+frontpage/version%%FP_VER%%/help/1033/wsgextr8.htm
+frontpage/version%%FP_VER%%/help/1033/wsgextr9.htm
+frontpage/version%%FP_VER%%/help/1033/wsghow.htm
+frontpage/version%%FP_VER%%/help/1033/wsgindex.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpAuth.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpAuto.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpBkup.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpCnfg.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpCrea.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpData.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpDef.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpDel.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpDisc.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpExtd.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpHlth.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpLim.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpMrg.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpPass.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpPerf.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpRest.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpRigh.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpSMTP.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpScrp.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpSec.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpSet.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpSub.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpUnin.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpUpgd.htm
+frontpage/version%%FP_VER%%/help/1033/wsgpUsag.htm
+frontpage/version%%FP_VER%%/help/1033/wsgrAcc.htm
+frontpage/version%%FP_VER%%/help/1033/wsgrAcc2.htm
+frontpage/version%%FP_VER%%/help/1033/wsgrKey.htm
+frontpage/version%%FP_VER%%/help/1033/wsgrRigh.htm
+frontpage/version%%FP_VER%%/help/1033/wsgrRole.htm
+frontpage/version%%FP_VER%%/help/1033/wsgsearc.htm
+frontpage/version%%FP_VER%%/help/1033/wsphelp.htm
+frontpage/version%%FP_VER%%/nls/cp_1250.nls
+frontpage/version%%FP_VER%%/nls/cp_1251.nls
+frontpage/version%%FP_VER%%/nls/cp_1252.nls
+frontpage/version%%FP_VER%%/nls/cp_1253.nls
+frontpage/version%%FP_VER%%/nls/cp_1254.nls
+frontpage/version%%FP_VER%%/nls/cp_1255.nls
+frontpage/version%%FP_VER%%/nls/cp_1256.nls
+frontpage/version%%FP_VER%%/nls/cp_1257.nls
+frontpage/version%%FP_VER%%/nls/cp_1258.nls
+frontpage/version%%FP_VER%%/nls/cp_28592.nls
+frontpage/version%%FP_VER%%/nls/cp_28605.nls
+frontpage/version%%FP_VER%%/nls/cp_437.nls
+frontpage/version%%FP_VER%%/nls/cp_850.nls
+frontpage/version%%FP_VER%%/nls/cp_874.nls
+frontpage/version%%FP_VER%%/nls/cp_932.nls
+frontpage/version%%FP_VER%%/nls/cp_936.nls
+frontpage/version%%FP_VER%%/nls/cp_949.nls
+frontpage/version%%FP_VER%%/nls/cp_950.nls
+frontpage/version%%FP_VER%%/set_default_perms.sh
+@unexec if [ -f %B/upgrade_results.txt ] ; then rm -f %B/upgrade_results.txt ; fi
+@unexec if [ -f %B/fp_chown.sh ] ; then rm -f %B/fp_chown.sh ; fi
+@dirrm frontpage/version%%FP_VER%%/nls
+@dirrm frontpage/version%%FP_VER%%/help/1033
+@dirrm frontpage/version%%FP_VER%%/help
+@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_aut
+@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images
+@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm
+@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin
+@dirrm frontpage/version%%FP_VER%%/exes
+@dirrm frontpage/version%%FP_VER%%/bin
+@dirrm frontpage/version%%FP_VER%%/apache-fp/_vti_bin
+@dirrm frontpage/version%%FP_VER%%/apache-fp
+@dirrm frontpage/version%%FP_VER%%/apache2
+@dirrm frontpage/version%%FP_VER%%/admin/1033
+@dirrm frontpage/version%%FP_VER%%/admin
+@dirrm frontpage/version%%FP_VER%%
+@dirrm frontpage
+%%PORTDOCS%%%%DOCSDIR%%/readme.htm
+%%PORTDOCS%%%%DOCSDIR%%/readme_apache2.txt
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302050921.h159LXhV090875>