Port details |
- pecl-parsekit Extension for opcodes runtime analysis
- 1.3.0_1 devel
=0 1.3.0_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Works only with EOL php 5.5
This port expired on: 2016-10-20 IGNORE: cannot be installed: doesn't work with lang/php56 port (doesn't support PHP 5.6 7.0)
- Maintainer: dereckson@gmail.com
- Port Added: 2013-03-05 17:12:37
- Last Update: 2016-10-20 19:59:02
- SVN Revision: 424353
- License: PHP301
- WWW:
- http://pecl.php.net/package/parsekit
- Description:
- Provides a userspace interpretation of the opcodes generated by the Zend
engine compiler built into PHP.
This extension is meant for development and debug purposes only and
contains some code which is potentially non-threadsafe.
WWW: http://pecl.php.net/package/parsekit
-
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:
-
- pecl-parsekit>0:devel/pecl-parsekit
- No installation instructions:
- This port has been deleted.
- PKGNAME: pecl-parsekit
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (PECL/parsekit-1.3.0.tgz) = 447d5ec6412d6c8c6489b03e7333d3872944444610b74eafd608eddcb3bbaf08
SIZE (PECL/parsekit-1.3.0.tgz) = 15336
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:
-
- phpize : lang/php56
- autoconf-2.69 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php56
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- php:ext
- 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.3.0_1 20 Oct 2016 19:59:02 |
rene |
Remove non-php55 expired ports:
2016-10-20 misc/jive: Offensive
2016-10-20 devel/pecl-spread: Works only with EOL php 5.5
2016-10-20 devel/pecl-mcve: Works only with EOL php 5.5
2016-10-20 security/pecl-tcpwrap: Works only with EOL php 5.5
2016-10-20 devel/pecl-shape: Works only with EOL php 5.5
2016-10-20 textproc/pecl-enchant: Works only with EOL php 5.5
2016-10-20 databases/pecl-mysqlnd_ms: Works only with EOL php 5.5
2016-10-20 textproc/pecl-html_parse: Works only with EOL php 5.5
2016-10-20 mail/pecl-esmtp: Works only with EOL php 5.5
2016-10-20 net/pecl-cvsclient: Works only with EOL php 5.5
2016-10-20 databases/pecl-mdbtools: Works only with EOL php 5.5
2016-10-20 databases/pecl-mysqlnd_qc: Works only with EOL php 5.5
2016-10-20 devel/pecl-operator: Works only with EOL php 5.5
2016-10-20 devel/pecl-parsekit: Works only with EOL php 5.5
2016-10-20 devel/pecl-hidef: Works only with EOL php 5.5
2016-10-20 devel/pecl-automap: Works only with EOL php 5.5
2016-10-20 devel/pecl-bbcode: Works only with EOL php 5.5
2016-10-20 devel/pecl-bcompiler: Works only with EOL php 5.5 |
1.3.0_1 01 Oct 2016 08:22:09 |
antoine |
Chase php 5.5 expiration date |
1.3.0_1 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
1.3.0 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
1.3.0 18 Feb 2016 15:08:26 |
miwi |
- Ignore php70 |
1.3.0 08 Oct 2015 15:11:28 |
olgeni |
Remove trailing whitespace from Makefiles, A-L. |
1.3.0 13 Oct 2014 13:20:52 |
mat |
These do not build with php 5.6.
With hat: portmgr
Sponsored by: Absolight |
1.3.0 08 Oct 2014 13:19:27 |
mat |
Those two do not build with php 5.3.
Sponsored by: Absolight |
1.3.0 23 Jan 2014 15:12:51 |
miwi |
- Marke these ports as stage safe
- While here remove php4 gruft |
1.3.0 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.3.0 05 Mar 2013 17:12:20 |
pawel |
Provides a userspace interpretation of the opcodes generated by the Zend
engine compiler built into PHP.
This extension is meant for development and debug purposes only and
contains some code which is potentially non-threadsafe.
WWW: http://pecl.php.net/package/parsekit
PR: ports/175337
Submitted by: Sébastien Santoro <dereckson@gmail.com> |