diff options
Diffstat (limited to 'www/rt36')
-rw-r--r-- | www/rt36/Makefile | 214 | ||||
-rw-r--r-- | www/rt36/distinfo | 6 | ||||
-rw-r--r-- | www/rt36/files/multiple-bin-webmux_pl_in | 16 | ||||
-rw-r--r-- | www/rt36/files/multiple-lib-RT_pm_in | 62 | ||||
-rw-r--r-- | www/rt36/files/multiple-sbin-rt-setup-database_in | 22 | ||||
-rw-r--r-- | www/rt36/files/patch-Makefile_in | 38 | ||||
-rw-r--r-- | www/rt36/pkg-descr | 13 | ||||
-rw-r--r-- | www/rt36/pkg-install | 20 | ||||
-rw-r--r-- | www/rt36/pkg-message | 14 | ||||
-rw-r--r-- | www/rt36/pkg-plist | 582 |
10 files changed, 0 insertions, 987 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile deleted file mode 100644 index 69a249b7f24d..000000000000 --- a/www/rt36/Makefile +++ /dev/null @@ -1,214 +0,0 @@ -# New ports collection makefile for: rt3 -# Date created: 28 November 2002 -# Whom: autrijus -# -# $FreeBSD$ -# - -PORTNAME= rt -PORTVERSION?= 3.4.4 -CATEGORIES= www -MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \ - http://download.bestpractical.com/pub/rt/devel/ \ - ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ \ - ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/devel/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= autrijus@autrijus.org -COMMENT?= RT is an industrial-grade ticketing system written in Perl - -BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ - ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ - ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ - ${SITE_PERL}/HTML/Scrubber.pm:${PORTSDIR}/www/p5-HTML-Scrubber \ - ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${SITE_PERL}/HTTP/Server/Simple/Mason.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple-Mason \ - ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext \ - ${SITE_PERL}/Locale/Maketext/Fuzzy.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Fuzzy \ - ${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \ - ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/Module/Refresh.pm:${PORTSDIR}/devel/p5-Module-Refresh \ - ${SITE_PERL}/Module/Versions/Report.pm:${PORTSDIR}/devel/p5-Module-Versions-Report \ - ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ - ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Test/WWW/Mechanize.pm:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ - ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat \ - ${SITE_PERL}/Text/Quoted.pm:${PORTSDIR}/textproc/p5-Text-Quoted \ - ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ - ${SITE_PERL}/Text/WikiFormat.pm:${PORTSDIR}/textproc/p5-Text-WikiFormat \ - ${SITE_PERL}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \ - ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \ - ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ - ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS -RUN_DEPENDS= ${BUILD_DEPENDS} - -LATEST_LINK= rt34 -HAS_CONFIGURE= yes -NO_BUILD= yes -NO_PACKAGE= Executes scripts in post-install phase -APACHE_COMPAT= yes - -CONFIGURE_ARGS= --prefix=${RT_PATH} \ - --enable-layout=${LAYOUT} \ - --with-web-user=${WEB_USER} \ - --with-web-group=${WEB_GROUP} \ - --with-libs-group=${LIBS_GROUP} \ - --with-db-host=${DB_HOST} \ - --with-db-port=${DB_PORT} \ - --with-db-type=${DB_TYPE} \ - --with-db-rt-user=${DB_USER} \ - --with-db-rt-pass=${DB_PASSWORD} \ - --with-db-database=${DB_DATABASE} \ - --with-db-dba=${DB_DBA_USER} - -.if defined(WITH_FASTCGI) -.if defined(WITH_APACHE2) -BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi -.else -BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi -.endif -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI -DEPENDS_ARGS+= WITHOUT_MODPERL=yes -.else -BUILD_DEPENDS+= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI -.if defined(WITH_APACHE2) -BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 -DEPENDS_ARGS+= WITHOUT_MODPERL=yes -DEPENDS_ARGS+= WITH_MODPERL2=yes -.else -# XXX - probe for static mod_perl using `httpd -l | grep perl` -BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq -.endif -.endif -.if defined(MULTIPLE_INSTANCES) -EXTRA_PATCHES+= ${FILESDIR}/multiple* -.endif - -DB_TYPE?= mysql - -.if ${DB_TYPE} == "Oracle" -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle -.else -.if ${DB_TYPE} == "Pg" -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.else -.if ${DB_TYPE} == "SQLite" -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite -.else -DB_TYPE= mysql -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql -.endif -.endif -.endif - -USE_PERL5= yes -RT_PATH?= ${PREFIX}/rt3 -PLIST_SUB= RT_PATH=${RT_PATH} RTPLIST=${RT_PATH:S/^${PREFIX}\///} -LAYOUT?= RT3 - -DB_DBA_USER?= root -DB_USER?= rt_user -DB_PASSWORD?= rt_pass -DB_HOST?= localhost -DB_DATABASE?= rt3 -DB_DBA_PASSWORD?= - -WEB_USER?= www -WEB_GROUP?= www -LIBS_GROUP?= wheel - -.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32) -UPGRADES= 3.1.0 3.1.15 3.1.17 -.endif -.if defined(UPGRADE_RT32) -UPGRADES+= 3.3.0 3.3.11 -.endif - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500803 -IGNORE= This program only support perl 5.8.3 or above -.endif - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " UPGRADE_RT30 Upgrading from a RT 3.0 installation" - @${ECHO} " UPGRADE_RT32 Upgrading from a RT 3.2 installation" - @${ECHO} " INITIAL_INSTALL Do initialize DB (for initial install only)" - @${ECHO} " WITH_FASTCGI Use FastCGI instead of mod_perl" - @${ECHO} " WITH_APACHE2 Use Apache2 as the web server" - @${ECHO} " MULTIPLE_INSTANCES Patch RT to allow for multiple instances" - @${ECHO} " (see: http://wiki.bestpractical.com/index.cgi?MultipleInstances)" - @${ECHO} "" - @${ECHO} " DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql)" - @${ECHO} " DB_HOST=hostname The database host (localhost)" - @${ECHO} " DB_PORT=port The database port" - @${ECHO} " DB_DATABASE=port The database name (rt3)" - - @${ECHO} " DB_DBA_USER=username Name of database administrator (root)" - @${ECHO} " DB_DBA_PASSWORD=password Password of database administrator" - @${ECHO} " DB_USER=username Name of database user for RT (rt_user)" - @${ECHO} " DB_PASSWORD=password Name of database password for RT (rt_pass)" - @sleep 3 - -pre-install: - @${RM} -f ${WRKSRC}/html/Admin/Queues/*orig 2>/dev/null - @${RM} -f ${WRKSRC}/html/Search/Elements/*orig 2>/dev/null - @${RM} -f ${WRKSRC}/lib/RT/I18N/*orig 2>/dev/null - @${RM} -f ${WRKSRC}/lib/*orig ${WRKSRC}/lib/*.in 2>/dev/null - PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} \ - ${PKGNAME} PRE-INSTALL - -post-install: - @${INSTALL_DATA} ${WRKSRC}/README ${RT_PATH}/README - @[ -f ${RT_PATH}/etc/RT_SiteConfig.pm ] || \ - ${CP} -p ${RT_PATH}/etc/RT_SiteConfig.pm-dist ${RT_PATH}/etc/RT_SiteConfig.pm -.if !defined(INITIAL_INSTALL) -.if defined(UPGRADES) -.for version in ${UPGRADES} - -@${PERL} $(RT_PATH)/sbin/rt-setup-database --action schema --datadir ${WRKSRC}/etc/upgrade/${version} --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' - -@${PERL} $(RT_PATH)/sbin/rt-setup-database --action acl --datadir ${WRKSRC}/etc/upgrade/${version} --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' - -@${PERL} $(RT_PATH)/sbin/rt-setup-database --action insert --datadir ${WRKSRC}/etc/upgrade/${version} --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' -.endfor - @${ECHO} "" - @${ECHO} "Upgrade of RT3 complete." -.else - @${ECHO} "" - @${ECHO} "Installation of RT3 complete." - @${ECHO} "If you are upgrading from RT 3.0, please enter this now:" - @${ECHO} " make post-install -DUPGRADE_RT30" - @${ECHO} "" - @${ECHO} "If you are upgrading from RT 3.2, please enter this now:" - @${ECHO} " make post-install -DUPGRADE_RT32" - @${ECHO} "" - @${ECHO} "If you are initializing a new installation, please do this:" - @${ECHO} " make post-install -DINITIAL_INSTALL" - @${ECHO} "" - @${ECHO} "Note that for both commands above, you will still need to" - @${ECHO} "supply the same build flags as passed to 'make install'," - @${ECHO} "in particular DB_DBA_USER and DB_DBA_PASSWORD." - @${ECHO} "" -.endif -.else - -@${PERL} $(RT_PATH)/sbin/rt-setup-database --force --action drop --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' - -@${PERL} $(RT_PATH)/sbin/rt-setup-database --force --action init --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' - @${SED} s!%%RT_PATH%%!${RT_PATH}!g ${PKGMESSAGE} -.endif - -.include <bsd.port.post.mk> diff --git a/www/rt36/distinfo b/www/rt36/distinfo deleted file mode 100644 index 7dc95b6c03ab..000000000000 --- a/www/rt36/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rt-3.4.4.tar.gz) = 769d77eea39006be643cbd2db4820ba3 -SHA256 (rt-3.4.4.tar.gz) = 3c8d9bed34c5c9f0cccf9be79132be62b7eba30318dd1bb0bf3cc117cbd1e23c -SIZE (rt-3.4.4.tar.gz) = 1393950 -MD5 (rt-3.4.4.tar.gz.sig) = ee0787e1dbd981dec7b9481c23fe61d1 -SHA256 (rt-3.4.4.tar.gz.sig) = faa1dfef466abdcf405cc767921099e933cd896f3895dda3767061de70746d1a -SIZE (rt-3.4.4.tar.gz.sig) = 65 diff --git a/www/rt36/files/multiple-bin-webmux_pl_in b/www/rt36/files/multiple-bin-webmux_pl_in deleted file mode 100644 index 452c8f6d8c6f..000000000000 --- a/www/rt36/files/multiple-bin-webmux_pl_in +++ /dev/null @@ -1,16 +0,0 @@ -Index: bin/webmux.pl.in ---- rt-3.4.2-pristine/bin/webmux.pl.in 2005-05-11 20:36:48.064856616 -0400 -+++ rt-3.4.2/bin/webmux.pl.in 2005-05-11 20:39:43.540180312 -0400 -@@ -64,6 +64,12 @@ - } - - use lib ( "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" ); -+if ($ENV{RT_INSTANCE_PATH}) { -+ lib->import("$ENV{RT_INSTANCE_PATH}/local/lib"); -+} -+if ($ENV{RT_VENDOR_PATH}) { -+ lib->import($ENV{RT_VENDOR_PATH}); -+} - use RT; - - package RT::Mason; diff --git a/www/rt36/files/multiple-lib-RT_pm_in b/www/rt36/files/multiple-lib-RT_pm_in deleted file mode 100644 index dbabff75b1f4..000000000000 --- a/www/rt36/files/multiple-lib-RT_pm_in +++ /dev/null @@ -1,62 +0,0 @@ -Index: lib/RT.pm.in ---- rt-3.4.2-pristine/lib/RT.pm.in 2005-05-11 20:36:48.098851448 -0400 -+++ rt-3.4.2/lib/RT.pm.in 2005-05-11 20:41:52.026647400 -0400 -@@ -98,6 +98,60 @@ - # via the web interface) - $MasonSessionDir = '@MASON_SESSION_PATH@'; - -+=item import -+ -+Allow override of various internal paths. -+ -+ RT->import ( -+ RT_INSTANCE_PATH => '/usr/local/rt/stuff', -+ SITE_CONFIG_FILE => '/etc/stuff.pm', -+ ... -+ ); -+ -+If RT_INSTANCE_PATH is set in the arguments (or in %ENV) -+then it replaces the old value of $BasePath in the following -+variables: -+ $SITE_CONFIG_FILE -+ $LocalPath -+ $LocalEtcPath -+ $LocalLexiconPath -+ $MasonLocalComponentRoot -+ $MasonDataDir -+ $MasonSessionDir -+ -+Beyond that, those individual values can be set explicitly -+by arguments. -+ -+=cut -+ -+sub import { -+no strict 'refs'; -+ shift; -+ my %args = @_; -+ return unless ( scalar (keys %args) || $ENV{RT_INSTANCE_PATH} ); -+ -+ my @variables = qw ( -+ SITE_CONFIG_FILE -+ LocalPath -+ LocalEtcPath -+ LocalLexiconPath -+ MasonLocalComponentRoot -+ MasonDataDir -+ MasonSessionDir -+ ); -+ -+ my $RT_INSTANCE_PATH = $args{RT_INSTANCE_PATH} || $ENV{RT_INSTANCE_PATH}; -+ if ($RT_INSTANCE_PATH) { -+ foreach my $vref (@variables) { -+ $$vref =~ s/^\Q$BasePath\E/$RT_INSTANCE_PATH/; -+ } -+ } -+ foreach my $vref (@variables) { -+ $$vref = $args{$vref} if defined ( $args{$vref} ); -+ } -+ -+use strict 'refs'; -+} - diff --git a/www/rt36/files/multiple-sbin-rt-setup-database_in b/www/rt36/files/multiple-sbin-rt-setup-database_in deleted file mode 100644 index 069500761b77..000000000000 --- a/www/rt36/files/multiple-sbin-rt-setup-database_in +++ /dev/null @@ -1,22 +0,0 @@ -Index: sbin/rt-setup-database.in ---- rt-3.4.2-pristine/sbin/rt-setup-database.in 2005-05-11 20:36:48.128846888 -0400 -+++ rt-3.4.2/sbin/rt-setup-database.in 2005-05-11 20:45:35.800628584 -0400 -@@ -50,11 +50,17 @@ - qw(@Groups @Users @ACL @Queues @ScripActions @ScripConditions @Templates @CustomFields @Scrips); - - use lib "@RT_LIB_PATH@"; -+## RT_INSTANCE_PATH can be passed on command line. -+## Can change where RT_SiteConfig is read from. -+my $RT_INSTANCE_PATH; -+BEGIN { -+ $RT_INSTANCE_PATH = shift || $ENV{RT_INSTANCE_PATH}; -+} - - #This drags in RT's config.pm - # We do it in a begin block because RT::Handle needs to know the type to do its - # inheritance --use RT; -+use RT (RT_INSTANCE_PATH => $RT_INSTANCE_PATH); - use Carp; - use RT::User; - use RT::CurrentUser; diff --git a/www/rt36/files/patch-Makefile_in b/www/rt36/files/patch-Makefile_in deleted file mode 100644 index a689b003e405..000000000000 --- a/www/rt36/files/patch-Makefile_in +++ /dev/null @@ -1,38 +0,0 @@ ---- Makefile.in.orig Fri Apr 1 11:18:10 2005 -+++ Makefile.in Wed May 4 17:00:58 2005 -@@ -224,9 +224,6 @@ - @echo "very dangerous. Note that you do not have to manually add a " - @echo "database user or set up a database for RT. These actions will be " - @echo "taken care of in the next step.)" -- @echo "" -- @echo "After that, you need to initialize RT's database by running" -- @echo " 'make initialize-database'" - - # @echo " or by executing " - # @echo " '$(RT_SBIN_PATH)/rt-setup-database --action init \ " -@@ -284,7 +281,7 @@ - chgrp -R $(RTGROUP) $(DESTDIR)/$(RT_ETC_PATH) - - chmod 0550 $(DESTDIR)/$(CONFIG_FILE) -- chmod 0550 $(DESTDIR)/$(SITE_CONFIG_FILE) -+ chmod 0550 $(DESTDIR)/$(SITE_CONFIG_FILE)-dist - - # Make the interfaces executable - chown $(BIN_OWNER) $(BINARIES) -@@ -331,13 +328,13 @@ - config-install: - mkdir -p $(DESTDIR)/$(CONFIG_FILE_PATH) - -cp etc/RT_Config.pm $(DESTDIR)/$(CONFIG_FILE) -- [ -f $(DESTDIR)/$(SITE_CONFIG_FILE) ] || cp etc/RT_SiteConfig.pm $(DESTDIR)/$(SITE_CONFIG_FILE) -+ -cp etc/RT_SiteConfig.pm $(DESTDIR)/$(SITE_CONFIG_FILE)-dist - - chgrp $(RTGROUP) $(DESTDIR)/$(CONFIG_FILE) - chown $(BIN_OWNER) $(DESTDIR)/$(CONFIG_FILE) - -- chgrp $(RTGROUP) $(DESTDIR)/$(SITE_CONFIG_FILE) -- chown $(BIN_OWNER) $(DESTDIR)/$(SITE_CONFIG_FILE) -+ chgrp $(RTGROUP) $(DESTDIR)/$(SITE_CONFIG_FILE)-dist -+ chown $(BIN_OWNER) $(DESTDIR)/$(SITE_CONFIG_FILE)-dist - - @echo "Installed configuration. about to install rt in $(RT_PATH)" - diff --git a/www/rt36/pkg-descr b/www/rt36/pkg-descr deleted file mode 100644 index eaf1f22f1df7..000000000000 --- a/www/rt36/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -RT is an industrial-grade ticketing system. It lets a group of people -intelligently and efficiently manage requests submitted by a community -of users. RT is used by systems administrators, customer support -staffs, NOCs, developers and even marketing departments at over a -thousand sites around the world. - -RT3 significantly revamped the RT codebase, featuring standard-compliant -Web UI, approval-based workflow system, REST-powered RPC mail gateway, -recursive group membership with delegates, autoconf, custom field support, -I18N and L10N framework, web-editable scrips, better documentation and -regression test suite, and more. - -WWW: http://www.bestpractical.com/rt/ diff --git a/www/rt36/pkg-install b/www/rt36/pkg-install deleted file mode 100644 index c7a940c2aa4d..000000000000 --- a/www/rt36/pkg-install +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -GROUP=rt - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -exit 0 diff --git a/www/rt36/pkg-message b/www/rt36/pkg-message deleted file mode 100644 index 414f02c0b294..000000000000 --- a/www/rt36/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -===================================================================== - -To complete the installation of this port, please follow these steps: - -1. Edit %%RT_PATH%%/etc/RT_SiteConfig.pm, by referring to - the default config file (%%RT_PATH%%/etc/RT_Config.pm). -2. Configure the email and web gateways. Please refer to - 'SETTING UP THE MAIL GATEWAY' in %%RT_PATH%%/README -3. Restart Apache. -4. Do remember to *CHANGE* the root's password for the web interface. - The default is "password" (without the quotes.) -5. Configure RT per the instructions at http://www.fsck.com/rtfm/. - -===================================================================== diff --git a/www/rt36/pkg-plist b/www/rt36/pkg-plist deleted file mode 100644 index b74941be567f..000000000000 --- a/www/rt36/pkg-plist +++ /dev/null @@ -1,582 +0,0 @@ -@comment $FreeBSD$ -@unexec if cmp -s %%RT_PATH%%/etc/RT_SiteConfig.pm %%RT_PATH%%/etc/RT_SiteConfig.pm-dist; then rm -f %%RT_PATH%%/etc/RT_SiteConfig.pm; fi -%%RTPLIST%%/etc/RT_SiteConfig.pm-dist -@exec [ -f %%RT_PATH%%/etc/RT_SiteConfig.pm ] || cp -p %%RT_PATH%%/etc/RT_SiteConfig.pm-dist %%RT_PATH%%/etc/RT_SiteConfig.pm -%%RTPLIST%%/README -%%RTPLIST%%/bin/mason_handler.fcgi -%%RTPLIST%%/bin/mason_handler.scgi -%%RTPLIST%%/bin/mason_handler.svc -%%RTPLIST%%/bin/rt -%%RTPLIST%%/bin/rt-crontool -%%RTPLIST%%/bin/rt-mailgate -%%RTPLIST%%/bin/standalone_httpd -%%RTPLIST%%/bin/webmux.pl -%%RTPLIST%%/etc/RT_Config.pm -%%RTPLIST%%/etc/acl.Informix -%%RTPLIST%%/etc/acl.Oracle -%%RTPLIST%%/etc/acl.Pg -%%RTPLIST%%/etc/acl.Sybase -%%RTPLIST%%/etc/acl.mysql -%%RTPLIST%%/etc/initialdata -%%RTPLIST%%/etc/schema.Informix -%%RTPLIST%%/etc/schema.Oracle -%%RTPLIST%%/etc/schema.Pg -%%RTPLIST%%/etc/schema.SQLite -%%RTPLIST%%/etc/schema.Sybase -%%RTPLIST%%/etc/schema.mysql -%%RTPLIST%%/lib/RT.pm -%%RTPLIST%%/lib/RT/ACE.pm -%%RTPLIST%%/lib/RT/ACE_Overlay.pm -%%RTPLIST%%/lib/RT/ACL.pm -%%RTPLIST%%/lib/RT/ACL_Overlay.pm -%%RTPLIST%%/lib/RT/Action/AutoOpen.pm -%%RTPLIST%%/lib/RT/Action/Autoreply.pm -%%RTPLIST%%/lib/RT/Action/CreateTickets.pm -%%RTPLIST%%/lib/RT/Action/EscalatePriority.pm -%%RTPLIST%%/lib/RT/Action/Generic.pm -%%RTPLIST%%/lib/RT/Action/Notify.pm -%%RTPLIST%%/lib/RT/Action/NotifyAsComment.pm -%%RTPLIST%%/lib/RT/Action/RecordComment.pm -%%RTPLIST%%/lib/RT/Action/RecordCorrespondence.pm -%%RTPLIST%%/lib/RT/Action/ResolveMembers.pm -%%RTPLIST%%/lib/RT/Action/SendEmail.pm -%%RTPLIST%%/lib/RT/Action/SetPriority.pm -%%RTPLIST%%/lib/RT/Action/UserDefined.pm -%%RTPLIST%%/lib/RT/Attachment.pm -%%RTPLIST%%/lib/RT/Attachment_Overlay.pm -%%RTPLIST%%/lib/RT/Attachments.pm -%%RTPLIST%%/lib/RT/Attachments_Overlay.pm -%%RTPLIST%%/lib/RT/Attribute.pm -%%RTPLIST%%/lib/RT/Attribute_Overlay.pm -%%RTPLIST%%/lib/RT/Attributes.pm -%%RTPLIST%%/lib/RT/Attributes_Overlay.pm -%%RTPLIST%%/lib/RT/Base.pm -%%RTPLIST%%/lib/RT/CachedGroupMember.pm -%%RTPLIST%%/lib/RT/CachedGroupMember_Overlay.pm -%%RTPLIST%%/lib/RT/CachedGroupMembers.pm -%%RTPLIST%%/lib/RT/CachedGroupMembers_Overlay.pm -%%RTPLIST%%/lib/RT/Condition/AnyTransaction.pm -%%RTPLIST%%/lib/RT/Condition/BeforeDue.pm -%%RTPLIST%%/lib/RT/Condition/Generic.pm -%%RTPLIST%%/lib/RT/Condition/Overdue.pm -%%RTPLIST%%/lib/RT/Condition/OwnerChange.pm -%%RTPLIST%%/lib/RT/Condition/PriorityChange.pm -%%RTPLIST%%/lib/RT/Condition/PriorityExceeds.pm -%%RTPLIST%%/lib/RT/Condition/QueueChange.pm -%%RTPLIST%%/lib/RT/Condition/StatusChange.pm -%%RTPLIST%%/lib/RT/Condition/UserDefined.pm -%%RTPLIST%%/lib/RT/CurrentUser.pm -%%RTPLIST%%/lib/RT/CustomField.pm -%%RTPLIST%%/lib/RT/CustomFieldValue.pm -%%RTPLIST%%/lib/RT/CustomFieldValue_Overlay.pm -%%RTPLIST%%/lib/RT/CustomFieldValues.pm -%%RTPLIST%%/lib/RT/CustomFieldValues_Overlay.pm -%%RTPLIST%%/lib/RT/CustomField_Overlay.pm -%%RTPLIST%%/lib/RT/CustomFields.pm -%%RTPLIST%%/lib/RT/CustomFields_Overlay.pm -%%RTPLIST%%/lib/RT/Date.pm -%%RTPLIST%%/lib/RT/EmailParser.pm -%%RTPLIST%%/lib/RT/Group.pm -%%RTPLIST%%/lib/RT/GroupMember.pm -%%RTPLIST%%/lib/RT/GroupMember_Overlay.pm -%%RTPLIST%%/lib/RT/GroupMembers.pm -%%RTPLIST%%/lib/RT/GroupMembers_Overlay.pm -%%RTPLIST%%/lib/RT/Group_Overlay.pm -%%RTPLIST%%/lib/RT/Groups.pm -%%RTPLIST%%/lib/RT/Groups_Overlay.pm -%%RTPLIST%%/lib/RT/Handle.pm -%%RTPLIST%%/lib/RT/I18N.pm -%%RTPLIST%%/lib/RT/I18N/cs.pm -%%RTPLIST%%/lib/RT/I18N/cs.po -%%RTPLIST%%/lib/RT/I18N/da.po -%%RTPLIST%%/lib/RT/I18N/de.po -%%RTPLIST%%/lib/RT/I18N/en.po -%%RTPLIST%%/lib/RT/I18N/es.po -%%RTPLIST%%/lib/RT/I18N/fi.po -%%RTPLIST%%/lib/RT/I18N/fr.po -%%RTPLIST%%/lib/RT/I18N/he.po -%%RTPLIST%%/lib/RT/I18N/hu.po -%%RTPLIST%%/lib/RT/I18N/i_default.pm -%%RTPLIST%%/lib/RT/I18N/id.po -%%RTPLIST%%/lib/RT/I18N/it.po -%%RTPLIST%%/lib/RT/I18N/ja.po -%%RTPLIST%%/lib/RT/I18N/nl.po -%%RTPLIST%%/lib/RT/I18N/no.po -%%RTPLIST%%/lib/RT/I18N/pl.po -%%RTPLIST%%/lib/RT/I18N/pt_br.po -%%RTPLIST%%/lib/RT/I18N/ru.po -%%RTPLIST%%/lib/RT/I18N/zh_cn.po -%%RTPLIST%%/lib/RT/I18N/zh_tw.po -%%RTPLIST%%/lib/RT/Interface/CLI.pm -%%RTPLIST%%/lib/RT/Interface/Email.pm -%%RTPLIST%%/lib/RT/Interface/Email/Auth/GnuPG.pm -%%RTPLIST%%/lib/RT/Interface/Email/Auth/MailFrom.pm -%%RTPLIST%%/lib/RT/Interface/Email/Filter/SpamAssassin.pm -%%RTPLIST%%/lib/RT/Interface/REST.pm -%%RTPLIST%%/lib/RT/Interface/Web.pm -%%RTPLIST%%/lib/RT/Interface/Web/Handler.pm -%%RTPLIST%%/lib/RT/Interface/Web/Standalone.pm -%%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder.pm -%%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder/Tree.pm -%%RTPLIST%%/lib/RT/Link.pm -%%RTPLIST%%/lib/RT/Link_Overlay.pm -%%RTPLIST%%/lib/RT/Links.pm -%%RTPLIST%%/lib/RT/Links_Overlay.pm -%%RTPLIST%%/lib/RT/ObjectCustomFields.pm -%%RTPLIST%%/lib/RT/ObjectCustomFields_Overlay.pm -%%RTPLIST%%/lib/RT/ObjectCustomField.pm -%%RTPLIST%%/lib/RT/ObjectCustomFieldValues.pm -%%RTPLIST%%/lib/RT/ObjectCustomFieldValue.pm -%%RTPLIST%%/lib/RT/ObjectCustomField_Overlay.pm -%%RTPLIST%%/lib/RT/ObjectCustomFieldValues_Overlay.pm -%%RTPLIST%%/lib/RT/ObjectCustomFieldValue_Overlay.pm -%%RTPLIST%%/lib/RT/Principal.pm -%%RTPLIST%%/lib/RT/Principal_Overlay.pm -%%RTPLIST%%/lib/RT/Principals.pm -%%RTPLIST%%/lib/RT/Principals_Overlay.pm -%%RTPLIST%%/lib/RT/Queue.pm -%%RTPLIST%%/lib/RT/Queue_Overlay.pm -%%RTPLIST%%/lib/RT/Queues.pm -%%RTPLIST%%/lib/RT/Queues_Overlay.pm -%%RTPLIST%%/lib/RT/Record.pm -%%RTPLIST%%/lib/RT/SavedSearch.pm -%%RTPLIST%%/lib/RT/SavedSearches.pm -%%RTPLIST%%/lib/RT/Scrip.pm -%%RTPLIST%%/lib/RT/ScripAction.pm -%%RTPLIST%%/lib/RT/ScripAction_Overlay.pm -%%RTPLIST%%/lib/RT/ScripActions.pm -%%RTPLIST%%/lib/RT/ScripActions_Overlay.pm -%%RTPLIST%%/lib/RT/ScripCondition.pm -%%RTPLIST%%/lib/RT/ScripCondition_Overlay.pm -%%RTPLIST%%/lib/RT/ScripConditions.pm -%%RTPLIST%%/lib/RT/ScripConditions_Overlay.pm -%%RTPLIST%%/lib/RT/Scrip_Overlay.pm -%%RTPLIST%%/lib/RT/Scrips.pm -%%RTPLIST%%/lib/RT/Scrips_Overlay.pm -%%RTPLIST%%/lib/RT/Search/ActiveTicketsInQueue.pm -%%RTPLIST%%/lib/RT/Search/FromSQL.pm -%%RTPLIST%%/lib/RT/Search/Generic.pm -%%RTPLIST%%/lib/RT/SearchBuilder.pm -%%RTPLIST%%/lib/RT/StyleGuide.pod -%%RTPLIST%%/lib/RT/System.pm -%%RTPLIST%%/lib/RT/Template.pm -%%RTPLIST%%/lib/RT/Template_Overlay.pm -%%RTPLIST%%/lib/RT/Templates.pm -%%RTPLIST%%/lib/RT/Templates_Overlay.pm -%%RTPLIST%%/lib/RT/Ticket.pm -%%RTPLIST%%/lib/RT/Ticket_Overlay.pm -%%RTPLIST%%/lib/RT/Tickets.pm -%%RTPLIST%%/lib/RT/Tickets_Overlay.pm -%%RTPLIST%%/lib/RT/Tickets_Overlay_SQL.pm -%%RTPLIST%%/lib/RT/Transaction.pm -%%RTPLIST%%/lib/RT/Transaction_Overlay.pm -%%RTPLIST%%/lib/RT/Transactions.pm -%%RTPLIST%%/lib/RT/Transactions_Overlay.pm -%%RTPLIST%%/lib/RT/URI.pm -%%RTPLIST%%/lib/RT/URI/base.pm -%%RTPLIST%%/lib/RT/URI/fsck_com_rt.pm -%%RTPLIST%%/lib/RT/URI/t.pm -%%RTPLIST%%/lib/RT/User.pm -%%RTPLIST%%/lib/RT/User_Overlay.pm -%%RTPLIST%%/lib/RT/Users.pm -%%RTPLIST%%/lib/RT/Users_Overlay.pm -%%RTPLIST%%/lib/t/00smoke.t -%%RTPLIST%%/lib/t/data/8859-15-message-series/dir -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg1 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg2 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg3 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg4 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg5 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg6 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg7 -%%RTPLIST%%/lib/t/data/crashes-file-based-parser -%%RTPLIST%%/lib/t/data/multipart-alternative-with-umlaut -%%RTPLIST%%/lib/t/data/multipart-report -%%RTPLIST%%/lib/t/data/nested-mime-sample -%%RTPLIST%%/lib/t/data/nested-rfc-822 -%%RTPLIST%%/lib/t/data/new-ticket-from-iso-8859-1 -%%RTPLIST%%/lib/t/data/new-ticket-from-iso-8859-1-full -%%RTPLIST%%/lib/t/data/notes-uuencoded -%%RTPLIST%%/lib/t/data/rt-send-cc -%%RTPLIST%%/lib/t/data/russian-subject-no-content-type -%%RTPLIST%%/lib/t/data/text-html-in-russian -%%RTPLIST%%/lib/t/data/text-html-with-umlaut -%%RTPLIST%%/lib/t/regression/01ticket_link_searching.t -%%RTPLIST%%/lib/t/regression/02basic_web.t -%%RTPLIST%%/lib/t/regression/03web_compiliation_errors.t -%%RTPLIST%%/lib/t/regression/04send_email.t -%%RTPLIST%%/lib/t/regression/05cronsupport.t -%%RTPLIST%%/lib/t/regression/06mailgateway.t -%%RTPLIST%%/lib/t/regression/07acl.t -%%RTPLIST%%/lib/t/regression/07rights.t -%%RTPLIST%%/lib/t/regression/08web_cf_access.t -%%RTPLIST%%/lib/t/regression/09record_cf_api.t -%%RTPLIST%%/lib/t/regression/10merge.t -%%RTPLIST%%/lib/t/regression/11-template-insert.t -%%RTPLIST%%/lib/t/regression/12-search.t -%%RTPLIST%%/lib/t/regression/13-attribute-tests.t -%%RTPLIST%%/lib/t/regression/14merge.t -%%RTPLIST%%/lib/t/regression/15cf_single_values_are_single.t -%%RTPLIST%%/lib/t/regression/16-transaction_cf_tests.t -%%RTPLIST%%/lib/t/regression/17multiple_deleg_revocation.t -%%RTPLIST%%/lib/t/regression/18stale_delegations_cleanup.t -%%RTPLIST%%/lib/t/regression/19-rtname.t -%%RTPLIST%%/lib/t/regression/20savedsearch.t -%%RTPLIST%%/lib/t/regression/21query-builder.t -%%RTPLIST%%/lib/t/regression/22search_tix_by_txn.t -%%RTPLIST%%/lib/t/regression/mime_tests -%%RTPLIST%%/lib/t/setup_regression.t -%%RTPLIST%%/lib/t/create_data.pl -%%RTPLIST%%/sbin/rt-setup-database -%%RTPLIST%%/sbin/rt-test-dependencies -%%RTPLIST%%/sbin/rt-dump-database -%%RTPLIST%%/share/doc/README -%%RTPLIST%%/share/html/Admin/Elements/AddCustomFieldValue -%%RTPLIST%%/share/html/Admin/Elements/CreateUserCalled -%%RTPLIST%%/share/html/Admin/Elements/CustomFieldTabs -%%RTPLIST%%/share/html/Admin/Elements/EditCustomField -%%RTPLIST%%/share/html/Admin/Elements/EditCustomFieldValues -%%RTPLIST%%/share/html/Admin/Elements/EditCustomFields -%%RTPLIST%%/share/html/Admin/Elements/EditQueueWatchers -%%RTPLIST%%/share/html/Admin/Elements/EditScrip -%%RTPLIST%%/share/html/Admin/Elements/EditScrips -%%RTPLIST%%/share/html/Admin/Elements/EditTemplates -%%RTPLIST%%/share/html/Admin/Elements/EditUserComments -%%RTPLIST%%/share/html/Admin/Elements/GlobalCustomFieldTabs -%%RTPLIST%%/share/html/Admin/Elements/GroupTabs -%%RTPLIST%%/share/html/Admin/Elements/Header -%%RTPLIST%%/share/html/Admin/Elements/ListGlobalCustomFields -%%RTPLIST%%/share/html/Admin/Elements/ListGlobalScrips -%%RTPLIST%%/share/html/Admin/Elements/ModifyTemplate -%%RTPLIST%%/share/html/Admin/Elements/ObjectCustomFields -%%RTPLIST%%/share/html/Admin/Elements/PickObjects -%%RTPLIST%%/share/html/Admin/Elements/PickCustomFields -%%RTPLIST%%/share/html/Admin/Elements/QueueRightsForUser -%%RTPLIST%%/share/html/Admin/Elements/QueueTabs -%%RTPLIST%%/share/html/Admin/Elements/SelectCustomFieldLookupType -%%RTPLIST%%/share/html/Admin/Elements/SelectCustomFieldType -%%RTPLIST%%/share/html/Admin/Elements/SelectGroups -%%RTPLIST%%/share/html/Admin/Elements/SelectModifyGroup -%%RTPLIST%%/share/html/Admin/Elements/SelectModifyQueue -%%RTPLIST%%/share/html/Admin/Elements/SelectModifyUser -%%RTPLIST%%/share/html/Admin/Elements/SelectNewGroupMembers -%%RTPLIST%%/share/html/Admin/Elements/SelectRights -%%RTPLIST%%/share/html/Admin/Elements/SelectScrip -%%RTPLIST%%/share/html/Admin/Elements/SelectScripAction -%%RTPLIST%%/share/html/Admin/Elements/SelectScripCondition -%%RTPLIST%%/share/html/Admin/Elements/SelectSingleOrMultiple -%%RTPLIST%%/share/html/Admin/Elements/SelectStage -%%RTPLIST%%/share/html/Admin/Elements/SelectTemplate -%%RTPLIST%%/share/html/Admin/Elements/SelectUsers -%%RTPLIST%%/share/html/Admin/Elements/SystemTabs -%%RTPLIST%%/share/html/Admin/Elements/Tabs -%%RTPLIST%%/share/html/Admin/Elements/ToolTabs -%%RTPLIST%%/share/html/Admin/Elements/UserTabs -%%RTPLIST%%/share/html/Admin/Global/GroupRights.html -%%RTPLIST%%/share/html/Admin/Global/Scrip.html -%%RTPLIST%%/share/html/Admin/Global/Scrips.html -%%RTPLIST%%/share/html/Admin/Global/Template.html -%%RTPLIST%%/share/html/Admin/Global/Templates.html -%%RTPLIST%%/share/html/Admin/Global/UserRights.html -%%RTPLIST%%/share/html/Admin/Global/index.html -%%RTPLIST%%/share/html/Admin/Global/CustomFields/Groups.html -%%RTPLIST%%/share/html/Admin/Global/CustomFields/Users.html -%%RTPLIST%%/share/html/Admin/Global/CustomFields/index.html -%%RTPLIST%%/share/html/Admin/Global/CustomFields/Queue-Transactions.html -%%RTPLIST%%/share/html/Admin/Global/CustomFields/Queue-Tickets.html -%%RTPLIST%%/share/html/Admin/CustomFields/GroupRights.html -%%RTPLIST%%/share/html/Admin/CustomFields/UserRights.html -%%RTPLIST%%/share/html/Admin/CustomFields/Modify.html -%%RTPLIST%%/share/html/Admin/CustomFields/index.html -%%RTPLIST%%/share/html/Admin/CustomFields/Objects.html -%%RTPLIST%%/share/html/Admin/Groups/CustomFields.html -%%RTPLIST%%/share/html/Admin/Groups/GroupRights.html -%%RTPLIST%%/share/html/Admin/Groups/History.html -%%RTPLIST%%/share/html/Admin/Groups/Members.html -%%RTPLIST%%/share/html/Admin/Groups/Modify.html -%%RTPLIST%%/share/html/Admin/Groups/UserRights.html -%%RTPLIST%%/share/html/Admin/Groups/index.html -%%RTPLIST%%/share/html/Admin/Users/CustomFields.html -%%RTPLIST%%/share/html/Admin/Users/Memberships.html -%%RTPLIST%%/share/html/Admin/Users/Modify.html -%%RTPLIST%%/share/html/Admin/Users/History.html -%%RTPLIST%%/share/html/Admin/Users/index.html -%%RTPLIST%%/share/html/Admin/Queues/CustomField.html -%%RTPLIST%%/share/html/Admin/Queues/CustomFields.html -%%RTPLIST%%/share/html/Admin/Queues/GroupRights.html -%%RTPLIST%%/share/html/Admin/Queues/Modify.html -%%RTPLIST%%/share/html/Admin/Queues/People.html -%%RTPLIST%%/share/html/Admin/Queues/Scrip.html -%%RTPLIST%%/share/html/Admin/Queues/Scrips.html -%%RTPLIST%%/share/html/Admin/Queues/Template.html -%%RTPLIST%%/share/html/Admin/Queues/Templates.html -%%RTPLIST%%/share/html/Admin/Queues/UserRights.html -%%RTPLIST%%/share/html/Admin/Queues/index.html -%%RTPLIST%%/share/html/Admin/Tools/Configuration.html -%%RTPLIST%%/share/html/Admin/Tools/index.html -%%RTPLIST%%/share/html/Admin/autohandler -%%RTPLIST%%/share/html/Admin/index.html -%%RTPLIST%%/share/html/Approvals/Display.html -%%RTPLIST%%/share/html/Approvals/Elements/Approve -%%RTPLIST%%/share/html/Approvals/Elements/PendingMyApproval -%%RTPLIST%%/share/html/Approvals/Elements/ShowDependency -%%RTPLIST%%/share/html/Approvals/Elements/Tabs -%%RTPLIST%%/share/html/Approvals/index.html -%%RTPLIST%%/share/html/Download/Tabular/dhandler -%%RTPLIST%%/share/html/Download/CustomFieldValue/dhandler -%%RTPLIST%%/share/html/Elements/BevelBoxRaisedEnd -%%RTPLIST%%/share/html/Elements/BevelBoxRaisedStart -%%RTPLIST%%/share/html/Elements/Callback -%%RTPLIST%%/share/html/Elements/Checkbox -%%RTPLIST%%/share/html/Elements/CollectionAsTable/ParseFormat -%%RTPLIST%%/share/html/Elements/CollectionAsTable/Row -%%RTPLIST%%/share/html/Elements/CollectionAsTable/Header -%%RTPLIST%%/share/html/Elements/CreateTicket -%%RTPLIST%%/share/html/Elements/EditLinks -%%RTPLIST%%/share/html/Elements/EditCustomField -%%RTPLIST%%/share/html/Elements/EditCustomFieldImage -%%RTPLIST%%/share/html/Elements/EditCustomFieldSelect -%%RTPLIST%%/share/html/Elements/EditCustomFieldBinary -%%RTPLIST%%/share/html/Elements/EditCustomFieldFreeform -%%RTPLIST%%/share/html/Elements/EditCustomFieldText -%%RTPLIST%%/share/html/Elements/EditCustomFieldWikitext -%%RTPLIST%%/share/html/Elements/Error -%%RTPLIST%%/share/html/Elements/Footer -%%RTPLIST%%/share/html/Elements/GotoTicket -%%RTPLIST%%/share/html/Elements/Header -%%RTPLIST%%/share/html/Elements/ListActions -%%RTPLIST%%/share/html/Elements/Login -%%RTPLIST%%/share/html/Elements/Menu -%%RTPLIST%%/share/html/Elements/MessageBox -%%RTPLIST%%/share/html/Elements/MyRequests -%%RTPLIST%%/share/html/Elements/MyTickets -%%RTPLIST%%/share/html/Elements/PageLayout -%%RTPLIST%%/share/html/Elements/QueryString -%%RTPLIST%%/share/html/Elements/QuickCreate -%%RTPLIST%%/share/html/Elements/Quicksearch -%%RTPLIST%%/share/html/Elements/RT__Ticket/ColumnMap -%%RTPLIST%%/share/html/Elements/Refresh -%%RTPLIST%%/share/html/Elements/ScrubHTML -%%RTPLIST%%/share/html/Elements/Section -%%RTPLIST%%/share/html/Elements/SelectAttachmentField -%%RTPLIST%%/share/html/Elements/SelectBoolean -%%RTPLIST%%/share/html/Elements/SelectCustomFieldOperator -%%RTPLIST%%/share/html/Elements/SelectCustomFieldValue -%%RTPLIST%%/share/html/Elements/SelectDate -%%RTPLIST%%/share/html/Elements/SelectDateRelation -%%RTPLIST%%/share/html/Elements/SelectDateType -%%RTPLIST%%/share/html/Elements/SelectEqualityOperator -%%RTPLIST%%/share/html/Elements/SelectGroups -%%RTPLIST%%/share/html/Elements/SelectLang -%%RTPLIST%%/share/html/Elements/SelectLinkType -%%RTPLIST%%/share/html/Elements/SelectMatch -%%RTPLIST%%/share/html/Elements/SelectNewTicketQueue -%%RTPLIST%%/share/html/Elements/SelectOwner -%%RTPLIST%%/share/html/Elements/SelectQueue -%%RTPLIST%%/share/html/Elements/SelectResultsPerPage -%%RTPLIST%%/share/html/Elements/SelectSortOrder -%%RTPLIST%%/share/html/Elements/SelectStatus -%%RTPLIST%%/share/html/Elements/SelectTicketSortBy -%%RTPLIST%%/share/html/Elements/SelectTicketTypes -%%RTPLIST%%/share/html/Elements/SelectUsers -%%RTPLIST%%/share/html/Elements/SelectWatcherType -%%RTPLIST%%/share/html/Elements/SetupSessionCookie -%%RTPLIST%%/share/html/Elements/ShowCustomFields -%%RTPLIST%%/share/html/Elements/ShowCustomFieldBinary -%%RTPLIST%%/share/html/Elements/ShowCustomFieldImage -%%RTPLIST%%/share/html/Elements/ShowCustomFieldWikitext -%%RTPLIST%%/share/html/Elements/ShowLink -%%RTPLIST%%/share/html/Elements/ShowLinks -%%RTPLIST%%/share/html/Elements/ShowMemberships -%%RTPLIST%%/share/html/Elements/SimpleSearch -%%RTPLIST%%/share/html/Elements/Submit -%%RTPLIST%%/share/html/Elements/Tabs -%%RTPLIST%%/share/html/Elements/TicketList -%%RTPLIST%%/share/html/Elements/TitleBox -%%RTPLIST%%/share/html/Elements/TitleBoxEnd -%%RTPLIST%%/share/html/Elements/TitleBoxStart -%%RTPLIST%%/share/html/NoAuth/Logout.html -%%RTPLIST%%/share/html/NoAuth/Reminder.html -%%RTPLIST%%/share/html/NoAuth/images/autohandler -%%RTPLIST%%/share/html/NoAuth/images/bplogo.gif -%%RTPLIST%%/share/html/NoAuth/images/favicon.png -%%RTPLIST%%/share/html/NoAuth/images/space.gif -%%RTPLIST%%/share/html/NoAuth/webrt.css -%%RTPLIST%%/share/html/REST/1.0/Forms/queue/default -%%RTPLIST%%/share/html/REST/1.0/Forms/queue/ns -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/attachments -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/default -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/history -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/links -%%RTPLIST%%/share/html/REST/1.0/Forms/user/default -%%RTPLIST%%/share/html/REST/1.0/Forms/user/ns -%%RTPLIST%%/share/html/REST/1.0/NoAuth/mail-gateway -%%RTPLIST%%/share/html/REST/1.0/autohandler -%%RTPLIST%%/share/html/REST/1.0/dhandler -%%RTPLIST%%/share/html/REST/1.0/logout -%%RTPLIST%%/share/html/REST/1.0/search/dhandler -%%RTPLIST%%/share/html/REST/1.0/search/ticket -%%RTPLIST%%/share/html/REST/1.0/ticket/comment -%%RTPLIST%%/share/html/REST/1.0/ticket/link -%%RTPLIST%%/share/html/REST/1.0/ticket/merge -%%RTPLIST%%/share/html/Search/Build.html -%%RTPLIST%%/share/html/Search/Bulk.html -%%RTPLIST%%/share/html/Search/Edit.html -%%RTPLIST%%/share/html/Search/Elements/BuildFormatString -%%RTPLIST%%/share/html/Search/Elements/DisplayOptions -%%RTPLIST%%/share/html/Search/Elements/EditFormat -%%RTPLIST%%/share/html/Search/Elements/EditQuery -%%RTPLIST%%/share/html/Search/Elements/EditSearches -%%RTPLIST%%/share/html/Search/Elements/NewListActions -%%RTPLIST%%/share/html/Search/Elements/PickBasics -%%RTPLIST%%/share/html/Search/Elements/PickCFs -%%RTPLIST%%/share/html/Search/Elements/PickCriteria -%%RTPLIST%%/share/html/Search/Elements/SearchPrivacy -%%RTPLIST%%/share/html/Search/Elements/SelectAndOr -%%RTPLIST%%/share/html/Search/Elements/SelectGroup -%%RTPLIST%%/share/html/Search/Elements/SelectLinks -%%RTPLIST%%/share/html/Search/Elements/SelectPersonType -%%RTPLIST%%/share/html/Search/Elements/SelectSearchObject -%%RTPLIST%%/share/html/Search/Elements/SelectSearchesForObjects -%%RTPLIST%%/share/html/Search/Results.html -%%RTPLIST%%/share/html/Search/Results.rdf -%%RTPLIST%%/share/html/Search/Results.tsv -%%RTPLIST%%/share/html/SelfService/Attachment/dhandler -%%RTPLIST%%/share/html/SelfService/Closed.html -%%RTPLIST%%/share/html/SelfService/Create.html -%%RTPLIST%%/share/html/SelfService/CreateTicketInQueue.html -%%RTPLIST%%/share/html/SelfService/Display.html -%%RTPLIST%%/share/html/SelfService/Elements/GotoTicket -%%RTPLIST%%/share/html/SelfService/Elements/Header -%%RTPLIST%%/share/html/SelfService/Elements/MyRequests -%%RTPLIST%%/share/html/SelfService/Elements/Tabs -%%RTPLIST%%/share/html/SelfService/Error.html -%%RTPLIST%%/share/html/SelfService/Prefs.html -%%RTPLIST%%/share/html/SelfService/Update.html -%%RTPLIST%%/share/html/SelfService/index.html -%%RTPLIST%%/share/html/Ticket/Attachment/dhandler -%%RTPLIST%%/share/html/Ticket/Create.html -%%RTPLIST%%/share/html/Ticket/Display.html -%%RTPLIST%%/share/html/Ticket/Elements/AddWatchers -%%RTPLIST%%/share/html/Ticket/Elements/BulkLinks -%%RTPLIST%%/share/html/Ticket/Elements/EditBasics -%%RTPLIST%%/share/html/Ticket/Elements/EditCustomField -%%RTPLIST%%/share/html/Ticket/Elements/EditCustomFields -%%RTPLIST%%/share/html/Ticket/Elements/EditDates -%%RTPLIST%%/share/html/Ticket/Elements/EditPeople -%%RTPLIST%%/share/html/Ticket/Elements/EditWatchers -%%RTPLIST%%/share/html/Ticket/Elements/FindAttachments -%%RTPLIST%%/share/html/Ticket/Elements/LoadTextAttachments -%%RTPLIST%%/share/html/Ticket/Elements/PreviewScrips -%%RTPLIST%%/share/html/Ticket/Elements/ShowAttachments -%%RTPLIST%%/share/html/Ticket/Elements/ShowBasics -%%RTPLIST%%/share/html/Ticket/Elements/ShowCustomFields -%%RTPLIST%%/share/html/Ticket/Elements/ShowDates -%%RTPLIST%%/share/html/Ticket/Elements/ShowDependencies -%%RTPLIST%%/share/html/Ticket/Elements/ShowGroupMembers -%%RTPLIST%%/share/html/Ticket/Elements/ShowHistory -%%RTPLIST%%/share/html/Ticket/Elements/ShowMemberOf -%%RTPLIST%%/share/html/Ticket/Elements/ShowMembers -%%RTPLIST%%/share/html/Ticket/Elements/ShowMessageHeaders -%%RTPLIST%%/share/html/Ticket/Elements/ShowMessageStanza -%%RTPLIST%%/share/html/Ticket/Elements/ShowPeople -%%RTPLIST%%/share/html/Ticket/Elements/ShowReferences -%%RTPLIST%%/share/html/Ticket/Elements/ShowRequestor -%%RTPLIST%%/share/html/Ticket/Elements/ShowSummary -%%RTPLIST%%/share/html/Ticket/Elements/ShowTransaction -%%RTPLIST%%/share/html/Ticket/Elements/ShowTransactionAttachments -%%RTPLIST%%/share/html/Ticket/Elements/ShowUserEntry -%%RTPLIST%%/share/html/Ticket/Elements/Tabs -%%RTPLIST%%/share/html/Ticket/History.html -%%RTPLIST%%/share/html/Ticket/Modify.html -%%RTPLIST%%/share/html/Ticket/ModifyAll.html -%%RTPLIST%%/share/html/Ticket/ModifyDates.html -%%RTPLIST%%/share/html/Ticket/ModifyLinks.html -%%RTPLIST%%/share/html/Ticket/ModifyPeople.html -%%RTPLIST%%/share/html/Ticket/ShowEmailRecord.html -%%RTPLIST%%/share/html/Ticket/Update.html -%%RTPLIST%%/share/html/Tools/Elements/Tabs -%%RTPLIST%%/share/html/Tools/MyDay.html -%%RTPLIST%%/share/html/Tools/Offline.html -%%RTPLIST%%/share/html/User/Delegation.html -%%RTPLIST%%/share/html/User/Elements/DelegateRights -%%RTPLIST%%/share/html/User/Elements/GroupTabs -%%RTPLIST%%/share/html/User/Elements/Tabs -%%RTPLIST%%/share/html/User/Groups/Members.html -%%RTPLIST%%/share/html/User/Groups/Modify.html -%%RTPLIST%%/share/html/User/Groups/index.html -%%RTPLIST%%/share/html/User/Prefs.html -%%RTPLIST%%/share/html/autohandler -%%RTPLIST%%/share/html/index.html -%%RTPLIST%%/share/html/l -@unexec rm -R %%RT_PATH%%/var 2> /dev/null || true -@dirrm %%RTPLIST%%/share/html/User/Groups -@dirrm %%RTPLIST%%/share/html/User/Elements -@dirrm %%RTPLIST%%/share/html/User -@dirrm %%RTPLIST%%/share/html/Tools/Elements -@dirrm %%RTPLIST%%/share/html/Tools -@dirrm %%RTPLIST%%/share/html/Ticket/Elements -@dirrm %%RTPLIST%%/share/html/Ticket/Attachment -@dirrm %%RTPLIST%%/share/html/Ticket -@dirrm %%RTPLIST%%/share/html/SelfService/Elements -@dirrm %%RTPLIST%%/share/html/SelfService/Attachment -@dirrm %%RTPLIST%%/share/html/SelfService -@dirrm %%RTPLIST%%/share/html/Search/Elements -@dirrm %%RTPLIST%%/share/html/Search -@dirrm %%RTPLIST%%/share/html/REST/1.0/ticket -@dirrm %%RTPLIST%%/share/html/REST/1.0/search -@dirrm %%RTPLIST%%/share/html/REST/1.0/NoAuth -@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms/user -@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms/ticket -@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms/queue -@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms -@dirrm %%RTPLIST%%/share/html/REST/1.0 -@dirrm %%RTPLIST%%/share/html/REST -@dirrm %%RTPLIST%%/share/html/NoAuth/images -@dirrm %%RTPLIST%%/share/html/NoAuth -@dirrm %%RTPLIST%%/share/html/Elements/RT__Ticket -@dirrm %%RTPLIST%%/share/html/Elements/CollectionAsTable -@dirrm %%RTPLIST%%/share/html/Elements -@dirrm %%RTPLIST%%/share/html/Download/Tabular -@dirrm %%RTPLIST%%/share/html/Download/CustomFieldValue -@dirrm %%RTPLIST%%/share/html/Download -@dirrm %%RTPLIST%%/share/html/Approvals/Elements -@dirrm %%RTPLIST%%/share/html/Approvals -@dirrm %%RTPLIST%%/share/html/Admin/Users -@dirrm %%RTPLIST%%/share/html/Admin/Tools -@dirrm %%RTPLIST%%/share/html/Admin/Queues -@dirrm %%RTPLIST%%/share/html/Admin/Groups -@dirrm %%RTPLIST%%/share/html/Admin/Global/CustomFields -@dirrm %%RTPLIST%%/share/html/Admin/Global -@dirrm %%RTPLIST%%/share/html/Admin/CustomFields -@dirrm %%RTPLIST%%/share/html/Admin/Elements -@dirrm %%RTPLIST%%/share/html/Admin -@dirrm %%RTPLIST%%/share/html -@dirrm %%RTPLIST%%/share/doc -@dirrm %%RTPLIST%%/share -@dirrm %%RTPLIST%%/sbin -@dirrm %%RTPLIST%%/local/po -@dirrm %%RTPLIST%%/local/lib -@dirrm %%RTPLIST%%/local/html -@dirrm %%RTPLIST%%/local/etc -@dirrm %%RTPLIST%%/local -@dirrm %%RTPLIST%%/lib/t/regression -@dirrm %%RTPLIST%%/lib/t/data/8859-15-message-series -@dirrm %%RTPLIST%%/lib/t/data -@dirrm %%RTPLIST%%/lib/t -@dirrm %%RTPLIST%%/lib/RT/URI -@dirrm %%RTPLIST%%/lib/RT/Search -@dirrm %%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder -@dirrm %%RTPLIST%%/lib/RT/Interface/Web -@dirrm %%RTPLIST%%/lib/RT/Interface/Email/Filter -@dirrm %%RTPLIST%%/lib/RT/Interface/Email/Auth -@dirrm %%RTPLIST%%/lib/RT/Interface/Email -@dirrm %%RTPLIST%%/lib/RT/Interface -@dirrm %%RTPLIST%%/lib/RT/I18N -@dirrm %%RTPLIST%%/lib/RT/Condition -@dirrm %%RTPLIST%%/lib/RT/Action -@dirrm %%RTPLIST%%/lib/RT -@dirrm %%RTPLIST%%/lib -@unexec rmdir %%RT_PATH%%/etc 2> /dev/null || true -@dirrm %%RTPLIST%%/bin -@dirrm %%RTPLIST%% |