| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
15 Mar 2013 09:22:45
1.3.4
|
miwi  |
- set really PEAR_AUTOINSTALL |
15 Mar 2013 00:44:36
1.3.4
|
miwi  |
- Convert to PEAR_AUTOINSTALL
- Trim header |
21 Jan 2012 17:40:15
1.3.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.3.4
|
ohauer  |
-remove MD5 |
04 Nov 2010 10:00:23
1.3.4
|
miwi  |
- Update to 1.3.4 |
01 Dec 2009 21:46:50
1.3.2
|
tabthorpe  |
- Pass maintainership to miwi |
23 Jan 2009 16:32:39
1.3.2
|
tabthorpe  |
- Update to 1.3.2
Reported by: portscout via miwibot |
23 Sep 2008 12:42:35
1.3.1
|
tabthorpe  |
- Update to 1.3.1
Reported by: portscout |
02 Sep 2008 13:22:45
1.3.0
|
tabthorpe  |
- Update to 1.3.0
PR: ports/126809
Submitted by: Wen heping <wenheping gmail.com> |
23 Aug 2007 04:00:04
1.2.8
|
tabthorpe  |
- change maintainer address on ports I maintain
Approved by: clsung (mentor) |
01 Dec 2006 23:48:02
1.2.8
|
miwi  |
- Update to 1.2.8
PR: ports/106150
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
07 Oct 2006 09:26:57
1.2.7
|
miwi  |
- Reformat pkg-descr
- Pass maintainership to submitter
PR: ports/104072
Submitted by: Thomas Abthorpe <thomas(at)goodking.ca> |
23 Sep 2006 00:23:36
1.2.7
|
linimon  |
Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email. We hope to see him back.
Hat: portmgr |
11 Jan 2006 18:35:21
1.2.7
|
pav  |
- Update to 1.2.7
PR: ports/91638
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) |
09 Dec 2005 19:24:52
1.2.6
|
ale  |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
09 Apr 2005 16:48:03
1.2.6
|
thierry  |
- Upgrade to 1.2.6;
- take maintainership;
- fix CATEGORIES.
PR: ports/79313
Submitted by: Antônio Carlos Venâncio Júnior |
26 Feb 2005 22:03:36
1.2.5
|
thierry  |
Upgrade to 1.2.5.
Changelog at <http://pear.php.net/package/XML_Parser/download/>. |
18 Jan 2005 21:28:19
1.2.4
|
thierry  |
Upgrade to 1.2.4.
Changelog at <http://pear.php.net/package/XML_Parser/download/>. |
17 Jan 2005 21:38:11
1.2.3
|
thierry  |
Upgrade to 1.2.3.
Changelog at <http://pear.php.net/package/XML_Parser/download/>. |
22 Dec 2004 21:41:46
1.2.2
|
thierry  |
Upgrade to 1.2.2. |
12 Oct 2004 20:01:26
1.2.1
|
thierry  |
Upgrade to 1.2.1. |
05 Jun 2004 20:03:21
1.2.0
|
thierry  |
Upgrade to 1.2.0. |
29 Jan 2004 07:24:56
1.0.1_1
|
trevor  |
SIZEify. |
28 Dec 2003 07:55:47
1.0.1_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.0.1
|
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 |
08 Sep 2003 00:29:37
1.0.1
|
edwin  |
New port: PEAR XML parsing class based on PHP's bundled expat
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/56361
Submitted by: Alex Miller <asm@asm.kiev.ua> |