diff options
Diffstat (limited to 'ports-mgmt/tinderbox-devel')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 138 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-portbuild | 11 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-rawenv.dist | 13 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/pkg-message.in | 133 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/pkg-descr | 21 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/pkg-plist | 131 |
7 files changed, 0 insertions, 453 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile deleted file mode 100644 index e59c63ebd2ef..000000000000 --- a/ports-mgmt/tinderbox-devel/Makefile +++ /dev/null @@ -1,138 +0,0 @@ -# Ports collection makefile for: misc/tinderbox -# Whom: Edwin Groothuis <edwin@mavetju.org> -# Date created: 31 december 2005 -# -# $FreeBSD$ - -PORTNAME= tinderbox -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= ports-mgmt -MASTER_SITES= http://tinderbox.marcuscom.com/ - -MAINTAINER= itetcu@FreeBSD.org -COMMENT= Port build tinderbox system - -OPTIONS= PGSQL "With pgsql" Off \ - MYSQL "With mysql" On \ - CSUP "Use csup for updates" On \ - CVSUP "Use cvsup for updates" Off \ - WEB "Install web interface" Off \ - WEB_EXP "Install the new web interface" On \ - APACHE "Use Apache for web interface" On \ - LIGHTTPD "Use LightHTTPD for web interface" Off - -NO_BUILD= yes -WANT_PERL= yes -SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message - -MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \ - tc-configJail.1 tc-configTinderd.1 tc-init.1 - -.include <bsd.port.pre.mk> - -.if !defined(WITH_PGSQL) && defined(WITHOUT_MYSQL) -IGNORE= is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL -.endif - -.if defined(WITH_WEB) || !defined(WITHOUT_WEB_EXP) -RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB -WANT_PHP_WEB= yes -USE_PHP= session -MASTER_SITES+= http://miwibox.org/:FAVICON -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - favicon.ico:FAVICON -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -.endif - -.if defined(WITH_WEB) -PLIST_SUB+= WEB="" -.else -PLIST_SUB+= WEB="@comment " -.endif - -.if !defined(WITHOUT_WEB_EXP) -PLIST_SUB+= WEB_EXP="" -.else -PLIST_SUB+= WEB_EXP="@comment " -.endif - -.if defined(WITH_PGSQL) -USE_PGSQL= yes -.if defined(WITH_WEB) || !defined(WITHOUT_WEB_EXP) -USE_PHP+= pgsql -.endif -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.endif - -.if !defined(WITHOUT_MYSQL) -.if defined(WITH_WEB) || !defined(WITHOUT_WEB_EXP) -USE_PHP+= mysql -.endif -USE_MYSQL= yes -IGNORE_WITH_MYSQL= 323 40 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER:S/323//} -.endif - -.if ! (${OSVERSION} > 700014 || ( ${OSVERSION} >= 601101 && ${OSVERSION} < 700000 )) -.if !defined(WITHOUT_CSUP) -RUN_DEPENDS+= csup:${PORTSDIR}/net/csup -.endif -.endif - -.if defined(WITH_CVSUP) -RUN_DEPENDS+= cvsup:${PORTSDIR}/net/cvsup-without-gui -.endif - -.if !defined(WITHOUT_APACHE) && (defined(WITH_WEB) || !defined(WITHOUT_WEB_EXP)) -USE_APACHE= 1.3+ -.elif defined(WITH_LIGHTTPD) && (defined(WITH_WEB) || !defined(WITHOUT_WEB_EXP)) -RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd -.endif - -pre-everything:: -.if (!defined(WITHOUT_APACHE) || defined(WITH_LIGHTTPD)) && !(defined(WITH_WEB) || !defined(WITHOUT_WEB_EXP)) - @${ECHO_CMD} "It doesn't make sense to depend on Apache or LightHTTPD if not using either web interface." - @${FALSE} -.endif - -post-patch: -.if defined(WITH_MYSQL) - @${REINPLACE_CMD} \ - -e 's,DB_MAN_PREREQS=.*,DB_MAN_PREREQS="databases/p5-DBD-mysql${MYSQL_VER} databases/mysql${MYSQL_VER}-client",' \ - ${WRKSRC}/lib/setup-mysql.sh - @${RM} ${WRKSRC}/lib/setup-mysql.sh.bak - @${RM} ${WRKSRC}/rawenv.dist.orig - @${RM} ${WRKSRC}/portbuild.orig -.endif -.if ! (${OSVERSION} > 700014 || ( ${OSVERSION} >= 601101 && ${OSVERSION} < 700000 )) - ${REINPLACE_CMD} -E -e 's!/usr/bin/csup!${PREFIX}/bin/csup!' \ - ${WRKSRC}/create - ${REINPLACE_CMD} -E -e 's!/usr/bin/csup!${PREFIX}/bin/csup!' \ - ${WRKSRC}/tc - @${RM} ${WRKSRC}/create.bak - @${RM} ${WRKSRC}/tc.bak -.endif - -pre-install: -.if !defined(WITH_WEB) - ${RM} -R ${WRKSRC}/www -.else - ${CP} ${DISTDIR}/favicon.ico ${WRKSRC}/www -.endif -.if defined(WITHOUT_WEB_EXP) - ${RM} -R ${WRKSRC}/www-exp -.else - ${CP} ${DISTDIR}/favicon.ico ${WRKSRC}/www-exp -.endif - -do-install: - ${MKDIR} ${PREFIX}/tinderbox/scripts - ${CP} -R ${WRKSRC}/* ${PREFIX}/tinderbox/scripts - -post-install: - cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1 - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/ports-mgmt/tinderbox-devel/distinfo b/ports-mgmt/tinderbox-devel/distinfo deleted file mode 100644 index 5884aaa30adb..000000000000 --- a/ports-mgmt/tinderbox-devel/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (tinderbox-2.4.1.tar.gz) = ebde71863221d05c6b99e543095e3454 -SHA256 (tinderbox-2.4.1.tar.gz) = eedbfd4242df934105b3c9709f6ef4d16c5930b3e6e1b47207cb21f2704a16e1 -SIZE (tinderbox-2.4.1.tar.gz) = 130693 -MD5 (favicon.ico) = 1d2e9e267ca81f0ef5bc7b9c391aaced -SHA256 (favicon.ico) = 842f1e23dcfcee24d4d7578381256256cda994347751fb332b6eb2182eae216e -SIZE (favicon.ico) = 4710 diff --git a/ports-mgmt/tinderbox-devel/files/patch-portbuild b/ports-mgmt/tinderbox-devel/files/patch-portbuild deleted file mode 100644 index 6322d2f1bdde..000000000000 --- a/ports-mgmt/tinderbox-devel/files/patch-portbuild +++ /dev/null @@ -1,11 +0,0 @@ ---- portbuild.orgi 2007-10-23 19:33:58.000000000 +0200 -+++ portbuild 2007-10-23 19:34:31.000000000 +0200 -@@ -287,7 +287,7 @@ - fi - cp -p /lib/libc.so.5 ${chroot}/lib - fi --elif [ "${major_version}" = "6" -o "${major_version}" = "7" ]; then -+ elif [ "${major_version}" = "6" -o "${major_version}" = "7" -o "${major_version}" = "8" ]; then - if [ -f /lib/libc.so.5 ]; then - if [ -f ${chroot}/lib/libc.so.5 ]; then - chflags noschg ${chroot}/lib/libc.so.5 diff --git a/ports-mgmt/tinderbox-devel/files/patch-rawenv.dist b/ports-mgmt/tinderbox-devel/files/patch-rawenv.dist deleted file mode 100644 index 3bb340eb0e0c..000000000000 --- a/ports-mgmt/tinderbox-devel/files/patch-rawenv.dist +++ /dev/null @@ -1,13 +0,0 @@ ---- rawenv.dist.orig 2007-10-23 19:35:34.000000000 +0200 -+++ rawenv.dist 2007-10-23 19:36:10.000000000 +0200 -@@ -19,6 +19,10 @@ - #7PKGZIPCMD=bzip2 - #7INDEXFILE=INDEX-7 - #7X_WINDOW_SYSTEM=xorg -+#8PKGSUFFIX=.tbz -+#8PKGZIPCMD=bzip2 -+#8INDEXFILE=INDEX-7 -+#8X_WINDOW_SYSTEM=xorg - ##MACHINE_ARCH=i386 - LOCALBASE=/usr/local - X11BASE=/usr/local diff --git a/ports-mgmt/tinderbox-devel/files/pkg-message.in b/ports-mgmt/tinderbox-devel/files/pkg-message.in deleted file mode 100644 index 5c575ad624d0..000000000000 --- a/ports-mgmt/tinderbox-devel/files/pkg-message.in +++ /dev/null @@ -1,133 +0,0 @@ -ports-mgmt/tinderbox is now installed, but it requires some additional setup. - -**************************************************** -Additional info: %%PREFIX%%/tinderbox/scripts/README -**************************************************** - -The following walkthrough is for PostgreSQL databases: - -- First, run the setup program: - %%PREFIX%%/tinderbox/scripts/setup.sh - - Enter database driver (mysql pgsql): pgsql - - If the database is running on the same server as you're on now, - and you have administrator access to it, answer this question - with yes: - "Does this host have access to connect to the Tinderbox database as a database administrator?" - - Enter database admin user [root]: pgsql - Enter the desired username for the Tinderbox database : tinderbox - Shall the new role be a superuser? (y/n) n - Shall the new role be allowed to create databases? (y/n) y - Shall the new role be allowed to create more new roles? (y/n) n - - The other questions should just be entered through. - -The following walkthrough is for MySQL databases: - -- First, run the setup program: - %%PREFIX%%/tinderbox/scripts/setup.sh - - Enter database driver (mysql pgsql): mysql - - If the database is running on the same server as you're on now, - and you have administrator access to it, answer this question - with yes: - "Does this host have access to connect to the Tinderbox database as a database administrator?" - - Enter the desired username for the Tinderbox database : tinderbox - - The other questions should just be entered through. - -The following walkthrough is the tinderbox environment setup: - -- Edit the file %%PREFIX%%/tinderbox/scripts/tinderbox.ph (copy from - tinderbox.ph.dist) - - - $BUILD_ROOT should be "%%PREFIX%%/tinderbox" - - $SUBJECT should be "My Tinderbox" - - $SENDER should be your email address - - $SMTP_HOST should be your SMTP server (localhost?) - - $SERVER_HOST should be the name your machine is known as. If - it is your own machine and your access it directory, try localhost - here if nothing else sounds reasonable. - - $TINDERBOX_URI should be "/tb". - - Comment out the lines after "for www", and uncomment the lines "for www-exp". - -- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_ds.php - (copy from inc_ds.php-dist) - - - $DB_HOST should be localhost - - $DB_DRIVER should be pgsql - - $DB_USER should be tinderbox - -- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_tinderbox.php - (copy from inc_tinderbox.php-dist) - - - $rootdir should be %%PREFIX%%/tinderbox - - $wwwrooturi should be /tb - - $tinderbox_name should be "My Tinderbox" - - $tinderbox_title should be "FreeBSD Packages" - -The following walkthrough is the initial tinderbox population setup -and should be executed in %%PREFIX%%/tinderbox/scripts. - -- Create a jail. A jail is a chrooted version of the FreeBSD operating - system, for example 6.0-RELEASE or 5.4-RELEASE: - ./create Jail -j 5.4 -d "FreeBSD 5.4-RELEASE" -t RELENG_5_4_0_RELEASE -u CVSUP - You can have multiple jails on a single machine. - This takes a while. - -- Create a ports tree: - ./create PortsTree -p FreeBSD -d "FreeBSD ports tree" -w http://www.freebsd.org/cgi/cvsweb.cgi/ports/ - This takes a while. - -- And then link the two together in a build: - ./create Build -b 5.4-FreeBSD -j 5.4 -p FreeBSD -d "5.4-RELEASE with FreeBSD ports tree" - -The following walkthrough is the webserver setup: - -- In your Apache configuration, add the following lines: - - Alias /tb/logs/ "%%PREFIX%%/tinderbox/logs/" - Alias /tb/packages/ "%%PREFIX%%/tinderbox/packages/" - Alias /tb/errors/ "%%PREFIX%%/tinderbox/errors/" - Alias /tb/ "%%PREFIX%%/tinderbox/scripts/www-exp/" - <Directory "%%PREFIX%%/tinderbox/"> - Order allow,deny - Allow from all - </Directory> - -- In your Lighttpd configuration: - -Turn on "mod_alias" and add the following lines: - -alias.url = ( "/tb/logs/" => "%%PREFIX%%/tinderbox/logs/", - "/tb/packages/" => "%%PREFIX%%/tinderbox/packages/", - "/tb/errors/" => "%%PREFIX%%/tinderbox/errors/", - "/tb/" => "%%PREFIX%%/tinderbox/scripts/www-exp/" ) -dir-listing.activate = "enable" - - Check your system by going to http://localhost/tb/ - -The following walkthrough is the first run for a port in the -tinderbox and should be executed in %%PREFIX%%/tinderbox/scripts. - -- See the documents %%PREFIX%%/tinderbox/scripts/README and the - "Using Tinderbox" section for more information. - -- Add the port and its dependencies to the database: - ./tc addPort -b 5.4-FreeBSD -d net/dhcpdump -r - -- On the website you see now five ports on the build page. - -- Start the build: - ./tinderbuild -nullfs -b 5.4-FreeBSD dns/dnstracer - -- On the page "Current and latest builds in this build" you see the - current being-built port and the last n ports built. - -- At a certain moment, when you refresh the page, you see that it - has changed. - diff --git a/ports-mgmt/tinderbox-devel/pkg-descr b/ports-mgmt/tinderbox-devel/pkg-descr deleted file mode 100644 index bfafcb10f8ca..000000000000 --- a/ports-mgmt/tinderbox-devel/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Tinderbox is a package building system for FreeBSD ports, based on -official Portbuild scripts used on pointyhat building cluster. -Tinderbox was written by Joe Marcus Clarke. - -You can define multiple jails (base system versions) and multiple -portstrees. The combination of jail and portstree is called a build. -A Tinderbox jail is not what is understood as a jail in FreeBSD, -it is in fact a given world in a chroot. Tinderbox supports automatic -tracking of dependencies and only rebuilds packages that changed -since last run. Tinderbox has support for email notification of -failed builds. Tinderbox also integrates well with ccache. - -Tinderbox is designed to easily provide package sets of ports you -need, for platforms and architectures you need. Tinderbox is also -excellent tool for testing new ports and port upgrades, especially -for testing dependencies and packing lists. It's also useful for -testing ports on various releases of FreeBSD, since you can run -FreeBSD 4.X world as a jail on FreeBSD 5.X/6.X host. - -WWW: http://tinderbox.marcuscom.com/ -Author: Joe Marcus Clarke. diff --git a/ports-mgmt/tinderbox-devel/pkg-plist b/ports-mgmt/tinderbox-devel/pkg-plist deleted file mode 100644 index f360e2d0cac9..000000000000 --- a/ports-mgmt/tinderbox-devel/pkg-plist +++ /dev/null @@ -1,131 +0,0 @@ -tinderbox/scripts/README -tinderbox/scripts/buildscript -tinderbox/scripts/create -tinderbox/scripts/ds.ph.dist -tinderbox/scripts/enterbuild -tinderbox/scripts/etc/rc.d/tinderd.sh -tinderbox/scripts/lib/Build.pm -tinderbox/scripts/lib/BuildPortsQueue.pm -tinderbox/scripts/lib/Hook.pm -tinderbox/scripts/lib/Host.pm -tinderbox/scripts/lib/Jail.pm -tinderbox/scripts/lib/MakeCache.pm -tinderbox/scripts/lib/Port.pm -tinderbox/scripts/lib/PortFailPattern.pm -tinderbox/scripts/lib/PortFailReason.pm -tinderbox/scripts/lib/PortsTree.pm -tinderbox/scripts/lib/TBConfig.pm -tinderbox/scripts/lib/TinderObject.pm -tinderbox/scripts/lib/TinderboxDS.pm -tinderbox/scripts/lib/User.pm -tinderbox/scripts/lib/enterbuild -tinderbox/scripts/lib/setup-mysql.sh -tinderbox/scripts/lib/setup-pgsql.sh -tinderbox/scripts/lib/setup_shlib.sh -tinderbox/scripts/lib/tinderbox_shlib.sh -tinderbox/scripts/lib/tinderlib.pl -tinderbox/scripts/makemake -tinderbox/scripts/man/man1/tc-configCcache.1 -tinderbox/scripts/man/man1/tc-configDistfile.1 -tinderbox/scripts/man/man1/tc-configGet.1 -tinderbox/scripts/man/man1/tc-configJail.1 -tinderbox/scripts/man/man1/tc-configTinderd.1 -tinderbox/scripts/man/man1/tc-init.1 -tinderbox/scripts/mkbuild -tinderbox/scripts/mkjail -tinderbox/scripts/pnohang.c -tinderbox/scripts/portbuild -tinderbox/scripts/rawenv.dist -tinderbox/scripts/setup.sh -tinderbox/scripts/tc -tinderbox/scripts/tinderbox-mysql.schema -tinderbox/scripts/tinderbox-pgsql.schema -tinderbox/scripts/tinderbox.ph.dist -tinderbox/scripts/tinderbuild -tinderbox/scripts/tinderd -tinderbox/scripts/upgrade.sh -tinderbox/scripts/upgrade/mig_mysql_tinderbox-1.X_to_2.0.0.sql -tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.0.0_to_2.1.0.sql -tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.1.0_to_2.1.1.sql -tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.1.1_to_2.2.0.sql -tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.2.0_to_2.3.0.sql -tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.3.0_to_2.3.1.sql -tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.3.1_to_2.3.2.sql -tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.3.2_to_2.3.3.sql -tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.3.3_to_2.4.0.sql -tinderbox/scripts/upgrade/mig_pgsql_tinderbox-2.1.1_to_2.2.0.sql -tinderbox/scripts/upgrade/mig_pgsql_tinderbox-2.2.0_to_2.3.0.sql -tinderbox/scripts/upgrade/mig_pgsql_tinderbox-2.3.0_to_2.3.1.sql -tinderbox/scripts/upgrade/mig_pgsql_tinderbox-2.3.1_to_2.3.2.sql -tinderbox/scripts/upgrade/mig_pgsql_tinderbox-2.3.2_to_2.3.3.sql -tinderbox/scripts/upgrade/mig_pgsql_tinderbox-2.3.3_to_2.4.0.sql -tinderbox/scripts/upgrade/mig_shlib.sh -%%WEB_EXP%%tinderbox/scripts/www-exp/core/Build.php -%%WEB_EXP%%tinderbox/scripts/www-exp/core/BuildPortsQueue.php -%%WEB_EXP%%tinderbox/scripts/www-exp/core/Host.php -%%WEB_EXP%%tinderbox/scripts/www-exp/core/Jail.php -%%WEB_EXP%%tinderbox/scripts/www-exp/core/Port.php -%%WEB_EXP%%tinderbox/scripts/www-exp/core/PortFailReason.php -%%WEB_EXP%%tinderbox/scripts/www-exp/core/PortsTree.php -%%WEB_EXP%%tinderbox/scripts/www-exp/core/TinderObject.php -%%WEB_EXP%%tinderbox/scripts/www-exp/core/TinderboxDS.php -%%WEB_EXP%%tinderbox/scripts/www-exp/core/User.php -%%WEB_EXP%%tinderbox/scripts/www-exp/core/functions.php -%%WEB_EXP%%tinderbox/scripts/www-exp/inc_ds.php.dist -%%WEB_EXP%%tinderbox/scripts/www-exp/inc_tinderbox.php.dist -%%WEB_EXP%%tinderbox/scripts/www-exp/index.php -%%WEB_EXP%%tinderbox/scripts/www-exp/favicon.ico -%%WEB_EXP%%tinderbox/scripts/www-exp/module/module.php -%%WEB_EXP%%tinderbox/scripts/www-exp/module/moduleBuildPorts.php -%%WEB_EXP%%tinderbox/scripts/www-exp/module/moduleBuilds.php -%%WEB_EXP%%tinderbox/scripts/www-exp/module/moduleHosts.php -%%WEB_EXP%%tinderbox/scripts/www-exp/module/modulePortFailureReasons.php -%%WEB_EXP%%tinderbox/scripts/www-exp/module/modulePorts.php -%%WEB_EXP%%tinderbox/scripts/www-exp/module/moduleSession.php -%%WEB_EXP%%tinderbox/scripts/www-exp/module/moduleTinderd.php -%%WEB_EXP%%tinderbox/scripts/www-exp/module/moduleUsers.php -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/current_buildports.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/describe_port.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/display_login.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/failed_buildports.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/latest_buildports.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/list_buildports.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/list_builds.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/list_failure_reasons.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/list_tinderd_queue.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/messages.inc -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/please_login.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/tinderstyle.css -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/user_admin.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/user_permissions.tpl -%%WEB_EXP%%tinderbox/scripts/www-exp/templates/default/user_properties.tpl -%%WEB%%tinderbox/scripts/www/Build.php -%%WEB%%tinderbox/scripts/www/Jail.php -%%WEB%%tinderbox/scripts/www/Makefile -%%WEB%%tinderbox/scripts/www/Port.php -%%WEB%%tinderbox/scripts/www/PortsTree.php -%%WEB%%tinderbox/scripts/www/TinderObject.php -%%WEB%%tinderbox/scripts/www/TinderboxDS.php -%%WEB%%tinderbox/scripts/www/failures.php -%%WEB%%tinderbox/scripts/www/inc_ds.php.dist -%%WEB%%tinderbox/scripts/www/inc_tinderbox.php.dist -%%WEB%%tinderbox/scripts/www/index.php -%%WEB%%tinderbox/scripts/www/favicon.ico -%%WEB%%tinderbox/scripts/www/lastbuilds.php -%%WEB%%tinderbox/scripts/www/showbuild.php -%%WEB%%tinderbox/scripts/www/showport.php -%%WEB%%tinderbox/scripts/www/tinderstyle.css -%%WEB_EXP%%@dirrm tinderbox/scripts/www-exp/templates/default -%%WEB_EXP%%@dirrm tinderbox/scripts/www-exp/templates -%%WEB_EXP%%@dirrm tinderbox/scripts/www-exp/module -%%WEB_EXP%%@dirrm tinderbox/scripts/www-exp/core -%%WEB%%@dirrm tinderbox/scripts/www -@dirrm tinderbox/scripts/upgrade -@dirrm tinderbox/scripts/man/man1 -@dirrm tinderbox/scripts/man -@dirrm tinderbox/scripts/lib -@dirrm tinderbox/scripts/etc/rc.d -@dirrm tinderbox/scripts/etc -@dirrmtry tinderbox/scripts/www-exp -@dirrmtry tinderbox/scripts -@dirrmtry tinderbox |