Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Jul 2003 20:38:42 +0200
From:      "Clement Laforet" <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/54038: [new port] www/gforge: Open Source collaborative software development tool
Message-ID:  <20030702183904.CE05E43FDF@mx1.FreeBSD.org>
Resent-Message-ID: <200307021840.h62Ie2sn076364@freefall.freebsd.org>

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

>Number:         54038
>Category:       ports
>Synopsis:       [new port] www/gforge: Open Source collaborative software development tool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 02 11:40:02 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD chuck.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sun Jun 22 01:48:26 CEST 2003 root@chuck.cultdeadsheep.org:/usr/obj/usr/src/sys/DARTH-VADER i386


	
>Description:
	GForge is an Open Source collaborative software development tool based on the latest 
	free version of sourceforge.

	http://gforge.org/
	this shar archive can be downloadable here:
	http://www.cultdeadsheep.org/FreeBSD/ports/download/gforge.shar

	Feedback, patches and ideas are welcome

>How-To-Repeat:
	N/A.
>Fix:

	

--- gforge.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gforge
#	gforge/Makefile
#	gforge/distinfo
#	gforge/pkg-descr
#	gforge/pkg-plist
#	gforge/files
#	gforge/files/patch-contrib-autoconf-configure.ac
#
echo c - gforge
mkdir -p gforge > /dev/null 2>&1
echo x - gforge/Makefile
sed 's/^X//' >gforge/Makefile << 'END-of-gforge/Makefile'
X# New ports collection makefile for:   	gforge
X# Date created:        			1 July 2003
X# Whom:                			Clement Laforet <sheepkiller@cultdeadsheep.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gforge
XPORTVERSION=	3.0
XCATEGORIES=	www devel
XMASTER_SITES=	http://gforge.org/download.php/37/
X
XMAINTAINER=	sheepkiller@cultdeadsheep.org
XCOMMENT=	Open Source collaborative software development tool
X
XRUN_DEPENDS= 	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \
X		${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4 \
X		${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \
X		${LOCALBASE}/share/jpgraph/imgdata_balls.inc:${PORTSDIR}/graphics/jpgraph
X
XUSE_BZIP2=		YES
XUSE_REINPLACE=  	YES
XUSE_PERL= 		YES
XHAS_CONFIGURE=		YES
XUSE_AUTOCONF=		YES
XWANT_AUTOCONF_VER= 	253
XNO_BUILD=		YES
X
X.if defined(WITH_APACHE2)
XMOD_DIR=	libexec/apache2
X.else
XMOD_DIR=	libexec/apache
X.endif
X
XMOD_PHP=	${LOCALBASE}/${MOD_DIR}/libphp4.so
XBIN_PHP=	${LOCALBASE}/bin/php
XPQ_LIB=		${LOCALBASE}/lib/libpq.so
X
XIS_INTERACTIVE=	"${PORTNAME} need at least PostgreSQL support"
X
X.include <bsd.port.pre.mk>
X
X### Misc check
X.if !exists(${MOD_PHP}) && !exists(${BIN_PHP})
XIGNORE=		"You MUST have installed PHP from lang/php4 \(mod_php et php-cli are required\)"
X.endif
X.if !exists(${PQ_LIB})
XIGNORE+=	"PHP needs PostgreSQL support"
X.endif
X
X.if defined(WITH_JABBER)
XCONFIGURE_ARGS+= --enable-jabber
XRUN_DEPENDS+=	${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
X.endif
X
X.if defined(WITH_MAILMAN)
XRUN_DEPENDS=	${LOCALBASE}/mailman:${PORTSDIR}/mail/mailman
X.endif
X
XWWW_ROOT?=	www
XHOME_DIR?=	/home/gforge
XBACKENDS?=	share/${PORTNAME}/backends
XBACKEND_DIR=	${PREFIX}/${BACKENDS}
XETC_DIR?=	etc/gforge
XPLIST_SUB=	WWW_ROOT=${WWW_ROOT} BACKEND_DIR="${BACKENDS}" ETC_DIR=${ETC_DIR}
X
XWWWROOT=	${PREFIX}/${WWW_ROOT}
XETCDIR=		${PREFIX}/${ETC_DIR}
X
XDOMAINNAME?=	`hostname | cut -f 2,3 -d "."`
X
XCONFIGURE_WRKSRC= ${WRKSRC}/contrib/autoconf
XCONFIGURE_ARGS=	--enable-defaults=FreeBSD --with-domain-name=${DOMAINNAME} \
X		--with-sys-path-to-jpgraph=${LOCALBASE}/share/jpgraph/
XCONFIGURE_ENV+=	"WWWROOT=${WWWROOT}/gforge"
X
XWWW_STUFF=	common www
XBACKEND_STUFF=	backend cronjobs monitor utils
XSHARE_STUFF=	contrib db
X
Xpre-everything:
X.if defined(SYSTEM_NAME)
X	CONFIGURE_ARGS+= --with-sys-name=${SYSTEM_NAME}
X.else
X	@${ECHO_MSG} "You can set your system name with SYSTEM_NAME=<your name>"
X.endif
X
Xpost-patch:
X	@${ECHO_MSG} "    ==> Patching CLI php scripts"
X	@${FIND} ${WRKSRC} -name "*.php" | ${XARGS} ${REINPLACE_CMD} -e \
X		"s,/usr/bin/php4,${LOCALBASE}/bin/php,"
X	@${FIND} ${WRKSRC} -name "*.php" | ${XARGS} ${REINPLACE_CMD} -e \
X		"s,/usr/bin/php,${LOCALBASE}/bin/php,"
X	@${ECHO_MSG} "    ==> Patching patches"
X	@${FIND} ${WRKSRC} -name "*.patch" | ${XARGS} ${REINPLACE_CMD} -e \
X		"s,/usr/bin/php,${LOCALBASE}/bin/php,"
X	@${ECHO_MSG} "    ==> Patching perl scripts"
X	@${FIND} ${WRKSRC} -name "*.pl" | ${XARGS} ${REINPLACE_CMD} -e \
X		"s,/usr/bin/perl,${PERL},"
X.for file in utils/groupCreator utils/ldap/ldap-clean utils/ldap/ldap-del-user utils/ldap/ldap-dump utils/ldap/ldap-import utils/ldap/ldap-check-replica monitor/systemdaemon
X	@${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL}," ${WRKSRC}/${file}
X.endfor
X	@${ECHO_MSG} "    ==> preparing blah"
X	@${REINPLACE_CMD} -e "s,/usr/bin/wget,${LOCALBASE}/wget," ${WRKSRC}/utils/mailing_lists_create.pl
X	@${REINPLACE_CMD} -e "s,/usr/bin:/usr/games:/bin,${PATH}," ${WRKSRC}/monitor/systemdaemon
X.for file in backend/include.pl utils/include.pl www/include/BaseLanguage.class www/include/pre.php www/include/squal_pre.php
X	@${REINPLACE_CMD} -e "s,/etc/gforge,${ETCDIR},g" ${WRKSRC}/${file}
X.endfor
X
Xpost-configure:
X	@${ECHO_MSG} "    ==> Preparing crontabs"
X.for CRONFILE in README README.root
X	@${REINPLACE_CMD} -e "s,~/alexandria,${BACKEND_DIR},g" ${WRKSRC}/cronjobs/${CRONFILE}
X.endfor
X	@${ECHO_MSG} "    ==> Cleaning useless file"
X	@${FIND} ${WRKSRC} -name "*.bak" | ${XARGS} ${RM} -f
X.for file in autom4te.cache configure.ac.orig configure.lineno config.log
X	${RM} -fv ${WRKSRC}/contrib/autoconf/${file}
X.endfor
X
Xdo-install:
X	${MKDIR} ${ETCDIR}
X	@${CP} ${WRKSRC}/contrib/autoconf/local.inc ${ETCDIR}/local.inc-dist
X	@${CP} ${WRKSRC}/contrib/autoconf/sample-apache.vhost ${ETCDIR}/sample-apache.vhost-dist
X.for dir in ${WWW_STUFF}
X	${MKDIR} ${WWWROOT}/gforge/${dir}
X	@${CP} -Rvf ${WRKSRC}/${dir}/* ${WWWROOT}/gforge/${dir}
X.endfor
X.for dir in ${BACKEND_STUFF}
X	${MKDIR} ${BACKEND_DIR}/${dir}
X	@${CP} -Rvf ${WRKSRC}/${dir}/* ${BACKEND_DIR}/${dir}
X.endfor
X.for dir in ${SHARE_STUFF}
X	@${MKDIR} ${DATADIR}/${dir}
X	@${CP} -Rvf ${WRKSRC}/${dir}/* ${DATADIR}/${dir}
X.endfor
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@${CP} -Rvf ${WRKSRC}/docs/* ${DOCSDIR}
X.endif
X
Xpost-install:
X	@${ECHO_MSG} "----------------------------------------------------"
X	@${ECHO_MSG} "To start using gforge just copy ${ETCDIR}/local.in"
X	@${ECHO_MSG} "to ${ETCDIR}/local.in and edit it.
X	@${ECHO_MSG} "A sample apache virtualhost can be found here:"
X	@${ECHO_MSG} "${ETCDIR}/sample-apache.vhost-dist"
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "Usefull files:"
X	@${ECHO_MSG} "database template: ${DATADIR}/db/gforge3.sql"
X	@${ECHO_MSG} "crontab templates: ${BACKEND_DIR}/cronjobs/README.*"
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "gforge is a huge project and complex to configure."
X	@${ECHO_MSG} "If you have some great ideas for this port please"
X	@${ECHO_MSG} "contract me directly (${MAINTAINER})."
X	@${ECHO_MSG} "----------------------------------------------------"
X
X.include <bsd.port.post.mk>
END-of-gforge/Makefile
echo x - gforge/distinfo
sed 's/^X//' >gforge/distinfo << 'END-of-gforge/distinfo'
XMD5 (gforge-3.0.tar.bz2) = b03af8927869a0e38eae63117d10c01c
END-of-gforge/distinfo
echo x - gforge/pkg-descr
sed 's/^X//' >gforge/pkg-descr << 'END-of-gforge/pkg-descr'
XGForge is an Open Source collaborative software development tool, 
Xwhich allows you to organize and manage any number of software 
Xdevelopment projects. It's perfect for managing large teams of 
Xsoftware engineers and/or engineers scattered among multiple 
Xlocations.
X
XWWW: http://gforge.org
END-of-gforge/pkg-descr
echo x - gforge/pkg-plist
sed 's/^X//' >gforge/pkg-plist << 'END-of-gforge/pkg-plist'
X%%ETC_DIR%%/local.inc-dist
X%%ETC_DIR%%/sample-apache.vhost-dist
X%%BACKEND_DIR%%/backend/zones/aliases.zone
X%%BACKEND_DIR%%/backend/zones/dns.zone
X%%BACKEND_DIR%%/backend/zones/httpd.conf.zone
X%%BACKEND_DIR%%/backend/zones/sendmail.cw.zone
X%%BACKEND_DIR%%/backend/shell/apache.sh
X%%BACKEND_DIR%%/backend/include.pl
X%%BACKEND_DIR%%/backend/DatabaseDump.pl
X%%BACKEND_DIR%%/cronjobs/mail/mailaliases.php
X%%BACKEND_DIR%%/cronjobs/mail/mailing_lists_create.php
X%%BACKEND_DIR%%/cronjobs/mail/README.txt
X%%BACKEND_DIR%%/cronjobs/cvs-cron/cvscreate.sh
X%%BACKEND_DIR%%/cronjobs/cvs-cron/cvs.php
X%%BACKEND_DIR%%/cronjobs/cvs-cron/grap.c
X%%BACKEND_DIR%%/cronjobs/cvs-cron/history_parse.php
X%%BACKEND_DIR%%/cronjobs/cvs-cron/ssh_create.php
X%%BACKEND_DIR%%/cronjobs/cvs-cron/usergroup.php
X%%BACKEND_DIR%%/cronjobs/stats_projects.inc
X%%BACKEND_DIR%%/cronjobs/stats_projects-backfill.php
X%%BACKEND_DIR%%/cronjobs/site_stats.php
X%%BACKEND_DIR%%/cronjobs/rotate_activity.php
X%%BACKEND_DIR%%/cronjobs/rating_stats.php
X%%BACKEND_DIR%%/cronjobs/project_weekly_metric.php
X%%BACKEND_DIR%%/cronjobs/project_weekly_metric-backfill.php
X%%BACKEND_DIR%%/cronjobs/project_cleanup.php
X%%BACKEND_DIR%%/cronjobs/massmail.php
X%%BACKEND_DIR%%/cronjobs/db_trove_maint.php
X%%BACKEND_DIR%%/cronjobs/db_stats_agg.php
X%%BACKEND_DIR%%/cronjobs/db_project_sums.php
X%%BACKEND_DIR%%/cronjobs/check_stale_tracker_items.php
X%%BACKEND_DIR%%/cronjobs/calculate_user_metric.php
X%%BACKEND_DIR%%/cronjobs/README
X%%BACKEND_DIR%%/cronjobs/README.root
X%%BACKEND_DIR%%/cronjobs/vacuum.php
X%%BACKEND_DIR%%/cronjobs/stats_site.inc
X%%BACKEND_DIR%%/monitor/systemdaemon
X%%BACKEND_DIR%%/monitor/check-system.pl
X%%BACKEND_DIR%%/utils/underworld-dummy/ssh_dump.pl
X%%BACKEND_DIR%%/utils/underworld-dummy/dns_conf.pl
X%%BACKEND_DIR%%/utils/underworld-dummy/dump_database.pl
X%%BACKEND_DIR%%/utils/underworld-dummy/ia64_dump.pl
X%%BACKEND_DIR%%/utils/underworld-dummy/mail_aliases.pl
X%%BACKEND_DIR%%/utils/underworld-dummy/mailing_lists_dump.pl
X%%BACKEND_DIR%%/utils/underworld-dummy/new_aliases.pl
X%%BACKEND_DIR%%/utils/underworld-dummy/aliases.zone
X%%BACKEND_DIR%%/utils/cvs1/cvscreate.sh
X%%BACKEND_DIR%%/utils/cvs1/cvstar_genlist.pl
X%%BACKEND_DIR%%/utils/cvs1/cvstar_superscript.pl
X%%BACKEND_DIR%%/utils/fixscripts/upgrade_bug_data.php
X%%BACKEND_DIR%%/utils/fixscripts/fix_image_data.php
X%%BACKEND_DIR%%/utils/fixscripts/tools_data_cleanup.php
X%%BACKEND_DIR%%/utils/fixscripts/fix_broken_uids.php
X%%BACKEND_DIR%%/utils/fixscripts/upgrade_filerelease_data.php
X%%BACKEND_DIR%%/utils/fixscripts/upgrade_forum_data.php
X%%BACKEND_DIR%%/utils/fixscripts/upgrade_task_data.php
X%%BACKEND_DIR%%/utils/ldap/ldap-check-replica
X%%BACKEND_DIR%%/utils/ldap/ldap-clean
X%%BACKEND_DIR%%/utils/ldap/ldap-del-user
X%%BACKEND_DIR%%/utils/ldap/ldap-dump
X%%BACKEND_DIR%%/utils/ldap/ldap-import
X%%BACKEND_DIR%%/utils/ldap/sql2ldif.pl
X%%BACKEND_DIR%%/utils/cvs.txt
X%%BACKEND_DIR%%/utils/new_aliases_parse.pl
X%%BACKEND_DIR%%/utils/missing_L10n.pl
X%%BACKEND_DIR%%/utils/mailing_lists_create.pl
X%%BACKEND_DIR%%/utils/sffingerd.c
X%%BACKEND_DIR%%/utils/include.pl
X%%BACKEND_DIR%%/utils/groupCreator
X%%BACKEND_DIR%%/utils/grap.c
X%%BACKEND_DIR%%/utils/sort_file.pl
X%%BACKEND_DIR%%/utils/default_page.php
X%%BACKEND_DIR%%/utils/decode_images.sh
X%%BACKEND_DIR%%/utils/ssh_create.pl
X%%BACKEND_DIR%%/utils/new_parse.pl
X%%DATADIR%%/contrib/autoconf/config.status
X%%DATADIR%%/contrib/autoconf/configure
X%%DATADIR%%/contrib/autoconf/configure.ac
X%%DATADIR%%/contrib/autoconf/local.inc
X%%DATADIR%%/contrib/autoconf/local.inc.in
X%%DATADIR%%/contrib/autoconf/sample-apache.vhost
X%%DATADIR%%/contrib/autoconf/sample-apache.vhost.in
X%%DATADIR%%/contrib/autoconf/README.configure
X%%DATADIR%%/contrib/userlist.README
X%%DATADIR%%/contrib/tracker-cc.patch
X%%DATADIR%%/contrib/tracker-cc.README
X%%DATADIR%%/contrib/gforge-3.0-php_path.patch
X%%DATADIR%%/contrib/gforge-3.0-local_config.patch
X%%DATADIR%%/contrib/userlist.patch
X%%DATADIR%%/contrib/gforge-3.0-cronjobs.patch
X%%DATADIR%%/contrib/cmd-line-prototype.tar.gz
X%%DATADIR%%/contrib/beta1_install_from_scratch_install.php
X%%DATADIR%%/contrib/beta1_install_from_scratch.txt
X%%DATADIR%%/contrib/gforge-3.0-init_sql.patch
X%%DATADIR%%/db/SQL_2.5/DefaultValues_2_5.sql
X%%DATADIR%%/db/SQL_2.5/SourceForge_2_5.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010511.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/artifact-conversion.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/artifact-convert-files.php
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/artifact-fkeys.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/artifact-man.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20001209.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20001214.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20001220.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010109.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010112.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010126.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010206.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010301.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010304.NOTE
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010305.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010313.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010317.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010409.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010412.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010507.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010509.sql
X%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/README
X%%DATADIR%%/db/SQL_2.6/user_rating.sql
X%%DATADIR%%/db/SQL_2.6/SourceForge.sql
X%%DATADIR%%/db/SQL_2.6/dbusers.sql
X%%DATADIR%%/db/SQL_2.6/languages.tab
X%%DATADIR%%/db/SQL_2.6/replicate.sh
X%%DATADIR%%/db/SQL_2.6/replication-master.sql
X%%DATADIR%%/db/SQL_2.6/replication-reset-master.sql
X%%DATADIR%%/db/SQL_2.6/replication-reset-slave.sql
X%%DATADIR%%/db/SQL_2.6/replication-slave.sql
X%%DATADIR%%/db/SQL_2.6/replication.plan
X%%DATADIR%%/db/SQL_2.6/trove_cat.tab
X%%DATADIR%%/db/SQL_2.6/DefaultValues.sql
X%%DATADIR%%/db/oci8port/pssonline/DefaultValues.sql
X%%DATADIR%%/db/oci8port/pssonline/Languages.sql
X%%DATADIR%%/db/oci8port/pssonline/SourceForge.sql
X%%DATADIR%%/db/oci8port/pssonline/database-oci8.php
X%%DATADIR%%/db/oci8port/pssonline/trove_defaults.sql
X%%DATADIR%%/db/oci8port/shaguo/SourceForge2.5_oci8.sql
X%%DATADIR%%/db/oci8port/shaguo/SourceForge2.5oci8-Trigger_auto.sql
X%%DATADIR%%/db/oci8port/shaguo/SourceForge2.5oci8-Trigger_er.sql
X%%DATADIR%%/db/oci8port/shaguo/database.php
X%%DATADIR%%/db/oci8port/shaguo/pgdb-convert.pl
X%%DATADIR%%/db/20030513.sql
X%%DATADIR%%/db/20030312.sql
X%%DATADIR%%/db/20030209.sql
X%%DATADIR%%/db/20030131.sql
X%%DATADIR%%/db/20030115.sql
X%%DATADIR%%/db/20030113.sql
X%%DATADIR%%/db/20030113-drops.sql
X%%DATADIR%%/db/20030112.sql
X%%DATADIR%%/db/20030109.sql
X%%DATADIR%%/db/20030107.sql
X%%DATADIR%%/db/20030105.sql
X%%DATADIR%%/db/20030102.sql
X%%DATADIR%%/db/20030102-drops.sql
X%%DATADIR%%/db/20021230.sql
X%%DATADIR%%/db/20021223.sql
X%%DATADIR%%/db/20021223-drops.sql
X%%DATADIR%%/db/20021216.sql
X%%DATADIR%%/db/20021215.sql
X%%DATADIR%%/db/20021214.sql
X%%DATADIR%%/db/20021213_doc_data-migrate.php
X%%DATADIR%%/db/20021213.sql
X%%DATADIR%%/db/20021212.sql
X%%DATADIR%%/db/20021125.sql
X%%DATADIR%%/db/20021124-3_gforge-debian-sf-sync.sql
X%%DATADIR%%/db/20021124-2_theming.sql
X%%DATADIR%%/db/20021124-1_drop_foundry.sql
X%%DATADIR%%/db/gforge3.sql
X%%DATADIR%%/db/gforge2.6.sql
X%%DATADIR%%/db/README
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactsForUser.class
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactCanned.class
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactCategory.class
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactFile.class
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactFromID.class
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactGroup.class
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactResolution.class
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactType.class
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactTypes.class
X%%WWW_ROOT%%/gforge/common/tracker/Artifacts.class
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactTypeFactory.class
X%%WWW_ROOT%%/gforge/common/tracker/ArtifactFactory.class
X%%WWW_ROOT%%/gforge/common/tracker/Artifact.class
X%%WWW_ROOT%%/gforge/common/pm/ProjectTask.class
X%%WWW_ROOT%%/gforge/common/pm/ProjectGroup.class
X%%WWW_ROOT%%/gforge/common/pm/ProjectGroupFactory.class
X%%WWW_ROOT%%/gforge/common/pm/ProjectCategory.class
X%%WWW_ROOT%%/gforge/common/pm/ProjectTaskFactory.class
X%%WWW_ROOT%%/gforge/common/pm/Validator.class
X%%WWW_ROOT%%/gforge/common/pm/ProjectTasksForUser.class
X%%WWW_ROOT%%/gforge/common/include/cvsweb/DirectoryHandler.class
X%%WWW_ROOT%%/gforge/common/include/cvsweb/ErrorHandler.class
X%%WWW_ROOT%%/gforge/common/include/cvsweb/FileHandler.class
X%%WWW_ROOT%%/gforge/common/include/cvsweb/RCSHandler.class
X%%WWW_ROOT%%/gforge/common/include/Group.class
X%%WWW_ROOT%%/gforge/common/include/Jabber.class
X%%WWW_ROOT%%/gforge/common/include/Permission.class
X%%WWW_ROOT%%/gforge/common/include/Plugin.class
X%%WWW_ROOT%%/gforge/common/include/PluginManager.class
X%%WWW_ROOT%%/gforge/common/include/User.class
X%%WWW_ROOT%%/gforge/common/include/account.php
X%%WWW_ROOT%%/gforge/common/include/database.php
X%%WWW_ROOT%%/gforge/common/include/ldap.php
X%%WWW_ROOT%%/gforge/common/include/session.php
X%%WWW_ROOT%%/gforge/common/include/timezones.php
X%%WWW_ROOT%%/gforge/common/include/utils.php
X%%WWW_ROOT%%/gforge/common/include/vars.php
X%%WWW_ROOT%%/gforge/common/include/GForge.class
X%%WWW_ROOT%%/gforge/common/include/Error.class
X%%WWW_ROOT%%/gforge/common/include/Stats.class
X%%WWW_ROOT%%/gforge/common/frs/FRSFile.class
X%%WWW_ROOT%%/gforge/common/frs/FRSPackage.class
X%%WWW_ROOT%%/gforge/common/frs/FRSRelease.class
X%%WWW_ROOT%%/gforge/common/forum/Forum.class
X%%WWW_ROOT%%/gforge/common/forum/ForumFactory.class
X%%WWW_ROOT%%/gforge/common/forum/ForumMessage.class
X%%WWW_ROOT%%/gforge/common/forum/ForumMessageFactory.class
X%%WWW_ROOT%%/gforge/common/forum/ForumsForUser.class
X%%WWW_ROOT%%/gforge/common/docman/Document.class
X%%WWW_ROOT%%/gforge/common/docman/DocumentFactory.class
X%%WWW_ROOT%%/gforge/common/docman/DocumentGroup.class
X%%WWW_ROOT%%/gforge/www/register/index.php
X%%WWW_ROOT%%/gforge/www/register/projectinfo.php
X%%WWW_ROOT%%/gforge/www/help/index.php
X%%WWW_ROOT%%/gforge/www/help/tracker.php
X%%WWW_ROOT%%/gforge/www/help/trove_cat.php
X%%WWW_ROOT%%/gforge/www/forum/admin/index.php
X%%WWW_ROOT%%/gforge/www/forum/include/ForumHTML.class
X%%WWW_ROOT%%/gforge/www/forum/index.php
X%%WWW_ROOT%%/gforge/www/forum/message.php
X%%WWW_ROOT%%/gforge/www/forum/monitor.php
X%%WWW_ROOT%%/gforge/www/forum/new.php
X%%WWW_ROOT%%/gforge/www/forum/save.php
X%%WWW_ROOT%%/gforge/www/forum/forum.php
X%%WWW_ROOT%%/gforge/www/export/patch_dump.php
X%%WWW_ROOT%%/gforge/www/export/nitf_sfforums.php
X%%WWW_ROOT%%/gforge/www/export/projhtml.php
X%%WWW_ROOT%%/gforge/www/export/projnews.php
X%%WWW_ROOT%%/gforge/www/export/rss_sfnewreleases.php
X%%WWW_ROOT%%/gforge/www/export/rss_sfnews.php
X%%WWW_ROOT%%/gforge/www/export/rss_sfprojects.php
X%%WWW_ROOT%%/gforge/www/export/rss_utils.inc
X%%WWW_ROOT%%/gforge/www/export/sf_forum_0.1.dtd
X%%WWW_ROOT%%/gforge/www/export/sf_forum_0.1.dtd.txt
X%%WWW_ROOT%%/gforge/www/export/sf_tracker_export.php
X%%WWW_ROOT%%/gforge/www/export/sf_tracker_export.xsd
X%%WWW_ROOT%%/gforge/www/export/trove_tree.php
X%%WWW_ROOT%%/gforge/www/export/trove_tree_0.1.dtd
X%%WWW_ROOT%%/gforge/www/export/index.php
X%%WWW_ROOT%%/gforge/www/top/index.php
X%%WWW_ROOT%%/gforge/www/top/mostactive.php
X%%WWW_ROOT%%/gforge/www/top/toplist.php
X%%WWW_ROOT%%/gforge/www/top/topusers.php
X%%WWW_ROOT%%/gforge/www/docman/admin/index.php
X%%WWW_ROOT%%/gforge/www/docman/include/doc_utils.php
X%%WWW_ROOT%%/gforge/www/docman/index.php
X%%WWW_ROOT%%/gforge/www/docman/new.php
X%%WWW_ROOT%%/gforge/www/docman/view.php
X%%WWW_ROOT%%/gforge/www/docman/display_doc.php
X%%WWW_ROOT%%/gforge/www/developer/diary.php
X%%WWW_ROOT%%/gforge/www/developer/index.php
X%%WWW_ROOT%%/gforge/www/developer/monitor.php
X%%WWW_ROOT%%/gforge/www/developer/rate.php
X%%WWW_ROOT%%/gforge/www/softwaremap/index.php
X%%WWW_ROOT%%/gforge/www/softwaremap/trove_list.php
X%%WWW_ROOT%%/gforge/www/snippet/submit.php
X%%WWW_ROOT%%/gforge/www/snippet/addversion.php
X%%WWW_ROOT%%/gforge/www/snippet/browse.php
X%%WWW_ROOT%%/gforge/www/snippet/delete.php
X%%WWW_ROOT%%/gforge/www/snippet/detail.php
X%%WWW_ROOT%%/gforge/www/snippet/download.php
X%%WWW_ROOT%%/gforge/www/snippet/index.php
X%%WWW_ROOT%%/gforge/www/snippet/package.php
X%%WWW_ROOT%%/gforge/www/snippet/snippet-er-diagram.sda
X%%WWW_ROOT%%/gforge/www/snippet/snippet-plan.txt
X%%WWW_ROOT%%/gforge/www/snippet/snippet_utils.php
X%%WWW_ROOT%%/gforge/www/snippet/add_snippet_to_package.php
X%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_add.php
X%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_edit.php
X%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_list.php
X%%WWW_ROOT%%/gforge/www/admin/add_language.php
X%%WWW_ROOT%%/gforge/www/admin/admin_table.php
X%%WWW_ROOT%%/gforge/www/admin/admin_utils.php
X%%WWW_ROOT%%/gforge/www/admin/admintabfiles.php
X%%WWW_ROOT%%/gforge/www/admin/approve-pending.php
X%%WWW_ROOT%%/gforge/www/admin/database.php
X%%WWW_ROOT%%/gforge/www/admin/edit_frs_filetype.php
X%%WWW_ROOT%%/gforge/www/admin/edit_frs_processor.php
X%%WWW_ROOT%%/gforge/www/admin/edit_frs_theme.php
X%%WWW_ROOT%%/gforge/www/admin/edit_supported_languages.php
X%%WWW_ROOT%%/gforge/www/admin/edittabfiles.php
X%%WWW_ROOT%%/gforge/www/admin/groupedit.php
X%%WWW_ROOT%%/gforge/www/admin/grouplist.php
X%%WWW_ROOT%%/gforge/www/admin/index.php
X%%WWW_ROOT%%/gforge/www/admin/loadtabfiles.php
X%%WWW_ROOT%%/gforge/www/admin/massmail-old.php
X%%WWW_ROOT%%/gforge/www/admin/massmail.php
X%%WWW_ROOT%%/gforge/www/admin/massmail_execute.php
X%%WWW_ROOT%%/gforge/www/admin/responses_admin.php
X%%WWW_ROOT%%/gforge/www/admin/search.php
X%%WWW_ROOT%%/gforge/www/admin/seetabfiles.php
X%%WWW_ROOT%%/gforge/www/admin/unsubscribe.php
X%%WWW_ROOT%%/gforge/www/admin/useredit.php
X%%WWW_ROOT%%/gforge/www/admin/userlist.php
X%%WWW_ROOT%%/gforge/www/admin/vhost.php
X%%WWW_ROOT%%/gforge/www/admin/editdouble.php
X%%WWW_ROOT%%/gforge/www/admin/editnotinbasetabfiles.php
X%%WWW_ROOT%%/gforge/www/admin/editnotranstabfiles.php
X%%WWW_ROOT%%/gforge/www/admin/edittranstabfiles.php
X%%WWW_ROOT%%/gforge/www/admin/gettabfiles.php
X%%WWW_ROOT%%/gforge/www/admin/seenotinbasetabfiles.php
X%%WWW_ROOT%%/gforge/www/admin/seenotranstabfiles.php
X%%WWW_ROOT%%/gforge/www/admin/seetranstabfiles.php
X%%WWW_ROOT%%/gforge/www/account/verify.php
X%%WWW_ROOT%%/gforge/www/account/change_email.php
X%%WWW_ROOT%%/gforge/www/account/change_pw.php
X%%WWW_ROOT%%/gforge/www/account/editsshkeys.php
X%%WWW_ROOT%%/gforge/www/account/first.php
X%%WWW_ROOT%%/gforge/www/account/index.php
X%%WWW_ROOT%%/gforge/www/account/login.php
X%%WWW_ROOT%%/gforge/www/account/logout.php
X%%WWW_ROOT%%/gforge/www/account/lostlogin.php
X%%WWW_ROOT%%/gforge/www/account/lostpw.php
X%%WWW_ROOT%%/gforge/www/account/pending-resend.php
X%%WWW_ROOT%%/gforge/www/account/register.php
X%%WWW_ROOT%%/gforge/www/account/setlang.php
X%%WWW_ROOT%%/gforge/www/account/unsubscribe.php
X%%WWW_ROOT%%/gforge/www/account/change_email-complete.php
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomleft.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomright-inner.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomright.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topleft-dark.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topleft-inner-dark.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topleft-inner.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topleft.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-dark.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-inner-dark.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-inner.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomleft-inner.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/forum20w.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/caret.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/cfolder15.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/check.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/cvs16b.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/docman16b.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/ftp16b.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/halfcheck.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/home16b.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/index.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/mail16b.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/mail16d.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/mail16w.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/manual16c.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/ofolder15.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/pencil.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/save.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/survey16b.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash-x.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/write16w.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/xmail16w.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/taskman20g.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/taskman20w.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/tracker20g.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/tracker20w.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/forum20g.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/msg.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/fr_login.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/fr_logout.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/fr_myaccount.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/fr_newaccount.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/login.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/logo.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/logout.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/myaccount.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/newaccount.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/t.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/t2.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/it_login.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/it_logout.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/it_myaccount.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/it_newaccount.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/images/clear.png
X%%WWW_ROOT%%/gforge/www/themes/gforge/Theme.class
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/forum20w.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Bugs.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Docs.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Files.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Forums.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Homepage.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Lists.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/News.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Patches.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Summary.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Support.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Surveys.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Tasks.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Tracker.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/caret.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/cfolder15.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/check.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/cvs16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/docman16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/ftp16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/halfcheck.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/home16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/index.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/mail16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/mail16d.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/manual16c.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/CVS.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/ofolder15.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/pencil.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/save.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/survey16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/taskman20g.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/trash-x.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/trash.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/taskman20w.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/tracker20g.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/tracker20w.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/forum20g.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Admin.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/taskman16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/docman16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/ftp16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/home16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/mail16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/mail16d.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/manual16c.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/notes16.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/survey16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/cvs16b.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/select.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/leftblenddeselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/leftblendselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/leftdeselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/leftselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/rightblenddeselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/rightblendselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/rightdeselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/rightselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/ruledeselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/ruleselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/deselect.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/clear.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/logo.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/logohover.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/point1.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/rateit.png
X%%WWW_ROOT%%/gforge/www/themes/osx/images/background.png
X%%WWW_ROOT%%/gforge/www/themes/osx/Theme.class
X%%WWW_ROOT%%/gforge/www/themes/osx/README
X%%WWW_ROOT%%/gforge/www/themes/index.php
X%%WWW_ROOT%%/gforge/www/search/index.php
X%%WWW_ROOT%%/gforge/www/scm/index.php
X%%WWW_ROOT%%/gforge/www/scm/controller.php
X%%WWW_ROOT%%/gforge/www/scm/controlleroo.php
X%%WWW_ROOT%%/gforge/www/scm/viewFile.php
X%%WWW_ROOT%%/gforge/www/images/ic/write16w.png
X%%WWW_ROOT%%/gforge/www/images/ic/cfolder15.png
X%%WWW_ROOT%%/gforge/www/images/ic/check.png
X%%WWW_ROOT%%/gforge/www/images/ic/cvs16b.png
X%%WWW_ROOT%%/gforge/www/images/ic/docman16b.png
X%%WWW_ROOT%%/gforge/www/images/ic/ftp16b.png
X%%WWW_ROOT%%/gforge/www/images/ic/halfcheck.png
X%%WWW_ROOT%%/gforge/www/images/ic/home16b.png
X%%WWW_ROOT%%/gforge/www/images/ic/index.png
X%%WWW_ROOT%%/gforge/www/images/ic/mail16b.png
X%%WWW_ROOT%%/gforge/www/images/ic/mail16d.png
X%%WWW_ROOT%%/gforge/www/images/ic/mail16w.png
X%%WWW_ROOT%%/gforge/www/images/ic/manual16c.png
X%%WWW_ROOT%%/gforge/www/images/ic/notes16.png
X%%WWW_ROOT%%/gforge/www/images/ic/ofolder15.png
X%%WWW_ROOT%%/gforge/www/images/ic/pencil.png
X%%WWW_ROOT%%/gforge/www/images/ic/save.png
X%%WWW_ROOT%%/gforge/www/images/ic/support16b.jpg
X%%WWW_ROOT%%/gforge/www/images/ic/survey16b.png
X%%WWW_ROOT%%/gforge/www/images/ic/taskman16b.png
X%%WWW_ROOT%%/gforge/www/images/ic/trash-x.png
X%%WWW_ROOT%%/gforge/www/images/ic/trash.png
X%%WWW_ROOT%%/gforge/www/images/ic/msg.png
X%%WWW_ROOT%%/gforge/www/images/ic/xmail16w.png
X%%WWW_ROOT%%/gforge/www/images/ic/forum20g.png
X%%WWW_ROOT%%/gforge/www/images/ic/forum20w.png
X%%WWW_ROOT%%/gforge/www/images/ic/taskman20g.png
X%%WWW_ROOT%%/gforge/www/images/ic/taskman20w.png
X%%WWW_ROOT%%/gforge/www/images/ic/tracker20g.png
X%%WWW_ROOT%%/gforge/www/images/ic/tracker20w.png
X%%WWW_ROOT%%/gforge/www/images/ic/caret.png
X%%WWW_ROOT%%/gforge/www/images/blank.png
X%%WWW_ROOT%%/gforge/www/images/clear.png
X%%WWW_ROOT%%/gforge/www/images/debian-sf-icon.png
X%%WWW_ROOT%%/gforge/www/images/favicon.ico
X%%WWW_ROOT%%/gforge/www/images/gantt.png
X%%WWW_ROOT%%/gforge/www/images/gforge.jpg
X%%WWW_ROOT%%/gforge/www/images/icon.png
X%%WWW_ROOT%%/gforge/www/images/msg.png
X%%WWW_ROOT%%/gforge/www/images/sf-for-debian.png
X%%WWW_ROOT%%/gforge/www/images/t.png
X%%WWW_ROOT%%/gforge/www/images/t2.png
X%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactFileHtml.class
X%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactHtml.class
X%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactTypeHtml.class
X%%WWW_ROOT%%/gforge/www/tracker/reporting/index.php
X%%WWW_ROOT%%/gforge/www/tracker/admin/index.php
X%%WWW_ROOT%%/gforge/www/tracker/download.php
X%%WWW_ROOT%%/gforge/www/tracker/index.php
X%%WWW_ROOT%%/gforge/www/tracker/mod.php
X%%WWW_ROOT%%/gforge/www/tracker/browse.php
X%%WWW_ROOT%%/gforge/www/tracker/taskmgr.php
X%%WWW_ROOT%%/gforge/www/tracker/add.php
X%%WWW_ROOT%%/gforge/www/tracker/detail.php
X%%WWW_ROOT%%/gforge/www/survey/admin/survey_utils.php
X%%WWW_ROOT%%/gforge/www/survey/admin/add_survey.php
X%%WWW_ROOT%%/gforge/www/survey/admin/edit_question.php
X%%WWW_ROOT%%/gforge/www/survey/admin/edit_survey.php
X%%WWW_ROOT%%/gforge/www/survey/admin/index.php
X%%WWW_ROOT%%/gforge/www/survey/admin/show_questions.php
X%%WWW_ROOT%%/gforge/www/survey/admin/show_results.php
X%%WWW_ROOT%%/gforge/www/survey/admin/show_results_aggregate.php
X%%WWW_ROOT%%/gforge/www/survey/admin/show_results_comments.php
X%%WWW_ROOT%%/gforge/www/survey/admin/show_results_csv.php
X%%WWW_ROOT%%/gforge/www/survey/admin/show_results_individual.php
X%%WWW_ROOT%%/gforge/www/survey/admin/survey.sql
X%%WWW_ROOT%%/gforge/www/survey/admin/add_question.php
X%%WWW_ROOT%%/gforge/www/survey/index.php
X%%WWW_ROOT%%/gforge/www/survey/privacy.php
X%%WWW_ROOT%%/gforge/www/survey/rating_resp.php
X%%WWW_ROOT%%/gforge/www/survey/survey-er-diagram.sda
X%%WWW_ROOT%%/gforge/www/survey/survey.php
X%%WWW_ROOT%%/gforge/www/survey/survey_resp.php
X%%WWW_ROOT%%/gforge/www/survey/survey_utils.php
X%%WWW_ROOT%%/gforge/www/project/admin/vhost.php
X%%WWW_ROOT%%/gforge/www/project/admin/editgroupinfo.php
X%%WWW_ROOT%%/gforge/www/project/admin/editimages.php
X%%WWW_ROOT%%/gforge/www/project/admin/editpackages.php
X%%WWW_ROOT%%/gforge/www/project/admin/editrelease.php
X%%WWW_ROOT%%/gforge/www/project/admin/group_trove.php
X%%WWW_ROOT%%/gforge/www/project/admin/history.php
X%%WWW_ROOT%%/gforge/www/project/admin/index.php
X%%WWW_ROOT%%/gforge/www/project/admin/project_admin_utils.php
X%%WWW_ROOT%%/gforge/www/project/admin/qrs.php
X%%WWW_ROOT%%/gforge/www/project/admin/rmuser.php
X%%WWW_ROOT%%/gforge/www/project/admin/showreleases.php
X%%WWW_ROOT%%/gforge/www/project/admin/userpermedit.php
X%%WWW_ROOT%%/gforge/www/project/admin/userperms.php
X%%WWW_ROOT%%/gforge/www/project/admin/database.php
X%%WWW_ROOT%%/gforge/www/project/stats/index.php
X%%WWW_ROOT%%/gforge/www/project/stats/project_stats_utils.php
X%%WWW_ROOT%%/gforge/www/project/stats/stats_graph.php
X%%WWW_ROOT%%/gforge/www/project/index.php
X%%WWW_ROOT%%/gforge/www/project/showfiles.php
X%%WWW_ROOT%%/gforge/www/project/shownotes.php
X%%WWW_ROOT%%/gforge/www/project/memberlist.php
X%%WWW_ROOT%%/gforge/www/project/filemodule_monitor.php
X%%WWW_ROOT%%/gforge/www/pro/index.php
X%%WWW_ROOT%%/gforge/www/pro/reporting.jpg
X%%WWW_ROOT%%/gforge/www/pro/gforge-pro.png
X%%WWW_ROOT%%/gforge/www/pm/include/ProjectGroupHTML.class
X%%WWW_ROOT%%/gforge/www/pm/include/ProjectTaskHTML.class
X%%WWW_ROOT%%/gforge/www/pm/admin/index.php
X%%WWW_ROOT%%/gforge/www/pm/reporting/index.php
X%%WWW_ROOT%%/gforge/www/pm/add_task.php
X%%WWW_ROOT%%/gforge/www/pm/detail_task.php
X%%WWW_ROOT%%/gforge/www/pm/gantt.php
X%%WWW_ROOT%%/gforge/www/pm/ganttpage.php
X%%WWW_ROOT%%/gforge/www/pm/index.php
X%%WWW_ROOT%%/gforge/www/pm/mod_task.php
X%%WWW_ROOT%%/gforge/www/pm/task.php
X%%WWW_ROOT%%/gforge/www/pm/browse_task.php
X%%WWW_ROOT%%/gforge/www/pm/calendar.php
X%%WWW_ROOT%%/gforge/www/people/admin/index.php
X%%WWW_ROOT%%/gforge/www/people/createjob.php
X%%WWW_ROOT%%/gforge/www/people/editjob.php
X%%WWW_ROOT%%/gforge/www/people/editprofile.php
X%%WWW_ROOT%%/gforge/www/people/helpwanted-latest.php
X%%WWW_ROOT%%/gforge/www/people/index.php
X%%WWW_ROOT%%/gforge/www/people/people-er-diagram.sda
X%%WWW_ROOT%%/gforge/www/people/people_utils.php
X%%WWW_ROOT%%/gforge/www/people/skills_utils.php
X%%WWW_ROOT%%/gforge/www/people/viewjob.php
X%%WWW_ROOT%%/gforge/www/people/viewprofile.php
X%%WWW_ROOT%%/gforge/www/news/admin/index.php
X%%WWW_ROOT%%/gforge/www/news/admin/news_admin_utils.php
X%%WWW_ROOT%%/gforge/www/news/index.php
X%%WWW_ROOT%%/gforge/www/news/news_utils.php
X%%WWW_ROOT%%/gforge/www/news/submit.php
X%%WWW_ROOT%%/gforge/www/new/index.php
X%%WWW_ROOT%%/gforge/www/my/bookmark_add.php
X%%WWW_ROOT%%/gforge/www/my/bookmark_delete.php
X%%WWW_ROOT%%/gforge/www/my/bookmark_edit.php
X%%WWW_ROOT%%/gforge/www/my/diary.php
X%%WWW_ROOT%%/gforge/www/my/index.php
X%%WWW_ROOT%%/gforge/www/my/rmproject.php
X%%WWW_ROOT%%/gforge/www/mail/admin/index.php
X%%WWW_ROOT%%/gforge/www/mail/index.php
X%%WWW_ROOT%%/gforge/www/mail/mail_nav.php
X%%WWW_ROOT%%/gforge/www/mail/mail_utils.php
X%%WWW_ROOT%%/gforge/www/stats/users_graph.php
X%%WWW_ROOT%%/gforge/www/stats/i18n.php
X%%WWW_ROOT%%/gforge/www/stats/index.php
X%%WWW_ROOT%%/gforge/www/stats/lastlogins.php
X%%WWW_ROOT%%/gforge/www/stats/projects.php
X%%WWW_ROOT%%/gforge/www/stats/site_stats_utils.php
X%%WWW_ROOT%%/gforge/www/stats/views_graph.php
X%%WWW_ROOT%%/gforge/www/stats/graphs.php
X%%WWW_ROOT%%/gforge/www/squal/get_session_hash.php
X%%WWW_ROOT%%/gforge/www/include/languages/Latin.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Bulgarian.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Catalan.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Chinese.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Dutch.tab
X%%WWW_ROOT%%/gforge/www/include/languages/English.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Esperanto.tab
X%%WWW_ROOT%%/gforge/www/include/languages/French.tab
X%%WWW_ROOT%%/gforge/www/include/languages/German.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Greek.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Hebrew.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Indonesian.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Italian.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Japanese.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Korean.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Norwegian.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Polish.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Portuguese.tab
X%%WWW_ROOT%%/gforge/www/include/languages/PortugueseBrazilian.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Russian.tab
X%%WWW_ROOT%%/gforge/www/include/languages/SimplifiedChinese.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Spanish.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Swedish.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Thai.tab
X%%WWW_ROOT%%/gforge/www/include/languages/Base.tab
X%%WWW_ROOT%%/gforge/www/include/BaseLanguage.class
X%%WWW_ROOT%%/gforge/www/include/HTML_Graphs.php
X%%WWW_ROOT%%/gforge/www/include/Layout.class
X%%WWW_ROOT%%/gforge/www/include/bookmarks.php
X%%WWW_ROOT%%/gforge/www/include/browser.php
X%%WWW_ROOT%%/gforge/www/include/canned_responses.php
X%%WWW_ROOT%%/gforge/www/include/database-mysql.php
X%%WWW_ROOT%%/gforge/www/include/database-oci8.php
X%%WWW_ROOT%%/gforge/www/include/database-pgsql.php
X%%WWW_ROOT%%/gforge/www/include/exit.php
X%%WWW_ROOT%%/gforge/www/include/features_boxes.php
X%%WWW_ROOT%%/gforge/www/include/filechecks.php
X%%WWW_ROOT%%/gforge/www/include/graph_lib.php
X%%WWW_ROOT%%/gforge/www/include/help.php
X%%WWW_ROOT%%/gforge/www/include/html.php
X%%WWW_ROOT%%/gforge/www/include/logger.php
X%%WWW_ROOT%%/gforge/www/include/pre.php
X%%WWW_ROOT%%/gforge/www/include/proj_email.php
X%%WWW_ROOT%%/gforge/www/include/project_home.php
X%%WWW_ROOT%%/gforge/www/include/project_summary.php
X%%WWW_ROOT%%/gforge/www/include/snippet_caching.php
X%%WWW_ROOT%%/gforge/www/include/squal_exit.php
X%%WWW_ROOT%%/gforge/www/include/squal_pre.php
X%%WWW_ROOT%%/gforge/www/include/stats_function.php
X%%WWW_ROOT%%/gforge/www/include/tool_reports.php
X%%WWW_ROOT%%/gforge/www/include/trove.php
X%%WWW_ROOT%%/gforge/www/include/user_home.php
X%%WWW_ROOT%%/gforge/www/include/vote_function.php
X%%WWW_ROOT%%/gforge/www/include/LayoutSF.class
X%%WWW_ROOT%%/gforge/www/include/menuSF.php
X%%WWW_ROOT%%/gforge/www/404.php
X%%WWW_ROOT%%/gforge/www/tarballs.php
X%%WWW_ROOT%%/gforge/www/source.php
X%%WWW_ROOT%%/gforge/www/sendmessage.php
X%%WWW_ROOT%%/gforge/www/redir_ad.php
X%%WWW_ROOT%%/gforge/www/projects
X%%WWW_ROOT%%/gforge/www/index_std.php
X%%WWW_ROOT%%/gforge/www/index.php
X%%WWW_ROOT%%/gforge/www/download.php
X%%WWW_ROOT%%/gforge/www/dbimage.php
X%%WWW_ROOT%%/gforge/www/bugopolis.gif
X%%WWW_ROOT%%/gforge/www/users
X%%PORTDOCS%%%%DOCSDIR%%/architecture/stats/stats-process.sda
X%%PORTDOCS%%%%DOCSDIR%%/debian-guide.html
X%%PORTDOCS%%%%DOCSDIR%%/debian-installguidefornewbies.html
X%%PORTDOCS%%%%DOCSDIR%%/doc_utils.php
X%%PORTDOCS%%%%DOCSDIR%%/index.php
X%%PORTDOCS%%%%DOCSDIR%%/images/sflogo2-105a.png
X%%PORTDOCS%%%%DOCSDIR%%/faq.html
X%%PORTDOCS%%%%DOCSDIR%%/Soap.README
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide/index.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide/project_help.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide/search.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide/snippet.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide/trove.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/getting_started.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/intro.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/docman.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/cvs.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/file_releases.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/forum.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/index.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/mailing_lists.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/navigation.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/news.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/pm.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/project_admin.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/project_summary.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/survey.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/tracker.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/user_functions/index.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/installation.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/introduction.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/navigation.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/coding_standards.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/howto_contribute.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/howto_documentation.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/howto_localization.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/howto_xhtml.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/templating.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/admin_guide/index.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/admin_guide/navigation.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/maven.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/project.properties
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/project.xml
X%%PORTDOCS%%%%DOCSDIR%%/xdocs/generate_docs.sh
X%%PORTDOCS%%%%DOCSDIR%%/gforge-themes-HOWTO.html
X%%PORTDOCS%%%%DOCSDIR%%/migrating-to-gforge-HOWTO.html
X%%PORTDOCS%%%%DOCSDIR%%/webalizer-HOWTO.html
X@unexec rmdir %D/%%ETC_DIR%% 2>/dev/null || true
X@unexec rmdir %D/%%BACKEND_DIR%%/backend/zones 2>/dev/null || true
X@unexec rmdir %D/%%BACKEND_DIR%%/backend/shell 2>/dev/null || true
X@unexec rmdir %D/%%BACKEND_DIR%%/backend 2>/dev/null || true
X@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/mail 2>/dev/null || true
X@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/cvs-cron 2>/dev/null || true
X@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs 2>/dev/null || true
X@dirrm %%BACKEND_DIR%%/monitor
X@dirrm %%BACKEND_DIR%%/utils/underworld-dummy
X@dirrm %%BACKEND_DIR%%/utils/cvs1
X@dirrm %%BACKEND_DIR%%/utils/fixscripts
X@dirrm %%BACKEND_DIR%%/utils/ldap
X@dirrm %%BACKEND_DIR%%/utils
X@unexec rmdir %D/%%BACKEND_DIR%% 2>/dev/null || true
X@dirrm %%DATADIR%%/contrib/autoconf
X@dirrm %%DATADIR%%/contrib
X@dirrm %%DATADIR%%/db/SQL_2.5
X@dirrm %%DATADIR%%/db/SQL_migrate-2.5-to-2.6
X@dirrm %%DATADIR%%/db/SQL_2.6
X@dirrm %%DATADIR%%/db/oci8port/pssonline
X@dirrm %%DATADIR%%/db/oci8port/shaguo
X@dirrm %%DATADIR%%/db/oci8port
X@dirrm %%DATADIR%%/db
X@dirrm %%DATADIR%%
X@dirrm %%WWW_ROOT%%/gforge/common/tracker
X@dirrm %%WWW_ROOT%%/gforge/common/pm
X@dirrm %%WWW_ROOT%%/gforge/common/include/cvsweb
X@dirrm %%WWW_ROOT%%/gforge/common/include
X@dirrm %%WWW_ROOT%%/gforge/common/frs
X@dirrm %%WWW_ROOT%%/gforge/common/forum
X@dirrm %%WWW_ROOT%%/gforge/common/docman
X@dirrm %%WWW_ROOT%%/gforge/common
X@dirrm %%WWW_ROOT%%/gforge/www/register
X@dirrm %%WWW_ROOT%%/gforge/www/help
X@dirrm %%WWW_ROOT%%/gforge/www/forum/admin
X@dirrm %%WWW_ROOT%%/gforge/www/forum/include
X@dirrm %%WWW_ROOT%%/gforge/www/forum
X@dirrm %%WWW_ROOT%%/gforge/www/export
X@dirrm %%WWW_ROOT%%/gforge/www/top
X@dirrm %%WWW_ROOT%%/gforge/www/docman/admin
X@dirrm %%WWW_ROOT%%/gforge/www/docman/include
X@dirrm %%WWW_ROOT%%/gforge/www/docman
X@dirrm %%WWW_ROOT%%/gforge/www/developer
X@dirrm %%WWW_ROOT%%/gforge/www/softwaremap
X@dirrm %%WWW_ROOT%%/gforge/www/snippet
X@dirrm %%WWW_ROOT%%/gforge/www/admin/trove
X@dirrm %%WWW_ROOT%%/gforge/www/admin
X@dirrm %%WWW_ROOT%%/gforge/www/account
X@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs
X@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic
X@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images
X@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge
X@dirrm %%WWW_ROOT%%/gforge/www/themes/osx/images/ic
X@dirrm %%WWW_ROOT%%/gforge/www/themes/osx/images/proj
X@dirrm %%WWW_ROOT%%/gforge/www/themes/osx/images/tabs
X@dirrm %%WWW_ROOT%%/gforge/www/themes/osx/images
X@dirrm %%WWW_ROOT%%/gforge/www/themes/osx
X@dirrm %%WWW_ROOT%%/gforge/www/themes
X@unexec rmdir %D/%%WWW_ROOT%%/gforge/www/themes 2>/dev/null || true
X@dirrm %%WWW_ROOT%%/gforge/www/search
X@dirrm %%WWW_ROOT%%/gforge/www/scm
X@dirrm %%WWW_ROOT%%/gforge/www/images/ic
X@dirrm %%WWW_ROOT%%/gforge/www/images
X@dirrm %%WWW_ROOT%%/gforge/www/tracker/include
X@dirrm %%WWW_ROOT%%/gforge/www/tracker/reporting
X@dirrm %%WWW_ROOT%%/gforge/www/tracker/admin
X@dirrm %%WWW_ROOT%%/gforge/www/tracker
X@dirrm %%WWW_ROOT%%/gforge/www/survey/admin
X@dirrm %%WWW_ROOT%%/gforge/www/survey
X@dirrm %%WWW_ROOT%%/gforge/www/project/admin
X@dirrm %%WWW_ROOT%%/gforge/www/project/stats
X@dirrm %%WWW_ROOT%%/gforge/www/project
X@dirrm %%WWW_ROOT%%/gforge/www/pro
X@dirrm %%WWW_ROOT%%/gforge/www/pm/include
X@dirrm %%WWW_ROOT%%/gforge/www/pm/admin
X@dirrm %%WWW_ROOT%%/gforge/www/pm/reporting
X@dirrm %%WWW_ROOT%%/gforge/www/pm
X@dirrm %%WWW_ROOT%%/gforge/www/people/admin
X@dirrm %%WWW_ROOT%%/gforge/www/people
X@dirrm %%WWW_ROOT%%/gforge/www/news/admin
X@dirrm %%WWW_ROOT%%/gforge/www/news
X@dirrm %%WWW_ROOT%%/gforge/www/new
X@dirrm %%WWW_ROOT%%/gforge/www/my
X@dirrm %%WWW_ROOT%%/gforge/www/mail/admin
X@dirrm %%WWW_ROOT%%/gforge/www/mail
X@dirrm %%WWW_ROOT%%/gforge/www/stats
X@dirrm %%WWW_ROOT%%/gforge/www/squal
X@dirrm %%WWW_ROOT%%/gforge/www/include/languages
X@dirrm %%WWW_ROOT%%/gforge/www/include
X@dirrm %%WWW_ROOT%%/gforge/www
X@unexec rmdir %D/%%WWW_ROOT%%/gforge || true
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/architecture/stats
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/architecture
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/admin_guide
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/contributions
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/user_guide/user_functions
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/user_guide
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-gforge/pkg-plist
echo c - gforge/files
mkdir -p gforge/files > /dev/null 2>&1
echo x - gforge/files/patch-contrib-autoconf-configure.ac
sed 's/^X//' >gforge/files/patch-contrib-autoconf-configure.ac << 'END-of-gforge/files/patch-contrib-autoconf-configure.ac'
X--- contrib/autoconf/configure.ac.orig	Fri Jun 20 11:42:09 2003
X+++ contrib/autoconf/configure.ac	Wed Jul  2 13:20:49 2003
X@@ -56,6 +56,20 @@
X 			sys_urlroot=/usr/share/gforge/www/
X 			sys_ldap_admin_dn="admin,$LDAP_BASE_DN"
X 			;;
X+		FreeBSD)
X+			AC_MSG_RESULT([Using FreeBSD specific defaults])
X+
X+			homedir_prefix=${HOME_DIR}/users
X+			groupdir_prefix=${HOME_DIR}/groups
X+
X+			sys_upload_dir=/tmp/
X+
X+			TOP_DIR=${WWWROOT}
X+			CGIBIN_DIR=${WWWROOT}/cgi-bin
X+
X+			sys_urlroot=${WWWROOT}/www/
X+			sys_ldap_admin_dn="admin,$LDAP_BASE_DN"
X+			;;
X 
X 		NONE|none)
X 			# use defaults 
X@@ -399,39 +413,6 @@
X 		fi
X 		AC_MSG_RESULT([Session key (using "ps aux | $HASHING_PROG$POST_PROC")... $sys_session_key])
X 	])
X-
X-
X-#############################################################################
X-# check to see if the values given are okay.
X-#############################################################################
X-
X-AC_MSG_CHECKING([whether sys_upload_dir directory exists])
X-if test -d "$sys_upload_dir"
X-then
X-	AC_MSG_RESULT([Yes.])
X-	if `echo $sys_upload_dir | grep -- "${sys_urlroot}"  > /dev/null `
X-	then
X-		AC_MSG_ERROR([sys_upload_dir must not be under Document Root ($sys_urlroot).])
X-	fi
X-else
X-	AC_MSG_ERROR([No.])
X-fi
X-
X-AC_MSG_CHECKING([whether "$sys_lang" is supported])
X-if test -f "$TOP_DIR/www/include/languages/$sys_lang.tab"
X-then
X-	AC_MSG_RESULT([Yes.])
X-else
X-	AC_MSG_ERROR([No.])
X-fi
X-
X-AC_MSG_CHECKING([whether the theme "$sys_theme" exists])
X-if test -d "$TOP_DIR/www/themes/$sys_theme"
X-then
X-	AC_MSG_RESULT([Yes.])
X-else
X-	AC_MSG_ERROR([$sys_theme theme does not exist.])
X-fi
X 
X 
X #############################################################################
END-of-gforge/files/patch-contrib-autoconf-configure.ac
exit
--- gforge.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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