| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 Nov 2012 19:27:40
1.4.4
|
pawel  |
- Update to version 1.4.4
- Use PEAR_AUTOINSTALL for dynamic plist
- Make pkg-descr shorter
PR: ports/171916
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Feature safe: yes |
26 Sep 2012 09:09:28
1.4.3  |
bapt  |
Convert to OptionsNG |
11 Jul 2012 18:12:29
1.4.3
|
crees  |
Reset maintainership for ports maintained by Gerrit Beine.
He had requested this some time ago, so any past timeouts should not be held
against him.
Your work in the past has been much appreciated, thank you.
Submitted by: maintainer, via private email |
21 Jan 2012 17:40:15
1.4.3
|
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.4.3
|
ohauer  |
-remove MD5 |
17 Oct 2009 07:00:32
1.4.3
|
miwi  |
- Update to 1.4.3
PR: 139640
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
30 May 2008 10:32:25
1.4.2
|
miwi  |
- Fix pear port version
PR: 123934
Submitted by: Gary Palmer
Approved by: maintainer implicit |
19 Apr 2008 22:22:34
1.4.2
|
miwi  |
- Update to 1.4.2
PR: 122460
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
11 Mar 2008 12:49:58
1.4.1_1
|
miwi  |
- Add missing files
PR: 121515
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
03 Jan 2008 21:03:53
1.4.1
|
miwi  |
- Update to 1.4.1
PR: 119230
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
19 Aug 2007 14:21:38
1.4.0
|
miwi  |
- Update to 1.4.0
PR: 115441
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
29 May 2007 16:15:08
1.3.2
|
miwi  |
The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc
written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much
wider range of php files, and comes with many customizations including 11 HTML
templates, windows help file CHM output, PDF output, and XML DocBook peardoc2
output for use with documenting PEAR. In addition, it can do PHPXref source
code highlighting and linking.
Features (short list):
-output in HTML, PDF (directly), CHM (with windows help compiler), XML DocBook
-very fast
-web and command-line interface
-fully customizable output with Smarty-based templates
-recognizes JavaDoc-style documentation with special tags customized for PHP 4
-automatic linking, class inheritance diagrams and intelligent override
-customizable source code highlighting, with phpxref-style cross-referencing (Only the first 15 lines of the commit message are shown above ) |