head	1.7;
access;
symbols
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	old_RELEASE_4_8_0:1.2
	old_RELEASE_5_0_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2008.12.27.03.38.23;	author pgollucci;	state dead;
branches;
next	1.6;

1.6
date	2004.10.23.07.29.33;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2003.11.18.09.21.10;	author demon;	state Exp;
branches;
next	1.4;

1.4
date	2003.06.20.08.41.24;	author demon;	state Exp;
branches;
next	1.3;

1.3
date	2003.04.29.05.10.28;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2002.12.22.05.42.32;	author keichii;	state Exp;
branches;
next	1.1;

1.1
date	2002.12.22.04.50.13;	author keichii;	state Exp;
branches;
next	;


desc
@@


1.7
log
@               PLEASE WELCOME www/rt38

o www/rt3 has marked been IGNORE for at least one year, so has been removed.
o All www/rt* ports are now deprecated and will be removed 2008-02-01
  except www/rt36.
o GID 180 has been registered officially for rt's use.
o exactly one of www/rt36 or www/rt38 may be installed at any one time

www/p5-RT* and www/p5-RTx* will be updated shortly to depend on www/rt38.

www/rt38 is now packageable.  This means that you have to run some scripts
BY HAND after the port installation is done.

PR:             ports/125745, ports/125785
Requested by:   several on ports@@
Approved by:    vivek@@khera.org (previous rt maintainer)
@
text
@=======================================================================

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. Set up the web server by adding something like this to your
   Apache configuration file:

    AddDefaultCharset UTF-8
    DocumentRoot %%RT_PATH%%/share/html
    PerlRequire %%RT_PATH%%/bin/webmux.pl
    <Directory "%%RT_PATH%%/share/html">
        Allow from all
    </Directory>
    <Location />
        SetHandler perl-script
        PerlHandler RT::Mason
    </Location>

3. Configure the email and web gateways.  Please refer to
   'SETTING UP THE MAIL GATEWAY' in %%RT_PATH%%/README
4. Restart Apache.
5. Do remember to *CHANGE* the root's password for the web interface.
   The default is "password" (without the quotes.)
6. Configure RT per the instructions at http://wiki.bestpractical.com/.

=======================================================================
@


1.6
log
@- update 3.0.12
- add two patch files for SQLite

PR:		ports/73029
Submitted by:	clsung
Approved by:	maintainer (Autrijus Tang), co-mentor (vanilla)
@
text
@@


1.5
log
@Update to version 3.0.7.

Submitted by:	maintainer
@
text
@d1 1
a1 1
=====================================================================
d7 15
a21 1
2. Configure the email and web gateways.  Please refer to
d23 2
a24 2
3. Restart Apache.
4. Do remember to *CHANGE* the root's password for the web interface.
d26 1
a26 1
5. Configure RT per the instructions at http://www.fsck.com/rtfm/.
d28 1
a28 1
=====================================================================
@


1.4
log
@Tidy up DEPENDS list;
Correct pkg-plist;
Fixes for Apache2 users.

PR:		53205
Submitted by:	Tim Bishop <tim@@bishnet.net>
Approved by:	maintainer
@
text
@d9 2
a10 5
3. For Apache2/mod_perl2 you'll probably need to add the
   following line above the webmux.pl line in httpd.conf:
     PerlRequire %%RT_PATH%%/bin/ap2mp2-fix.pl
4. Restart Apache.
5. Do remember to *CHANGE* the root's password for the web interface.
d12 1
a12 1
6. Configure RT per the instructions at http://www.fsck.com/rtfm/.
@


1.3
log
@New port: devel/rt3

	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.

PR:		ports/45905
Submitted by:	Autrijus Tang <autrijus@@autrijus.org>
@
text
@d9 5
a13 2
3. Restart Apache.
4. Do remember to *CHANGE* the root's password for the web interface.
d15 1
a15 1
5. Configure RT per the instructions at http://www.fsck.com/rtfm/.
@


1.2
log
@Adding another reminder to use mod_fastcgi and a static mod_perl
@
text
@d1 1
a1 1
===============================================================
d3 1
a3 2
To complete the installation of this port, you have to do the
following things:
d5 6
a10 7
1. Run %%PREFIX%%/rt2/etc/insertdata <last_version_of_rt> if you're
   upgrading from an older version.
2. Edit %%PREFIX%%/rt2/etc/config.pm
3. Configure the email and web gateways.  Please refer to 'SETTING UP
   THE MAIL GATEWAY' in %%PREFIX%%/rt2/README
4. Restart Apache.
5. Do remember to *CHANGE* the root's password for the web interface.
d12 1
a12 1
6. Configure RT per the instructions at http://www.fsck.com/rtfm/.
d14 1
a14 3
NOTE:   Please remember to use a statically compiled mod_perl,
	and configure mod_fastcgi for a faster rt2.
================================================================
@


1.1
log
@Add rt2 2.0.14,
rT is an industrial-grade ticketing system written
in Perl.

PR:		41701
Submitted by:	plasma
@
text
@d4 1
a4 1
followings:
d16 2
a17 1

@

