Port details |
- pear-PhpDocumentor Provides automatic documenting of php-api from the source
- 1.4.4 devel =2 1.4.4Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2007-05-29 16:16:28
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: pear www
- License: LGPL21
- WWW:
- https://pear.php.net/package/PhpDocumentor
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php81-pear-PhpDocumentor>0:devel/pear-PhpDocumentor
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/pear-PhpDocumentor/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pear-PhpDocumentor
- pkg install php81-pear-PhpDocumentor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pear-PhpDocumentor
- Package flavors (<flavor>: <package>)
- php81: php81-pear-PhpDocumentor
- php74: php74-pear-PhpDocumentor
- php80: php80-pear-PhpDocumentor
- php82: php82-pear-PhpDocumentor
- distinfo:
- TIMESTAMP = 1497163159
SHA256 (PEAR/PhpDocumentor-1.4.4.tgz) = 8a767526b44c9321ffc59fd3b3ec72b71c98b63af8f4a4faeefaae73233227c0
SIZE (PEAR/PhpDocumentor-1.4.4.tgz) = 1554970
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pear : devel/pear@php81
- Runtime dependencies:
-
- php.h : lang/php81
- pear : devel/pear@php81
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php81-pear-PhpDocumentor-1.4.4:
XML_BEAUTIFIER=off: XML_Beautifier support
===> Use 'make config' to modify these settings
- Options name:
- devel_pear-PhpDocumentor
- USES:
- pear
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.4 19 Sep 2021 06:00:04 |
Po-Chuan Hsieh (sunpoet) |
devel/pear-PhpDocumentor: Add LICENSE
- Remove duplicate BUILD_DEPENDS and RUN_DEPENDS
- Add NO_ARCH
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Change the way *_DEPENDS are set
- Clean up no-op post-extract: |
1.4.4 22 May 2021 16:20:48 |
Po-Chuan Hsieh (sunpoet) |
*/pear-*: Take maintainership |
1.4.4 04 May 2021 16:57:55 |
Rene Ladan (rene) |
*: reset miwi's ports after safekeeping his ports bit.
Hat: portmgr-secretary |
1.4.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.4 06 Mar 2020 17:05:44 |
joneum |
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH |
1.4.4 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
1.4.4 11 Jun 2017 07:36:22 |
sunpoet |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> PhpDocumentor-1.4.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/PhpDocumentor-1.4.4.tgz
fetch: http://pear.php.net/get/PhpDocumentor-1.4.4.tgz: size mismatch: expected
1534088, actual 1554970
Reference: https://people.FreeBSD.org/~sunpoet/checksum/PhpDocumentor-1.4.4.tgz
[1]
Approved by: portmgr (blanket) |
1.4.4 16 May 2017 13:37:51 |
joneum |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755 |
1.4.4 13 Dec 2016 15:05:07 |
sunpoet |
- Update WWW: pear.php.net uses https://
Approved by: portmgr (blanket) |
1.4.4 03 Nov 2016 06:32:17 |
jbeich |
Pass maintainership of PEAR ports to the submitter
PR: 214011 214012 214013 214014 214015 214016 214017
PR: 214018 214019 214021 214022 214023 214024 214025
PR: 214026 214027 214028 214029 214030 214031 214032
PR: 214033 214034 214035 214036 214037 214038 214039
PR: 214040 214041 214042 214043 214044 214045 214046
PR: 214047 214048 214049 214050 214051 214052 214053
PR: 214054 214055 214056 214057 214058 214059 214060
PR: 214061 214062 214063 214064 214066 214067 214068
PR: 214071 214072 214073 214074 214075 214076 214077
PR: 214078 214079 214080 214081 214082 214083 214084
PR: 214085 214086 214087 214088 214089 214090 214091
PR: 214092 214093 214094 214095 214096 214097 214098
PR: 214099 214100 214101 214102 214103 214104 214108
PR: 214109 214110 214111 214112 214113 214114 214115
PR: 214116 214117 214118 214119 214120 214121 214122
PR: 214123 214124 214125 214126 214127 214128 214129
PR: 214130 214131 214132 214133 214134 214135 214136
PR: 214137 214138 214139 214140 214141 214142 214143
PR: 214144 214145 214146 214147 214148 214149 214150
PR: 214151 214152
Submitted by: Jochen Neumeister <joneum@bsdproject.de> |
1.4.4 25 Jul 2016 20:01:03 |
rene |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
1.4.4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4.4 26 Nov 2015 12:04:01 |
miwi |
- Take Maintainership
Approved by: mat (mentor) |
1.4.4 20 Sep 2015 19:59:04 |
olgeni |
Typos, whitespace and capitalization fixes (A-F). |
1.4.4 23 Sep 2014 15:15:05 |
bapt |
Convert to USES=pear |
1.4.4 08 Nov 2013 21:41:54 |
antoine |
Stage support for pear classes and channels in the devel category
Reviewed by: bapt, ports@
Tested with: poudriere + diff on the content of generated packages |
1.4.4 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.4.4 13 Nov 2012 19:27:40 |
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 |
1.4.3 26 Sep 2012 09:09:28 |
bapt |
Convert to OptionsNG |
1.4.3 11 Jul 2012 18:12:29 |
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 |
1.4.3 21 Jan 2012 17:40:15 |
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 |
1.4.3 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.4.3 17 Oct 2009 07:00:32 |
miwi |
- Update to 1.4.3
PR: 139640
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
1.4.2 30 May 2008 10:32:25 |
miwi |
- Fix pear port version
PR: 123934
Submitted by: Gary Palmer
Approved by: maintainer implicit |
1.4.2 19 Apr 2008 22:22:34 |
miwi |
- Update to 1.4.2
PR: 122460
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
1.4.1_1 11 Mar 2008 12:49:58 |
miwi |
- Add missing files
PR: 121515
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
1.4.1 03 Jan 2008 21:03:53 |
miwi |
- Update to 1.4.1
PR: 119230
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
1.4.0 19 Aug 2007 14:21:38 |
miwi |
- Update to 1.4.0
PR: 115441
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
1.3.2 29 May 2007 16:15:08 |
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 ) |