From owner-freebsd-ports-bugs Wed Feb 5 1:30:42 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5598A37B401 for ; Wed, 5 Feb 2003 01:30:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77A8343FA3 for ; Wed, 5 Feb 2003 01:30:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h159UENS026676 for ; Wed, 5 Feb 2003 01:30:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h159UEuU026675; Wed, 5 Feb 2003 01:30:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2901C37B401 for ; Wed, 5 Feb 2003 01:21:42 -0800 (PST) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B146E43FBD for ; Wed, 5 Feb 2003 01:21:40 -0800 (PST) (envelope-from admin@WBIw009.westbend.net) Received: from WBIw009.westbend.net (wbiw009 [216.47.253.29]) by mail.westbend.net (8.12.6/8.12.6) with ESMTP id h159LXSG034900 for ; Wed, 5 Feb 2003 03:21:33 -0600 (CST) (envelope-from admin@WBIw009.westbend.net) Received: from WBIw009.westbend.net (localhost [127.0.0.1]) by WBIw009.westbend.net (8.12.6/8.12.6) with ESMTP id h159LXvY090876 for ; Wed, 5 Feb 2003 03:21:33 -0600 (CST) (envelope-from admin@WBIw009.westbend.net) Received: (from root@localhost) by WBIw009.westbend.net (8.12.6/8.12.6/Submit) id h159LXhV090875; Wed, 5 Feb 2003 03:21:33 -0600 (CST) Message-Id: <200302050921.h159LXhV090875@WBIw009.westbend.net> Date: Wed, 5 Feb 2003 03:21:33 -0600 (CST) From: "Scot W. Hetzel" Reply-To: "Scot W. Hetzel" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47944: NEW PORT: mod_frontpage{13,20} Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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". + + +: +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, 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 + +.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 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 <AccessConfig /dev/null +

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.

+-

Note: To successfully install the FrontPage Server Extensions, you must set the AllowOveride value to "All" in the http.conf file.

++

Note: To successfully install the FrontPage Server Extensions, you must set the AllowOveride value to "All" in the httpd.conf file.

+

Top + of Section

+@@ -105,8 +105,7 @@ +

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.

++Services Administrator's Guide.

+

Top + of Section

+@@ -125,8 +124,7 @@ + of Page

+

SharePoint Team Services Administrator's Guide

+

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 Administrator's Guide. 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/.

++go to Microsoft Support.

+

Top + of Section

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 + ( 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