| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 May 2012 19:36:53
1.2.4
|
bapt  |
2012-05-10 archivers/php4-bz2: php4 is EOLed
2012-05-10 archivers/php4-zlib: php4 is EOLed
2012-05-10 converters/php4-iconv: php4 is EOLed
2012-05-10 converters/php4-mbstring: php4 is EOLed
2012-05-10 converters/php4-recode: php4 is EOLed
2012-05-10 databases/php4-dba: php4 is EOLed
2012-05-10 databases/php4-dbase: php4 is EOLed
2012-05-10 databases/php4-dbx: php4 is EOLed
2012-05-10 databases/php4-filepro: php4 is EOLed
2012-05-10 databases/php4-interbase: php4 is EOLed
2012-05-10 databases/php4-mssql: php4 is EOLed
2012-05-10 databases/php4-mysql: php4 is EOLed
2012-05-10 databases/php4-odbc: php4 is EOLed
2012-05-10 databases/php4-oracle: php4 is EOLed
2012-05-10 databases/php4-pgsql: php4 is EOLed (Only the first 15 lines of the commit message are shown above ) |
11 Apr 2012 05:41:08
1.2.4
|
bapt  |
php4 is EOLed, deprecate ports depending on it.
Approved by: miwi (maintainer by private mail) |
21 Jan 2012 17:40:15
1.2.4
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
03 Jul 2011 14:59:23
1.2.4
|
ohauer  |
-remove MD5 |
05 Aug 2007 21:27:19
1.2.4
|
miwi  |
- Update to 1.2.4 |
01 May 2007 11:36:58
1.2.3
|
miwi  |
- Set correct url |
01 May 2007 11:32:30
1.2.3
|
miwi  |
- Update WWW |
27 Apr 2007 20:45:40
1.2.3
|
miwi  |
- Update to 1.2.3
- Take maintainership |
09 Dec 2005 19:24:52
1.2_1
|
ale  |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
24 Nov 2005 15:40:04
1.2_1
|
pav  |
- Add some SHA256 checksums |
29 Jan 2004 07:24:56
1.2_1
|
trevor  |
SIZEify. |
28 Dec 2003 07:55:47
1.2_1
|
edwin  |
[PATCH] simplify pear-* ports
These patches do the following things for PEAR ports:
* devel-pear-PEAR-Makefile.common.patch
- provides a do-install target and all that jazz in
devel/pear-PEAR/Makefile.common
- individual PEAR ports now just set a few variables:
* pear-ports-Makefile.common-ng.patch
contains changes for all pear-* ports including devel/pear-PEAR
See http://smradoch.innuendo.cz/FreeBSD/ for complete description.
Note: still missing are:
devel/pear-HTML_Common
devel/pear-I18N
net/pear-Net_NNTP
security/pear-Auth
PR: ports/59213
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> |
12 Nov 2003 23:46:19
1.2
|
edwin  |
Add the virtual category "pear" to the Makefiles of these ports.
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org |
19 Sep 2003 03:16:01
1.2
|
edwin  |
Disable package building on bento: the default PHP doesn't support domxml.
Noticed by: kris@ & bento |
08 Sep 2003 02:28:24
1.2
|
edwin  |
New port: PEAR class provided an XPath/DOM XML manipulation
This is an XML parser based on PHP's built-in xml extension.
It supports two basic modes of operation: "func" and "event".
In "func" mode, it will look for a function named after
each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
for end tags), and in "event" mode it uses a set of generic
callbacks.
PR: ports/56446
Submitted by: Alex Miller <asm@asm.kiev.ua> |