diff options
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/kports-qt4/Makefile | 35 | ||||
-rw-r--r-- | ports-mgmt/kports-qt4/distinfo | 3 | ||||
-rw-r--r-- | ports-mgmt/kports-qt4/pkg-descr | 10 | ||||
-rw-r--r-- | ports-mgmt/kports-qt4/pkg-plist | 12 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 112 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/distinfo | 3 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-lib__Tinderbox__TinderboxDS.pm | 33 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.pl | 20 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-sql__genschema | 19 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-sql__schema.pgsql.pre | 20 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/pkg-message.in | 35 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/pkg-descr | 21 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/pkg-plist | 128 |
13 files changed, 0 insertions, 451 deletions
diff --git a/ports-mgmt/kports-qt4/Makefile b/ports-mgmt/kports-qt4/Makefile deleted file mode 100644 index 34980eb729e4..000000000000 --- a/ports-mgmt/kports-qt4/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: kports -# Date created: Thu Jan 12 12:47:58 UTC 2006 -# Whom: Hannes Hauswedell <hannes.hauswedell@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= kports -PORTVERSION= 0.6.1 -PORTREVISION= 2 -CATEGORIES= ports-mgmt kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= hannes.hauswedell@gmail.com -COMMENT= Powerful KDE-Frontend to the Ports - -USE_BZIP2= yes -USE_GMAKE= yes -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 -PREFIX= ${KDE_PREFIX} - -RUN_DEPENDS+= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade -RUN_DEPENDS+= kdehier>=0:${PORTSDIR}/misc/kdehier - -OPTIONS= PORTAUDIT "Require Portaudit" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_PORTAUDIT) -RUN_DEPENDS+= portaudit:${PORTSDIR}/ports-mgmt/portaudit -.endif - -.include <bsd.port.post.mk> diff --git a/ports-mgmt/kports-qt4/distinfo b/ports-mgmt/kports-qt4/distinfo deleted file mode 100644 index 5d0767ed54eb..000000000000 --- a/ports-mgmt/kports-qt4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (kports-0.6.1.tar.bz2) = c02cb4cdcfd8112bcb5ff0bfc1fe94b6 -SHA256 (kports-0.6.1.tar.bz2) = c06e7fd25f5c0c63dcbff1b2a569f185d2252e8b16c2f7ccadfa1cbcfab902fa -SIZE (kports-0.6.1.tar.bz2) = 620443 diff --git a/ports-mgmt/kports-qt4/pkg-descr b/ports-mgmt/kports-qt4/pkg-descr deleted file mode 100644 index f99677b37f4c..000000000000 --- a/ports-mgmt/kports-qt4/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -KPorts is KDE-Frontend to the FreeBSD-Ports and in future also to the -OpenBsd-Ports, PkgSrc and maybe others. -You can browse and search through your Portstree and perform actions -like Upgrades, Installs, Uninstall a.s.o. More advanced features like -setting Options and Vulnerability checking are also available. For a -complete list, check the Homepage or the Changelog. -Functionality is KPorts' main goal, not simplification by reducing -options; however KPorts should be rather easy to use. - -WWW: http://kports.sf.net diff --git a/ports-mgmt/kports-qt4/pkg-plist b/ports-mgmt/kports-qt4/pkg-plist deleted file mode 100644 index 7ac0e9d0590e..000000000000 --- a/ports-mgmt/kports-qt4/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/kports -bin/kports_client -share/applnk/System/kports.desktop -share/apps/kports/kports-splash.jpg -share/apps/kports/kportsui.rc -share/doc/HTML/en/kports/index.cache.bz2 -share/doc/HTML/en/kports/index.docbook -share/icons/hicolor/16x16/apps/kports.png -share/icons/hicolor/32x32/apps/kports.png -@dirrm share/doc/HTML/en/kports/common -@dirrm share/doc/HTML/en/kports -@dirrm share/apps/kports diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile deleted file mode 100644 index 426ec518a8b3..000000000000 --- a/ports-mgmt/tinderbox-devel/Makefile +++ /dev/null @@ -1,112 +0,0 @@ -# Ports collection makefile for: misc/tinderbox -# Whom: Edwin Groothuis <edwin@mavetju.org> -# Date created: 31 december 2005 -# -# $FreeBSD$ - -PORTNAME= tinderbox -#DISTVERSION= ${PORTVERSION}-${PORTREVISION} -PORTVERSION= 3.0.0 -PORTREVISION= 2 -CATEGORIES= ports-mgmt -MASTER_SITES= http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ -#DIST_SUBDIR= tinderbox - -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 \ - WEBUI "Install 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 - -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_WEBUI) -RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB -WANT_PHP_WEB= yes -USE_PHP= session -PLIST_SUB+= WEBUI="" -.else -PLIST_SUB+= WEBUI="@comment " -.endif - -.if defined(WITH_PGSQL) -USE_PGSQL= yes -.if defined(WITH_WEBUI) -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_WEBUI) -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_WEBUI) -USE_APACHE= 1.3+ -.elif defined(WITH_LIGHTTPD) && defined(WITH_WEBUI) -RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd -.endif - -pre-everything:: -.if (!defined(WITHOUT_APACHE) || defined(WITH_LIGHTTPD)) && !defined(WITH_WEBUI) - @${ECHO_CMD} "It doesn't make sense to depend on Apache or LightHTTPD if not using either web interface." - @${FALSE} -.endif - -post-extract: -.if !defined(WITH_WEBUI) - @${RM} -R ${WRKSRC}/webui -.endif - -post-patch: - ${RM} ${WRKSRC}/lib/Tinderbox/TinderboxDS.pm.orig \ - ${WRKSRC}/lib/tc_command.pl.orig \ - ${WRKSRC}/sql/schema.pgsql.pre.orig \ - ${WRKSRC}/sql/genschema.orig - -do-install: - @${MKDIR} ${PREFIX}/tinderbox/scripts - @${ECHO_CMD} "Installing man pages ..." - cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1 && \ - cd ${WRKSRC} && ${RM} -r ${WRKSRC}/man - @${ECHO_CMD} "Installing rc script ..." - ${INSTALL_SCRIPT} ${WRKSRC}/etc/rc.d/tinderd.sh ${PREFIX}/etc/rc.d/${PORTNAME} - @${ECHO_CMD} "Installing tinderbox ..." - ${CP} -R ${WRKSRC}/* ${PREFIX}/tinderbox/scripts - @${ECHO_CMD} "All Done" - -post-install: - @${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 0ed44fb44831..000000000000 --- a/ports-mgmt/tinderbox-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tinderbox-3.0.0.tar.gz) = f798417a2a150b6374588846f2658a3e -SHA256 (tinderbox-3.0.0.tar.gz) = 5c4e66be67c6bf2a5e3efd526b6e6c8dfe020d2c261820436e7c9952cce1b62c -SIZE (tinderbox-3.0.0.tar.gz) = 118144 diff --git a/ports-mgmt/tinderbox-devel/files/patch-lib__Tinderbox__TinderboxDS.pm b/ports-mgmt/tinderbox-devel/files/patch-lib__Tinderbox__TinderboxDS.pm deleted file mode 100644 index a20f37b4824d..000000000000 --- a/ports-mgmt/tinderbox-devel/files/patch-lib__Tinderbox__TinderboxDS.pm +++ /dev/null @@ -1,33 +0,0 @@ ---- ./lib/Tinderbox/TinderboxDS.pm.orig 2008-08-07 07:27:49.000000000 +0300 -+++ ./lib/Tinderbox/TinderboxDS.pm 2008-09-07 09:37:07.000000000 +0300 -@@ -23,7 +23,7 @@ - # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - # SUCH DAMAGE. - # --# $MCom: portstools/tinderbox/lib/Tinderbox/TinderboxDS.pm,v 1.88 2008/08/07 04:27:49 marcus Exp $ -+# $MCom: portstools/tinderbox/lib/Tinderbox/TinderboxDS.pm,v 1.88.2.2 2008/09/05 21:07:14 marcus Exp $ - # - - package Tinderbox::TinderboxDS; -@@ -42,6 +42,7 @@ - use DBI; - use Carp; - use Digest::MD5 qw(md5_hex); -+use POSIX qw(strftime); - use vars qw( - $DB_DRIVER - $DB_HOST -@@ -362,8 +363,12 @@ - sub reorgBuildPortsQueue { - my $self = shift; - -+ my $enq_time = time - 25200; -+ my $enq_sql = strftime("%Y-%m-%d %H:%M:%S", localtime($enq_time)); -+ - my $rc = $self->_doQuery( -- "DELETE FROM build_ports_queue WHERE enqueue_date<=NOW()-25200 AND status != 'ENQUEUED'" -+ "DELETE FROM build_ports_queue WHERE enqueue_date<=? AND status != 'ENQUEUED'", -+ [$enq_sql] - ); - - return $rc; diff --git a/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.pl b/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.pl deleted file mode 100644 index e57dc27820a1..000000000000 --- a/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.pl +++ /dev/null @@ -1,20 +0,0 @@ ---- ./lib/tc_command.pl.orig 2008-08-15 20:23:07.000000000 +0300 -+++ ./lib/tc_command.pl 2008-09-07 09:37:07.000000000 +0300 -@@ -24,7 +24,7 @@ - # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - # SUCH DAMAGE. - # --# $MCom: portstools/tinderbox/lib/tc_command.pl,v 1.150 2008/08/15 17:23:07 marcus Exp $ -+# $MCom: portstools/tinderbox/lib/tc_command.pl,v 1.150.2.1 2008/09/05 21:52:24 marcus Exp $ - # - - my $pb; -@@ -1668,7 +1668,7 @@ - . "\n"); - } else { - cleanup($ds, 1, -- "There is no BuildPortsQueue configured in the datastore.\n" -+ "There are no more queued ports for this host in the datastore.\n" - ); - } - } diff --git a/ports-mgmt/tinderbox-devel/files/patch-sql__genschema b/ports-mgmt/tinderbox-devel/files/patch-sql__genschema deleted file mode 100644 index 59a008d3086b..000000000000 --- a/ports-mgmt/tinderbox-devel/files/patch-sql__genschema +++ /dev/null @@ -1,19 +0,0 @@ ---- ./sql/genschema.orig 2008-07-25 02:52:33.000000000 +0300 -+++ ./sql/genschema 2008-09-07 09:37:07.000000000 +0300 -@@ -24,7 +24,7 @@ - # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - # SUCH DAMAGE. - # --# $MCom: portstools/tinderbox/sql/genschema,v 1.1 2008/07/24 23:52:33 ade Exp $ -+# $MCom: portstools/tinderbox/sql/genschema,v 1.1.2.1 2008/09/05 11:16:29 beat Exp $ - # - # Create a full-blown schema from a series of files, reducing duplication - # -@@ -48,6 +48,6 @@ - # Kick out the generated schema - # - cat schema.${dbtype}.pre \ -- values.config values.hooks values.pfp values.pfr \ -+ values.config values.hooks values.pfr values.pfp \ - schema.${dbtype}.post - exit 0 diff --git a/ports-mgmt/tinderbox-devel/files/patch-sql__schema.pgsql.pre b/ports-mgmt/tinderbox-devel/files/patch-sql__schema.pgsql.pre deleted file mode 100644 index 5d516eb2b046..000000000000 --- a/ports-mgmt/tinderbox-devel/files/patch-sql__schema.pgsql.pre +++ /dev/null @@ -1,20 +0,0 @@ ---- ./sql/schema.pgsql.pre.orig 2008-08-05 02:18:10.000000000 +0300 -+++ ./sql/schema.pgsql.pre 2008-09-07 09:37:07.000000000 +0300 -@@ -99,7 +99,7 @@ - -- DROP TABLE port_dependencies CASCADE; - CREATE TABLE port_dependencies ( - port_dependency_id SERIAL PRIMARY KEY, -- build_port_id INTEGER REFERENCES build_port(build_port_id) ON UPDATE CASCADE ON DELETE CASCADE, -+ build_port_id INTEGER REFERENCES build_ports(build_port_id) ON UPDATE CASCADE ON DELETE CASCADE, - port_id INTEGER REFERENCES ports(port_id) ON UPDATE CASCADE ON DELETE CASCADE, - dependency_type VARCHAR(16) CHECK (dependency_type IN ('UNKNOWN', 'EXTRACT_DEPENDS', 'PATCH_DEPENDS', 'FETCH_DEPENDS', 'BUILD_DEPENDS', 'LIB_DEPENDS', 'DEPENDS', 'RUN_DEPENDS')) DEFAULT 'UNKNOWN' - ); -@@ -109,7 +109,7 @@ - -- DROP TABLE config CASCADE; - CREATE TABLE config ( - config_option_name VARCHAR(255) NOT NULL PRIMARY KEY, -- config_option_value TEXT, -+ config_option_value TEXT - ); - - -- DROP TABLE build_ports_queue CASCADE; 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 f1af49cc1714..000000000000 --- a/ports-mgmt/tinderbox-devel/files/pkg-message.in +++ /dev/null @@ -1,35 +0,0 @@ - -=============================================================================== -ports-mgmt/tinderbox is now installed, but it requires some additional setup. - -**************************************************** -Please do read: %%PREFIX%%/tinderbox/scripts/README -**************************************************** - -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/ - -============================================================================= - diff --git a/ports-mgmt/tinderbox-devel/pkg-descr b/ports-mgmt/tinderbox-devel/pkg-descr deleted file mode 100644 index 777a24ae65e7..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 6.X world as a jail on FreeBSD 7.X/8.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 cc626095a1d7..000000000000 --- a/ports-mgmt/tinderbox-devel/pkg-plist +++ /dev/null @@ -1,128 +0,0 @@ -etc/rc.d/tinderbox -tinderbox/scripts/README -tinderbox/scripts/ds.ph.dist -tinderbox/scripts/etc/env/.keep_me -tinderbox/scripts/etc/rc.d/tinderd.sh -tinderbox/scripts/lib/Tinderbox/Build.pm -tinderbox/scripts/lib/Tinderbox/BuildPortsQueue.pm -tinderbox/scripts/lib/Tinderbox/Config.pm -tinderbox/scripts/lib/Tinderbox/Hook.pm -tinderbox/scripts/lib/Tinderbox/Jail.pm -tinderbox/scripts/lib/Tinderbox/MakeCache.pm -tinderbox/scripts/lib/Tinderbox/Port.pm -tinderbox/scripts/lib/Tinderbox/PortFailPattern.pm -tinderbox/scripts/lib/Tinderbox/PortFailReason.pm -tinderbox/scripts/lib/Tinderbox/PortsTree.pm -tinderbox/scripts/lib/Tinderbox/TinderObject.pm -tinderbox/scripts/lib/Tinderbox/TinderboxDS.pm -tinderbox/scripts/lib/Tinderbox/User.pm -tinderbox/scripts/lib/buildscript -tinderbox/scripts/lib/db-mysql.sh -tinderbox/scripts/lib/db-pgsql.sh -tinderbox/scripts/lib/enterbuild -tinderbox/scripts/lib/makemake -tinderbox/scripts/lib/pnohang.c -tinderbox/scripts/lib/portbuild -tinderbox/scripts/lib/tc_command.pl -tinderbox/scripts/lib/tc_command.sh -tinderbox/scripts/lib/tinderbox.env -tinderbox/scripts/lib/tinderlib.pl -tinderbox/scripts/lib/tinderlib.sh -tinderbox/scripts/sql/genschema -tinderbox/scripts/sql/schema.mysql.post -tinderbox/scripts/sql/schema.mysql.pre -tinderbox/scripts/sql/schema.pgsql.post -tinderbox/scripts/sql/schema.pgsql.pre -tinderbox/scripts/sql/values.config -tinderbox/scripts/sql/values.hooks -tinderbox/scripts/sql/values.pfp -tinderbox/scripts/sql/values.pfr -tinderbox/scripts/tc -tinderbox/scripts/tinderbox.ph.dist -tinderbox/scripts/tinderd -tinderbox/scripts/upgrade/.keep_me -tinderbox/scripts/upgrade/build_ports.map -tinderbox/scripts/upgrade/build_ports_queue.map -tinderbox/scripts/upgrade/builds.map -tinderbox/scripts/upgrade/config.map -tinderbox/scripts/upgrade/hooks.map -tinderbox/scripts/upgrade/jails.map -tinderbox/scripts/upgrade/order.lst -tinderbox/scripts/upgrade/user_permissions.map -%%WEBUI%%tinderbox/scripts/webui/core/Build.php -%%WEBUI%%tinderbox/scripts/webui/core/BuildPortsQueue.php -%%WEBUI%%tinderbox/scripts/webui/core/Config.php -%%WEBUI%%tinderbox/scripts/webui/core/Jail.php -%%WEBUI%%tinderbox/scripts/webui/core/Port.php -%%WEBUI%%tinderbox/scripts/webui/core/PortFailReason.php -%%WEBUI%%tinderbox/scripts/webui/core/PortsTree.php -%%WEBUI%%tinderbox/scripts/webui/core/TinderObject.php -%%WEBUI%%tinderbox/scripts/webui/core/TinderboxDS.php -%%WEBUI%%tinderbox/scripts/webui/core/User.php -%%WEBUI%%tinderbox/scripts/webui/core/functions.php -%%WEBUI%%tinderbox/scripts/webui/inc_ds.php.dist -%%WEBUI%%tinderbox/scripts/webui/inc_tinderbox.php.dist -%%WEBUI%%tinderbox/scripts/webui/index.php -%%WEBUI%%tinderbox/scripts/webui/favicon.ico -%%WEBUI%%tinderbox/scripts/webui/module/module.php -%%WEBUI%%tinderbox/scripts/webui/module/moduleBuildPorts.php -%%WEBUI%%tinderbox/scripts/webui/module/moduleBuilds.php -%%WEBUI%%tinderbox/scripts/webui/module/moduleConfig.php -%%WEBUI%%tinderbox/scripts/webui/module/modulePortFailureReasons.php -%%WEBUI%%tinderbox/scripts/webui/module/modulePorts.php -%%WEBUI%%tinderbox/scripts/webui/module/moduleRss.php -%%WEBUI%%tinderbox/scripts/webui/module/moduleSession.php -%%WEBUI%%tinderbox/scripts/webui/module/moduleTinderd.php -%%WEBUI%%tinderbox/scripts/webui/module/moduleUsers.php -%%WEBUI%%tinderbox/scripts/webui/templates/default/config.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/current_buildports.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/describe_port.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/display_login.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/failed_buildports.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/latest_buildports.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/list_buildports.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/list_builds.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/list_failure_reasons.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/list_tinderd_queue.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/messages.inc -%%WEBUI%%tinderbox/scripts/webui/templates/default/please_login.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/tinderstyle.css -%%WEBUI%%tinderbox/scripts/webui/templates/default/user_admin.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/user_permissions.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/default/user_properties.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/config.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/current_buildports.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/describe_port.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/display_login.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/failed_buildports.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/footer.inc.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/header.inc.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/images/hdr_fill.png -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/latest_buildports.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/list_buildports.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/list_builds.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/list_failure_reasons.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/list_tinderd_queue.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/messages.inc -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/please_login.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/rss.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/tinderstyle.css -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/user_admin.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/user_permissions.tpl -%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/user_properties.tpl -%%WEBUI%%@dirrm tinderbox/scripts/webui/templates/paefchen/images -%%WEBUI%%@dirrm tinderbox/scripts/webui/templates/paefchen -%%WEBUI%%@dirrm tinderbox/scripts/webui/templates/default -%%WEBUI%%@dirrm tinderbox/scripts/webui/templates -%%WEBUI%%@dirrm tinderbox/scripts/webui/module -%%WEBUI%%@dirrm tinderbox/scripts/webui/core -%%WEBUI%%@dirrmtry tinderbox/scripts/webui -@dirrm tinderbox/scripts/upgrade -@dirrm tinderbox/scripts/sql -@dirrm tinderbox/scripts/lib/Tinderbox -@dirrm tinderbox/scripts/lib -@dirrm tinderbox/scripts/etc/rc.d -@dirrm tinderbox/scripts/etc/env -@dirrm tinderbox/scripts/etc -@dirrm tinderbox/scripts -@dirrmtry tinderbox |