Port details |
- pear-apd A full-featured engine-level PHP profiler/debugger
- 1.0.1,1 devel
=1 1.0.1,1Version of this port present on the latest quarterly branch. BROKEN: Incomplete pkg-plist
DEPRECATED: Has been broken for more than 6 months
This port expired on: 2008-09-19
IGNORE: is marked as broken: Incomplete pkg-plist
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2003-09-08 02:51:19
- Last Update: 2008-12-13 16:44:03
- SVN Revision: UNKNOWN
- People watching this port, also watch:: rpm2cpio, p5-Time-HiRes, p5-Getopt-Long, python
- Also Listed In: pear
- License: not specified in port
- WWW:
- http://pear.php.net/package/apd
- Description:
- APD is a full-featured PHP profiler/debugger that is loaded as a
zend_extension.
It aims to be an analog of C's gprof or Perl's Devel::DProf.
WWW: http://pear.php.net/package/apd
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- 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:
-
- pear-apd>0:devel/pear-apd
- No installation instructions:
- This port has been deleted.
- PKGNAME: pear-apd
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- PEAR.php : devel/pear
- phpize : lang/php5
- autoconf-2.61 : devel/autoconf261
- Runtime dependencies:
-
- PEAR.php : devel/pear
- phpize : lang/php5
- autoconf-2.61 : devel/autoconf261
- php.h : lang/php5
- pear : devel/pear
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
1.0.1,1 13 Dec 2008 16:44:03
 |
miwi  |
2008-09-19 devel/hs-buddha: Has been broken for more than 6 months
2008-09-19 devel/hs-tclhaskell-ghc: Has been broken for more than 6 months
2008-09-19 devel/pear-apd: Has been broken for more than 6 months |
1.0.1,1 19 Jun 2008 02:54:54
 |
pav  |
- This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.
With hat: portmgr |
1.0.1,1 28 Jul 2007 22:42:27
 |
kris  |
BROKEN: Incomplete pkg-plist |
1.0.1,1 15 Jan 2007 14:47:46
 |
rafan  |
- Unbreak with PHP 5
PR: ports/107878
Submitted by: chinsan |
1.0.1,1 17 Nov 2006 06:40:31
 |
kris  |
BROKEN: Does not compile |
0.9.2,1 22 Jan 2006 00:27:03
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
0.9.2,1 14 Jan 2006 12:43:57
 |
pav  |
- Fix plist |
0.9.2,1 14 Jan 2006 09:25:04
 |
kris  |
BROKEN: Incomplete pkg-plist |
0.9.2,1 09 Dec 2005 19:24:52
 |
ale  |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
0.9.2,1 09 Feb 2005 22:19:50
 |
thierry  |
- Use version 0.9.2 if PHP4 is installed (set PORTEPOCH) and remove
IGNORE;
- fix $PKGMESSAGE when PHP has been built WITH_DEBUG. |
1.0.1 08 Feb 2005 23:18:46
 |
thierry  |
- Upgrade to 1.0.1;
- unbreak because it runs fine with PHP5;
- set IGNORE because it cannot be packaged on pointyhat,
which installs PEAR packages built against PHP4. |
1.0 18 Dec 2004 23:02:35
 |
kris  |
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS. |
1.0 26 Sep 2004 02:04:37
 |
kris  |
BROKEN: Does not compile
Approved by: portmgr (self) |
1.0 29 Aug 2004 23:31:25
 |
kuriyama  |
Upgrade to 1.0. |
0.4p2 09 Feb 2004 11:43:38
 |
ale  |
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.
Approved by: nork (mentor/implicitly) |
0.4p2 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
0.4p2 28 Dec 2003 09:11:28
 |
edwin  |
pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
can be simplified to:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
the latter version also doesn't make any assumptions about the
path of including Makefile
PR: ports/57152
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> |
0.4p2 12 Nov 2003 23:46:19
 |
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 |
0.4p2 08 Sep 2003 02:50:42
 |
edwin  |
New port: devel/pear-apd - Advanced PHP Debugger (APD).
Adding APD, a full-featured PHP profiler/debugger loaded
as a zend_extension.
PR: ports/56555
Submitted by: Thierry Thomas <thierry@pompo.net> |