head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.06.30.23.02.28;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.29.19.54.47;	author wjv;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.10.09.54.03;	author wjv;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 2.0.21
- Add new WWW layout

PR:		        ports/99438
Submitted by:   Kang Liu <liukang@@cn.freebsd.org>
Approved by:	markus (co mentor)
@
text
@
* WWWDOCROOT [www]
  The DocumentRoot of your webserver under ${PREFIX}

* PHPBBURL [phpBB2]
  The base URL of phpBB2 on your webserver

    phpBB2 will be installed under ${PREFIX}/${WWWDOCROOT}/${PHPBBURL},
    and will be visible as http://<hostname>/${PHPBBURL}/

* WWWOWN [www]
  The user ID under which your webserver executes

    It is recommended that you do not change this option unless you're
    REALLY sure what you're doing.

* WWWGRP [www]
  The group ID under which your webserver executes

    It is recommended that you do not change this option unless you're
    REALLY sure what you're doing.

@


1.2
log
@- Update to version 2.0.3
- Use $TAR rather than cpio(1) to install
- $PERL -> $REINPLACE_CMD
- Install contributed code under $DATADIR
- Numerous small fixes
@
text
@d2 1
a2 1
* WWWDOCROOT [www/data]
@


1.1
log
@- Big cleanup - almost a complete rewrite of this port
- Add necessary dependency on www/mod_php4
- Structure port Makefile and $PLIST in such a way that configuration data is
  not overwritten upon reinstall
- Ensure that (de)installation as package also works correctly
- Install documentation under $DOCSDIR
- Bump $PORTREVISION
@
text
@d1 22
a22 12
# Variable|Default value|Short description
# 	Multi-line/long description (optional).
# 	Multi-line/long description lines must start with whitespace!
#
WWWDOCROOT|www/data|The DocumentRoot of your webserver under ${LOCALBASE}
PHPBBURL|phpBB2|The base URL of phpBB2 on your webserver
	phpBB2 will be installed under ${LOCALBASE}/${WWWDOCROOT}/${PHPBBURL},
	and will be visible as http://localhost/${PHPBBURL}/
WWWOWN|www|The user ID under which your webserver executes
	It is recommended that you do not change this option.
WWWGRP|www|The group ID under which your webserver executes
	It is recommended that you do not change this option.
@

