head	1.12;
access;
symbols
	old_RELEASE_4_10_0:1.8
	old_RELEASE_5_2_1:1.3
	old_RELEASE_5_2_0:1.3
	old_RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2004.07.19.07.05.34;	author ale;	state dead;
branches;
next	1.11;

1.11
date	2004.06.08.13.56.25;	author ale;	state Exp;
branches;
next	1.10;

1.10
date	2004.05.07.23.30.30;	author ale;	state Exp;
branches;
next	1.9;

1.9
date	2004.04.28.22.23.19;	author ale;	state Exp;
branches;
next	1.8;

1.8
date	2004.03.19.10.54.10;	author ale;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.13.11.46.02;	author ale;	state Exp;
branches;
next	1.6;

1.6
date	2004.01.24.13.15.54;	author ale;	state Exp;
branches;
next	1.5;

1.5
date	2004.01.15.23.31.49;	author ale;	state Exp;
branches;
next	1.4;

1.4
date	2003.12.22.18.45.22;	author nork;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.30.01.52.16;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2003.09.24.08.49.20;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.16.10.59.22;	author nork;	state Exp;
branches;
next	;


desc
@@


1.12
log
@First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
@
text
@WITH_BCMATH=OFF
WITH_BZIP2=OFF
WITH_CALENDAR=OFF
WITH_CDB=OFF
WITH_CRACK=OFF
WITH_CTYPE=ON
WITH_CURL=OFF
WITH_DB4=OFF
WITH_DBASE=OFF
WITH_DBX=OFF
WITH_DIO=OFF
WITH_DOM=ON
WITH_EXIF=OFF
WITH_FILEPRO=OFF
WITH_FTP=OFF
WITH_GD=OFF
WITH_GDBM=OFF
WITH_GETTEXT=OFF
WITH_GMP=OFF
WITH_ICONV=ON
WITH_IMAP=OFF
WITH_INIFILE=OFF
WITH_INTERBASE=OFF
WITH_MBSTRING=OFF
WITH_MCVE=OFF
WITH_MCRYPT=OFF
WITH_MHASH=OFF
WITH_MING=OFF
WITH_MNOGOSEARCH=OFF
WITH_MSSQL=OFF
WITH_MYSQL=OFF
WITH_MYSQLI=OFF
WITH_NCURSES=OFF
WITH_OPENLDAP=OFF
WITH_OPENSSL=OFF
WITH_ORACLE=OFF
WITH_PCNTL=OFF
WITH_PCRE=ON
WITH_POSIX=ON
WITH_POSTGRESQL=OFF
WITH_PSPELL=OFF
WITH_READLINE=OFF
WITH_RECODE=OFF
WITH_SESSION=ON
WITH_SHMOP=OFF
WITH_SIMPLEXML=ON
WITH_SNMP=OFF
WITH_SOAP=OFF
WITH_SOCKETS=OFF
WITH_SPL=ON
WITH_SQLITE=ON
WITH_SYBASEDB=OFF
WITH_SYBASECT=OFF
WITH_SYSVMSG=OFF
WITH_SYSVSEM=OFF
WITH_SYSVSHM=OFF
WITH_TIDY=OFF
WITH_TOKENIZER=ON
WITH_UNIXODBC=OFF
WITH_WDDX=OFF
WITH_XML=ON
WITH_XMLRPC=OFF
WITH_XSL=OFF
WITH_YP=OFF
WITH_ZLIB=ON
@


1.11
log
@- Update to 5.0.0RC3 release
- Remove PDFlib extension
@
text
@@


1.10
log
@- Add sysvmsg extension [1]
- Add XML_RPC to PEAR bootstrap [2]
- Use the official pcre fix [3]
- Bump PORTREVISION

Requested by:	Andy Smith <andy@@strugglers.net> [1]
Submitted by:	thierry [2]
Obtained from:	php CVS [3]
@
text
@a38 1
WITH_PDFLIB=OFF
@


1.9
log
@Update to 5.0.0RC2 release (stop packaging customized snapshots,
since now php5 seems pretty stable):
- Build iconv extension by default
- Remove obsolate MIME and YAZ extensions
@
text
@d55 1
@


1.8
log
@Update to 5.0.0a6 snapshot:
- add mysqli extension
- add support for db 4.2
@
text
@d20 1
a20 1
WITH_ICONV=OFF
a27 1
WITH_MIME=OFF
a63 1
WITH_YAZ=OFF
@


1.7
log
@Update to the latest snapshot.
Add new SOAP and SPL extensions.
(The distfile may be unreachable for a few hours)

Approved by:	nork (mentor/implicitly)
@
text
@d33 1
@


1.6
log
@- Better handling of snmp dependency [1]
- Add support for BDB 4.1 [2]
- Better handling of postgresql dependency [3]
- Add new direct I/O extension [4]

PR:		58920 [1], 60541 [2], 61409 [3]
Submitted by:	Dirk Meyer <dirk.meyer@@dinoex.sub.org> [1] [3],
		Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net> [2],
		Izzy Kindred <ikindred@@cox.net> [4]
Approved by:	nork (mentor/implicitly)
@
text
@d49 1
d51 1
@


1.5
log
@Add MS-SQL support.
Chase freetds lib. Bump PORTREVISION.

Requested by:	many
Submitted by:	Michael Ranner <mranner@@inode.at>
Approved by:	nork (mentor/implicitly)
@
text
@d11 1
@


1.4
log
@o Update to 5.0.0a4 snapshot.
o Add TIDY extension.
o Remove MCAL extension.
o Remove patch-ext::standard::datetime.c file.

PR:		ports/60504
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com> (maintainer)
@
text
@d30 1
@


1.3
log
@o Update to 5.0.0a3 snapshot.
o Un-break port.
o A lot of fixes, taken from recent commits to php4 port.

PR:		ports/58617
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com> (maintainer)
@
text
@a23 1
WITH_MCAL=OFF
d53 1
@


1.2
log
@[Maintainer Update] Port: lang/php5

	Update to 5.0.0a2-alexdupre snapshot (and fix 5.0.0a1 memory leak).
	Add DB4 extension.
	Correctly use USE_MYSQL/USE_OPENSSL/USE_OPENLDAP.

PR:		ports/56979
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d30 1
@


1.1
log
@Add php5 5.0.0.a1, PHP5 Scripting Language.

PR:		ports/54519
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
Repo copied by:	joe (cvs)
Approved by:	portmgr (no objections)
@
text
@d8 1
@

